Interface: AuthenticationResponse
Defined in: src/types/interfaces/webauthn.interface.ts:258
Authentication response from client.
Properties
challengeId
readonlychallengeId:string
Defined in: src/types/interfaces/webauthn.interface.ts:262
Challenge ID from AuthenticationChallenge.
credential
readonlycredential:object
Defined in: src/types/interfaces/webauthn.interface.ts:267
Credential response from navigator.credentials.get().
clientExtensionResults?
readonlyoptionalclientExtensionResults:Record<string,unknown>
id
readonlyid:string
rawId
readonlyrawId:string
response
readonlyresponse:object
response.authenticatorData
readonlyauthenticatorData:string
response.clientDataJSON
readonlyclientDataJSON:string
response.signature
readonlysignature:string
response.userHandle?
readonlyoptionaluserHandle:string
type
readonlytype:"public-key"