C# Класс Stormpath.SDK.Jwt.ExpiredJwtException

Represents an error indicating that a JSON Web Token has expired.
Наследование: Stormpath.SDK.Jwt.InvalidJwtException
Показать файл Открыть проект

Открытые методы

Метод Описание
ExpiredJwtException ( string message )

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

Описание методов

ExpiredJwtException() публичный Метод

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