abstract class AbstractAuthenticatorResponse implements AuthenticatorResponseInterface (View source)

Constants

UTF8_BOM

Methods

__construct(string $clientDataJson)

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

getParsedClientData()

No description

Details

__construct(string $clientDataJson)

Parameters

string $clientDataJson

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