public interface AuthenticatorResponse
AuthenticatorResponse interface.| Modifier and Type | Method and Description |
|---|---|
ByteArray |
getAuthenticatorData()
The authenticator data returned by the authenticator.
|
CollectedClientData |
getClientData()
getClientDataJSON() parsed as a domain object. |
ByteArray |
getClientDataJSON()
The JSON-serialized client data (see §5.10.1
Client Data Used in WebAuthn Signatures (dictionary
CollectedClientData)) passed to the authenticator
by the client in the call to either navigator.credentials.create() or
navigator.credentials.get(). |
default AuthenticatorData |
getParsedAuthenticatorData()
getAuthenticatorData() parsed as a domain object. |
ByteArray getAuthenticatorData()
default AuthenticatorData getParsedAuthenticatorData()
getAuthenticatorData() parsed as a domain object.ByteArray getClientDataJSON()
CollectedClientData)) passed to the authenticator
by the client in the call to either navigator.credentials.create() or
navigator.credentials.get(). The exact JSON serialization MUST be preserved, as the hash of the
serialized client data has been computed over it.CollectedClientData getClientData()
getClientDataJSON() parsed as a domain object.