Type alias VerifyAuthenticationResponseOpts

VerifyAuthenticationResponseOpts: {
    advancedFIDOConfig?: {
        userVerification?: UserVerificationRequirement;
    };
    authenticator: AuthenticatorDevice;
    expectedChallenge: string | ((challenge: string) => boolean);
    expectedOrigin: string | string[];
    expectedRPID: string | string[];
    requireUserVerification?: boolean;
    response: AuthenticationResponseJSON;
}

Type declaration

Generated using TypeDoc