Interface GenerateTwoFactorTotpKeyResponse

interface GenerateTwoFactorTotpKeyResponse {
    status: string;
    totp_seed: string;
    totp_seed_id: string;
}

Properties

status: string
totp_seed: string
totp_seed_id: string