Type alias UserActionChallenge

UserActionChallenge: {
    allowCredentials: {
        key: AllowCredential[];
        webauthn: AllowCredential[];
    };
    challenge: string;
    challengeIdentifier: string;
    externalAuthenticationUrl: string;
    rp: {
        id: string;
        name: string;
    };
    supportedCredentialKinds: SupportedCredential[];
    userVerification: UserVerificationRequirement;
}

Type declaration

Generated using TypeDoc