Class SessionClientMetadata
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Client details
[Serializable]
public record SessionClientMetadata : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<SessionClientMetadata>
- Inheritance
-
SessionClientMetadata
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
ClientId
ID of client for the session
[JsonPropertyName("client_id")]
public string? ClientId { 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.