Class ProofOfPossession
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Proof-of-Possession configuration for access tokens
public class ProofOfPossession
- Inheritance
-
ProofOfPossession
- Inherited Members
Properties
Mechanism
Intended mechanism for Proof-of-Possession
[JsonProperty("mechanism")]
[JsonConverter(typeof(StringEnumConverter))]
public Mechanism Mechanism { get; set; }
Property Value
Required
Whether the use of Proof-of-Possession is required for the resource server
[JsonProperty("required")]
public bool? Required { get; set; }
Property Value
- bool?