React Native Auth0 - v5.0.0-beta.4
    Preparing search index...

    Type Alias MfaChallengeOobResponse

    Response for an Out-of-Band (OOB) MFA challenge, containing the OOB code.

    type MfaChallengeOobResponse = {
        challengeType: "oob";
        oobCode: string;
    }
    Index

    Properties

    challengeType: "oob"
    oobCode: string