IGPAPI
    Preparing search index...

    Interface AddKeyTotpTwoFactorResponseInvalidCode

    interface AddKeyTotpTwoFactorResponseInvalidCode {
        error_type: "sms_code_validation_code_invalid";
        message: string;
        status: "fail";
    }
    Index

    Properties

    error_type: "sms_code_validation_code_invalid"
    message: string
    status: "fail"