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
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)
Last updated
Was this helpful?