jwt ~master (2017-02-10T13:29:48Z)
Dub
Repo
UnsupportedAlgorithmException
jwt
exceptions
thrown when attempting to encode or decode a token with an unsupported algorithm
class
UnsupportedAlgorithmException : Exception {
this
(string s);
}
Constructors
this
this
(string s)
Undocumented in source.
Meta
Source
See Implementation
jwt
exceptions
classes
ExpiredException
ExpiresBeforeValidException
InvalidAlgorithmException
InvalidSignatureException
InvalidTokenException
MalformedToken
NotBeforeException
UnsupportedAlgorithmException
VerifyException
thrown when attempting to encode or decode a token with an unsupported algorithm