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
Show file Open project: stormpath/stormpath-sdk-dotnet

Public Methods

Method Description
PrematureJwtException ( string message )

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

Method Details

PrematureJwtException() public method

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