Table of Contents

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

string

ChallengeType

A whitespace-separated list of challenge types accepted by your application.

public string ChallengeType { get; set; }

Property Value

string

ClientAssertionSecurityKey

Security Key to use with Client Assertion

public SecurityKey ClientAssertionSecurityKey { get; set; }

Property Value

SecurityKey

ClientAssertionSecurityKeyAlgorithm

Algorithm for the Security Key to use with Client Assertion

public string ClientAssertionSecurityKeyAlgorithm { get; set; }

Property Value

string

ClientId

Client ID of the application.

public string ClientId { get; set; }

Property Value

string

ClientSecret

Client Secret of the application.

public string ClientSecret { get; set; }

Property Value

string

MfaToken

The token received from mfa_required error.

public string MfaToken { get; set; }

Property Value

string