Class SessionActorMetadata
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The identity of the delegating party/session actor for delegated sessions. Present only on delegated sessions. Contains "sub" and up to 5 additional primitive claims.
[Serializable]
public record SessionActorMetadata : IJsonOnDeserialized, IEquatable<SessionActorMetadata>
- Inheritance
-
SessionActorMetadata
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Sub
Subject identifier of the actor
[JsonPropertyName("sub")]
public required string Sub { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.