sense-js-sdk
    Preparing search index...

    Interface AuthenticationRequiresMfaResponse

    Response object returned after authentication request that requires multi-factor authentication.

    interface AuthenticationRequiresMfaResponse {
        error_reason: string;
        mfa_token: string;
        mfa_type: string;
        status: "mfa_required";
    }
    Index

    Properties

    error_reason: string
    mfa_token: string
    mfa_type: string
    status: "mfa_required"