WebAuthnAssertionResponse
constructor(clientDataJSON: String, authenticatorData: String, signature: String, userHandle: String? = null)
Parameters
clientDataJSON
The base64url-encoded client data JSON from the authenticator response.
authenticatorData
The base64url-encoded authenticator data.
signature
The base64url-encoded signature.
userHandle
The base64url-encoded user handle, if available. This is optional and may not be present for all authenticators.