Class ConnectionOptionsAuth0Oidc
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Options for the 'auth0-oidc' connection
[Serializable]
public record ConnectionOptionsAuth0Oidc : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ConnectionOptionsAuth0Oidc>
- Inheritance
-
ConnectionOptionsAuth0Oidc
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
ClientId
[JsonPropertyName("client_id")]
public string? ClientId { get; set; }
Property Value
ClientSecret
[JsonPropertyName("client_secret")]
public string? ClientSecret { 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.