C# Class Stormpath.SDK.Jwt.ExpiredJwtException

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

Méthodes publiques

Méthode Description
ExpiredJwtException ( string message )

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

Method Details

ExpiredJwtException() public méthode

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