class AuthenticatorAttestationResponse extends AbstractAuthenticatorResponse implements AuthenticatorAttestationResponseInterface (View source)

Constants

UTF8_BOM

Methods

__construct(string $clientDataJson, ByteBuffer $attestationObject)

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().

getAttestationObject()

No description

Details

__construct(string $clientDataJson, ByteBuffer $attestationObject)

Parameters

string $clientDataJson
ByteBuffer $attestationObject

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()

getAttestationObject()