react-native-auth0
    Preparing search index...

    Interface LoginWithRecoveryCodeOptions

    Options for logging in using a recovery code

    interface LoginWithRecoveryCodeOptions {
        headers?: Record<string, string>;
        mfaToken: string;
        recoveryCode: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    headers?: Record<string, string>

    (Optional) Custom headers to include in the request.

    mfaToken: string

    The token received in the previous login response

    recoveryCode: string

    The recovery code provided by the end-user.