Interface DeleteKeyTotpTwoFactorInput

interface DeleteKeyTotpTwoFactorInput {
    totpSeedId: string;
}

Properties

Properties

totpSeedId: string