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

    Type Alias SignUserActionChallengeRequest

    type SignUserActionChallengeRequest = {
        challengeIdentifier: string;
        firstFactor: FirstFactorAssertion;
        secondFactor?: SecondFactorAssertion;
    }
    Index

    Properties

    challengeIdentifier: string
    secondFactor?: SecondFactorAssertion