Table of Contents

Class SessionAuthenticationSignal

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Authentication signal details

[Serializable]
public record SessionAuthenticationSignal : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<SessionAuthenticationSignal>
Inheritance
SessionAuthenticationSignal
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Name

One of: "federated", "passkey", "pwd", "sms", "email", "mfa", "mock" or a custom method denoted by a URL

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

Timestamp

[JsonPropertyName("timestamp")]
public SessionDate? Timestamp { get; set; }

Property Value

SessionDate

Type

A specific MFA factor. Only present when "name" is set to "mfa"

[JsonPropertyName("type")]
public string? Type { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.