Interface WebAuthnAuthenticationVerificationParams

Hierarchy

  • WebAuthnAuthenticationVerificationParams

Properties

authenticatorAttachment: AuthenticatorAttachment
clientExtensionResults: object
id: string
rawId: string
response: {
    authenticatorData: string;
    clientDataJSON: string;
    signature: string;
    userHandle: string;
}

Type declaration

  • authenticatorData: string
  • clientDataJSON: string
  • signature: string
  • userHandle: string
type: string

Generated using TypeDoc