Class MfaRecoveryCodeRequest
- Namespace
- Auth0.AuthenticationApi.Models.Mfa
- Assembly
- Auth0.AuthenticationApi.dll
public class MfaRecoveryCodeRequest : IClientAuthentication
- Inheritance
-
MfaRecoveryCodeRequest
- Implements
- Inherited Members
Properties
ClientAssertionSecurityKey
Security Key to use with Client Assertion
public SecurityKey ClientAssertionSecurityKey { get; set; }
Property Value
ClientAssertionSecurityKeyAlgorithm
Algorithm for the Security Key to use with Client Assertion
public string ClientAssertionSecurityKeyAlgorithm { get; set; }
Property Value
ClientId
Client ID of the application.
public string ClientId { get; set; }
Property Value
ClientSecret
Client Secret of the application.
public string ClientSecret { get; set; }
Property Value
MfaToken
The mfa_token you received from mfa_required error
public string MfaToken { get; set; }
Property Value
RecoveryCode
Recovery code provided by the end-user.
public string RecoveryCode { get; set; }