Class AuthenticationMethods
- Namespace
- Auth0.ManagementApi.Models.Sessions
- Assembly
- Auth0.ManagementApi.dll
Authentication signal details
public class AuthenticationMethods
- Inheritance
-
AuthenticationMethods
- Inherited Members
Properties
Name
One of: "federated", "passkey", "pwd", "sms", "email", "mfa", "mock" or a custom method denoted by a URL
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Timestamp
Timestamp of when the signal was received
[JsonProperty("timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type
A specific MFA factor. Only present when "name" is set to "mfa"
[JsonProperty("^type$")]
public string Type { get; set; }