CreateJsonWebTokenH256
Returns a Json Web Token (wiki) using the HMAC-SHA265 algorithm.
Returns Unknown
if one of the parameter values is unknown or outside the common valid boundaries.
Syntax
Parameters
Name
Type
Required
Description
payload
text
secret
text
Text or data field that holds the encryption secret.
secretisbase64encoded
yes/no
indicates whether the secret is base64 encoded (true) or plaintext (false)
customheader
text
Last updated
Was this helpful?