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
stringThe error message
Properties
Expiration
The expiration DateTime of the token.
public DateTime? Expiration { get; }
Property Value
PayloadData
The payload.
public IReadOnlyDictionary<string, object> PayloadData { get; }