pub async fn get_recovery_codes(
configuration: &Configuration,
) -> Result<TwoFactorRecoveryCodes, Error<GetRecoveryCodesError>>Expand description
Gets the OTP (One Time Password) recovery codes for accounts with 2FA-protection enabled.
pub async fn get_recovery_codes(
configuration: &Configuration,
) -> Result<TwoFactorRecoveryCodes, Error<GetRecoveryCodesError>>Gets the OTP (One Time Password) recovery codes for accounts with 2FA-protection enabled.