IGPAPI
    Preparing search index...

    Interface AddKeyTotpTwoFactorInput

    interface AddKeyTotpTwoFactorInput {
        totpSeedId: string;
        verificationCode: string;
    }
    Index

    Properties

    totpSeedId: string
    verificationCode: string