AuthenticatorAssertionResponse
@loginid/websdk3 • Docs
@loginid/websdk3 / Internal Modules / AuthenticatorAssertionResponse
Type Alias: AuthenticatorAssertionResponse
AuthenticatorAssertionResponse:
object
Type declaration
authenticatorData
authenticatorData:
string
This attribute contains the authenticator data returned by the authenticator.
clientDataJSON
clientDataJSON:
string
Base64 encoded byte array which is a JSON-compatible serialization of client data passed to the authenticator by the client in order to generate this assertion. The exact JSON serialization MUST be preserved, as the hash of the serialized client data has been computed over it.
credentialId
credentialId:
string
A base64 encoded byte sequence identifying a public key credential source and its authentication assertions.
signature
signature:
string
Base64 encoded the raw signature returned from the authenticator.
userHandle?
optional
userHandle:string
User handle returned from the authenticator, or null if the authenticator did not return a user handle.