Type alias VerifyRegistrationResponseOpts

VerifyRegistrationResponseOpts: {
    expectedChallenge: string | ((challenge: string) => boolean);
    expectedOrigin: string | string[];
    expectedRPID?: string | string[];
    requireUserVerification?: boolean;
    response: RegistrationResponseJSON;
    supportedAlgorithmIDs?: COSEAlgorithmIdentifier[];
}

Type declaration

  • expectedChallenge: string | ((challenge: string) => boolean)
  • expectedOrigin: string | string[]
  • Optional expectedRPID?: string | string[]
  • Optional requireUserVerification?: boolean
  • response: RegistrationResponseJSON
  • Optional supportedAlgorithmIDs?: COSEAlgorithmIdentifier[]

Generated using TypeDoc