TxCompleteRequestBody
@loginid/websdk3 • Docs
@loginid/websdk3 / Internal Modules / TxCompleteRequestBody
Type Alias: TxCompleteRequestBody
TxCompleteRequestBody:
object
Type declaration
authenticatorData
authenticatorData:
string
This attribute contains the authenticator data returned by the authenticator.
clientData
clientData:
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.
keyHandle
keyHandle:
string
Identified of the passkey credential.
session
session:
string
An opaque object containing session data.
signature
signature:
string
Base64 encoded the raw signature returned from the authenticator.