AuthResponse

Authentication response wrapper.
extends RKD\Banklink\Response\Response
Methods Summary
public
# setUserId( string $userId )
Set user id.
public
# getUserId( )
Get user id.
public
# setUserName( string $userName )
Set user name.
public
# getUserName( )
Get user name.
public
# setUserCountry( string $country )
Set user country.
public
# getUserCountry( )
Get user country.
public
# setToken( string $token )
Set token.
public
# getToken( )
Get token.
public
# setNonce( string $nonce )
Set nonce.
public
# getNonce( )
Get nonce.
public
# setRid( string $rid )
Set rid.
public
# getRid( )
Get rid.
public
# setAuthDate( string $authDate )
Set auth date.
public
# getAuthDate( )
Get auth date.
public
# getAuthMethod( )
Get human readable auth method.
Methods inherited from RKD\Banklink\Response\Response
__construct(), wasSuccessful(), getStatus(), getResponseData(), setLanguage(), getLanguage()
Constants inherited from RKD\Banklink\Response\Response
STATUS_SUCCESS , STATUS_ERROR , RESPONSE_AUTO
Properties Summary
protected string $userId
User id (personal code).
# NULL
protected string $userName
User name.
# NULL
protected string $country
Country.
# NULL
protected int $token
Token.
# NULL
protected string $rid
RID.
# NULL
protected string $nonce
Nonce.
# NULL
protected string $authDate
Authentication date.
# NULL
Properties inherited from RKD\Banklink\Response\Response
$status, $responseData, $language, $isAutomatic