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

    Type Alias UserActionChallenge

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

    Properties

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