pub async fn totp_generate_secret_totp_generate_secret(
configuration: &Configuration,
) -> Result<ResponseTotpSecret, Error<TotpGenerateSecretTotpGenerateSecretError>>Expand description
Generate a new secret for TOTP.
pub async fn totp_generate_secret_totp_generate_secret(
configuration: &Configuration,
) -> Result<ResponseTotpSecret, Error<TotpGenerateSecretTotpGenerateSecretError>>Generate a new secret for TOTP.