Class ResourceServerProofOfPossession
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Proof-of-Possession configuration for access tokens
[Serializable]
public record ResourceServerProofOfPossession : IJsonOnDeserialized, IEquatable<ResourceServerProofOfPossession>
- Inheritance
-
ResourceServerProofOfPossession
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Mechanism
[JsonPropertyName("mechanism")]
public required ResourceServerProofOfPossessionMechanismEnum Mechanism { get; set; }
Property Value
Required
Whether the use of Proof-of-Possession is required for the resource server
[JsonPropertyName("required")]
public required bool Required { get; set; }
Property Value
RequiredFor
[JsonPropertyName("required_for")]
public ResourceServerProofOfPossessionRequiredForEnum? RequiredFor { 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.