jwtd ~master (2020-09-03T14:12:52Z)
Dub
Repo
decode
jwtd
jwt
full version where the key is provided after decoding the JOSE header
JSONValue
decode
(string token, string key)
JSONValue
decode
(string token, string delegate(ref JSONValue jose) lazyKey)
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
full version where the key is provided after decoding the JOSE header