Class MfaOobTokenRequest
- Namespace
- Auth0.AuthenticationApi.Models.Mfa
- Assembly
- Auth0.AuthenticationApi.dll
public class MfaOobTokenRequest : IClientAuthentication
- Inheritance
-
MfaOobTokenRequest
- Implements
- Inherited Members
Properties
BindingCode
A code used to bind the side channel with the main channel you are using to authenticate.
public string BindingCode { 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 mfa_token you received from mfa_required error OR access token with enroll scope and audience: https://{yourDomain}/mfa/
public string MfaToken { get; set; }
Property Value
OobCode
The oob code received from the challenge request.
public string OobCode { get; set; }