Table of Contents

Class MfaOtpTokenResponse

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

Properties

ExpiresIn

The duration in seconds that the access token is valid.

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

Property Value

int