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

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

공개 메소드들

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