Interface GenerateTotpSecretResponse

interface GenerateTotpSecretResponse {
    totp_secret_url: string;
}

Properties

Properties

totp_secret_url: string