C# 클래스 Stormpath.SDK.Jwt.PrematureJwtException

Represents an error indicating that a JSON Web Token has been used too early.
상속: Stormpath.SDK.Jwt.InvalidJwtException
파일 보기 프로젝트 열기: stormpath/stormpath-sdk-dotnet

공개 메소드들

메소드 설명
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.