Table of Contents

Class MfaOtpTokenRequest

Namespace
Auth0.AuthenticationApi.Models.Mfa
Assembly
Auth0.AuthenticationApi.dll
public class MfaOtpTokenRequest : IClientAuthentication
Inheritance
MfaOtpTokenRequest
Implements
Inherited Members

Properties

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 mfa_token you received from mfa_required error

public string MfaToken { get; set; }

Property Value

string

Otp

OTP code provided by the user.

public string Otp { get; set; }

Property Value

string