Table of Contents

Class MfaOobTokenResponse

Namespace
Auth0.AuthenticationApi.Models.Mfa
Assembly
Auth0.AuthenticationApi.dll
public class MfaOobTokenResponse : TokenBase
Inheritance
MfaOobTokenResponse
Inherited Members

Properties

Error

Error code returned in case of failure.

[JsonProperty("error")]
public string Error { get; set; }

Property Value

string

ErrorDescription

Description of the error.

[JsonProperty("error_description")]
public string ErrorDescription { get; set; }

Property Value

string

ExpiresIn

The duration in seconds that the access token is valid.

[JsonProperty("expires_in")]
public int ExpiresIn { get; set; }

Property Value

int