Table of Contents

Enum DPoPTokenExpirationValidationMode

Namespace
Duende.IdentityServer.Models
Assembly
Duende.IdentityServer.Storage.dll

Models how the client's DPoP token expiation should be validated.

[Flags]
public enum DPoPTokenExpirationValidationMode

Fields

Custom = 0

No built-in expiration validation.

Iat = 1

Validate the iat value

IatAndNonce = Iat | Nonce

Validate both the iat and nonce values

Nonce = 2

Validate the nonce value