Class MfaChallengeRequest
- Namespace
- Auth0.AuthenticationApi.Models.Mfa
- Assembly
- Auth0.AuthenticationApi.dll
public class MfaChallengeRequest : IClientAuthentication
- Inheritance
-
MfaChallengeRequest
- Implements
- Inherited Members
Properties
AuthenticatorId
The ID of the authenticator to challenge.
public string AuthenticatorId { get; set; }
Property Value
ChallengeType
A whitespace-separated list of challenge types accepted by your application.
public string ChallengeType { get; set; }
Property Value
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 token received from mfa_required error.
public string MfaToken { get; set; }