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
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
Otp
OTP code provided by the user.
public string Otp { get; set; }