jwtd ~master (2020-09-03T14:12:52Z)
Dub
Repo
decode
jwtd
jwt
simple version that knows which key was used to encode the token
JSONValue
decode
(string token, string key)
JSONValue
decode
(
string
token
,
string
key
)
JSONValue
decode
(string token, string delegate(ref JSONValue jose) lazyKey)
Meta
Source
See Implementation
jwtd
jwt
classes
SignException
VerifyException
enums
JWTAlgorithm
functions
corruptEncodedString
decode
encode
urlsafeB64Decode
urlsafeB64Encode
verify
simple version that knows which key was used to encode the token