jwtd-es ~master (2019-10-21T12:50:54Z)
Dub
Repo
decode
jwtd
jwt
Undocumented in source. Be warned that the author may not have intended to support it.
JSONValue
decode
(string token, string key)
JSONValue
decode
(
string
token
,
string
key
)
JSONValue
decode
(string token, string key, JWTAlgorithm[] supportedAlgorithms)
JSONValue
decode
(string token, string delegate(ref JSONValue jose) lazyKey, JWTAlgorithm[] supportedAlgorithms)
Meta
Source
See Implementation
jwtd
jwt
classes
SignException
VerifyException
enums
JWTAlgorithm
functions
corruptEncodedString
decode
decodeHeader
encode
urlsafeB64Decode
urlsafeB64Encode
verify