Table of Contents

Class SessionAuthenticationSignals

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Details about authentication signals obtained during the login flow

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Methods

Contains the authentication methods a user has completed during their session

[JsonPropertyName("methods")]
public IEnumerable<SessionAuthenticationSignal>? Methods { get; set; }

Property Value

IEnumerable<SessionAuthenticationSignal>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.