Class SessionCookieMetadata
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Private Early Access] Session cookie configuration.
[Serializable]
public record SessionCookieMetadata : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<SessionCookieMetadata>
- Inheritance
-
SessionCookieMetadata
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Mode
[JsonPropertyName("mode")]
public SessionCookieMetadataModeEnum? Mode { 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.