IGPAPI
    Preparing search index...

    Interface SendTwoFactorLoginSmsResponse

    interface SendTwoFactorLoginSmsResponse {
        status: string;
        two_factor_info: SendTwoFactorLoginSmsTwoFactorInfo;
        two_factor_required: boolean;
    }
    Index

    Properties

    status: string
    two_factor_required: boolean