Table of Contents

Class TokenExpiredException

Namespace
JWT.Exceptions
Assembly
Coherence.JWT.dll

Represents an exception thrown when when a token is expired.

public class TokenExpiredException : SignatureVerificationException
Inheritance
TokenExpiredException
Inherited Members

Constructors

TokenExpiredException(string)

Creates an instance of TokenExpiredException

public TokenExpiredException(string message)

Parameters

message string

The error message

Properties

Expiration

The expiration DateTime of the token.

public DateTime? Expiration { get; }

Property Value

DateTime?

PayloadData

The payload.

public IReadOnlyDictionary<string, object> PayloadData { get; }

Property Value

IReadOnlyDictionary<string, object>