Table of Contents

Class Authentication

Namespace
Auth0.ManagementApi.Models.Sessions
Assembly
Auth0.ManagementApi.dll
public class Authentication
Inheritance
Authentication
Inherited Members

Properties

Methods

Contains the authentication methods a user has completed during their session

[JsonProperty("methods")]
public IList<AuthenticationMethods> Methods { get; set; }

Property Value

IList<AuthenticationMethods>