Table of Contents

Class TokenNotYetValidException

Namespace
JWT.Exceptions
Assembly
Coherence.JWT.dll

Represents an exception thrown when a token is not yet valid.

public class TokenNotYetValidException : SignatureVerificationException
Inheritance
TokenNotYetValidException
Inherited Members

Constructors

TokenNotYetValidException(string)

Creates an instance of TokenNotYetValidException

public TokenNotYetValidException(string message)

Parameters

message string

The error message

Properties

NotBefore

The not before DateTime of the token.

public DateTime? NotBefore { get; }

Property Value

DateTime?

PayloadData

The payload.

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

Property Value

IReadOnlyDictionary<string, object>