class AuthenticatorAssertionResponse extends AbstractAuthenticatorResponse implements AuthenticatorAssertionResponseInterface (View source)

Constants

UTF8_BOM

Methods

__construct(string $clientDataJson, ByteBuffer $authenticatorData, ByteBuffer $signature, ByteBuffer|null $userHandle)

No description

string
getClientDataJson()

UTF-8 JSON serialization of the client data passed to the authenticator by the client in its call to either create() or get().

getAuthenticatorData()

No description

getSignature()

No description

getUserHandle()

No description

Details

__construct(string $clientDataJson, ByteBuffer $authenticatorData, ByteBuffer $signature, ByteBuffer|null $userHandle)

Parameters

string $clientDataJson
ByteBuffer $authenticatorData
ByteBuffer $signature
ByteBuffer|null $userHandle

string getClientDataJson()

UTF-8 JSON serialization of the client data passed to the authenticator by the client in its call to either create() or get().

Return Value

string

getParsedClientData()

getAuthenticatorData()

getSignature()

getUserHandle()