Interface RenameKeyTotpTwoFactorInput

interface RenameKeyTotpTwoFactorInput {
    nickname: string;
    totpSeedId: string;
}

Properties

Properties

nickname: string
totpSeedId: string