jwtd ~master (2020-09-03T14:12:52Z)
Dub
Repo
encode
jwtd
jwt
full version that accepts ubyte[] as payload and JSONValue tree as header fields
string
encode
(string[string] payload, string key, JWTAlgorithm algo, string[string] header_fields)
string
encode
(JSONValue payload, string key, JWTAlgorithm algo, JSONValue header_fields)
string
encode
(ubyte[] payload, string key, JWTAlgorithm algo, JSONValue header_fields)
string
encode
(
in
ubyte
[]
payload
,
string
key
,
JWTAlgorithm
algo
=
JWTAlgorithm.HS256
,
JSONValue
header_fields
= null
)
Meta
Source
See Implementation
jwtd
jwt
classes
SignException
VerifyException
enums
JWTAlgorithm
functions
corruptEncodedString
decode
encode
urlsafeB64Decode
urlsafeB64Encode
verify
full version that accepts ubyte[] as payload and JSONValue tree as header fields