MobileidIdentificationRemoveRequestBuilder
Extends AppBundle\GatewaySDKPhp\RequestBuilder\AbstractRequestBuilder
Trait AppBundle\GatewaySDKPhp\RequestBuilder\Traits\TraitBuildParameters
Table of contents
Properties
| Visibility | Type | Name | Description |
|---|---|---|---|
| protected | String | sessionId | Response token from initialize authentication or signing processes |
Methods
public withSessionId(string $sessionId)
returns self
Sets sessionId
public createRequest()
returns AppBundle\GatewaySDKPhp\Model\RequestInterface
Creates and returns AppBundle\GatewaySDKPhp\Model\RequestInterface to be used with postRequest method.