Class DPoPOptions
- Namespace
- Auth0.AspNetCore.Authentication.Api.DPoP
- Assembly
- Auth0.AspNetCore.Authentication.Api.dll
Options for configuring DPoP support.
public class DPoPOptions
- Inheritance
-
DPoPOptions
- Inherited Members
Properties
IatOffset
The maximum allowed offset (in seconds) for the 'iat' (issued at) claim in DPoP proof tokens.
public int IatOffset { get; set; }
Property Value
Remarks
Defaults to 300 seconds.
Leeway
The leeway (in seconds) for time-based validation of DPoP proof tokens.
public int Leeway { get; set; }
Property Value
Remarks
Defaults to 30 seconds
Mode
Specifies the DPoP mode. For permitted values, see DPoPModes.
public DPoPModes Mode { get; set; }
Property Value
Remarks
Defaults to Allowed