Table of Contents

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

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 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

string

OobCode

The oob code received from the challenge request.

public string OobCode { get; set; }

Property Value

string