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

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

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

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

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

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

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

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