Class ClientSignedRequestObjectWithCredentialId
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
JWT-secured Authorization Requests (JAR) settings.
[Serializable]
public record ClientSignedRequestObjectWithCredentialId : IJsonOnDeserialized, IEquatable<ClientSignedRequestObjectWithCredentialId>
- Inheritance
-
ClientSignedRequestObjectWithCredentialId
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Credentials
[JsonPropertyName("credentials")]
public IEnumerable<CredentialId>? Credentials { get; set; }
Property Value
Required
Indicates whether the JAR requests are mandatory
[JsonPropertyName("required")]
public bool? Required { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.