Interface AddKeyTotpTwoFactorInput

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

Properties

totpSeedId: string
verificationCode: string