C# Class Stormpath.SDK.Jwt.PrematureJwtException

Represents an error indicating that a JSON Web Token has been used too early.
Inheritance: Stormpath.SDK.Jwt.InvalidJwtException
Afficher le fichier Open project: stormpath/stormpath-sdk-dotnet

Méthodes publiques

Méthode Description
PrematureJwtException ( string message )

Initializes a new instance of the PrematureJwtException class with the given message.

Method Details

PrematureJwtException() public méthode

Initializes a new instance of the PrematureJwtException class with the given message.
public PrematureJwtException ( string message )
message string The error message.