Class MfaRecoveryCodeResponse
- Namespace
- Auth0.AuthenticationApi.Models.Mfa
- Assembly
- Auth0.AuthenticationApi.dll
public class MfaRecoveryCodeResponse : TokenBase
- Inheritance
-
MfaRecoveryCodeResponse
- Inherited Members
Properties
ExpiresIn
The duration in seconds that the access token is valid.
[JsonProperty("expires_in")]
public int ExpiresIn { get; set; }
Property Value
RecoveryCode
Recovery code to be stored securely for future use.
[JsonProperty("recovery_code")]
public string RecoveryCode { get; set; }