C# Class Stormpath.SDK.Jwt.ExpiredJwtException

Represents an error indicating that a JSON Web Token has expired.
Inheritance: Stormpath.SDK.Jwt.InvalidJwtException
Show file Open project: stormpath/stormpath-sdk-dotnet

Public Methods

Method Description
ExpiredJwtException ( string message )

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

Method Details

ExpiredJwtException() public method

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