Dfns TypeScript SDK - v0.8.12
    Preparing search index...

    Type Alias UserActionChallenge

    type UserActionChallenge = {
        allowCredentials: {
            key: AllowCredential[];
            passwordProtectedKey?: AllowCredentialWithEncryptedKey[];
            webauthn: AllowCredential[];
        };
        challenge: string;
        challengeIdentifier: string;
        externalAuthenticationUrl: string;
        rp?: { id: string; name: string };
        supportedCredentialKinds: SupportedCredential[];
        userVerification: UserVerificationRequirement;
    }
    Index

    Properties

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