CreateJsonWebTokenH256
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a Json Web Token () using the HMAC-SHA265 algorithm.
Returns Unknown
if one of the parameter values is unknown or outside the common valid boundaries.
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
A json-formed set of claims (see )
You can also use a custom header according to the .