Function vrchatapi::apis::authentication_api::verify_recovery_code[][src]

pub fn verify_recovery_code(
    configuration: &Configuration,
    two_factor_auth_code: Option<TwoFactorAuthCode>
) -> Result<Verify2FaResult, Error<VerifyRecoveryCodeError>>
Expand description

Finishes the login sequence with an OTP (One Time Password) recovery code for accounts with 2FA-protection enabled.