Encode values into a JWTToken string that gets stored into the output parameter.
The Output Range to store the JWTToken string
The algorithm to encode the JWTToken with
The secret to use to encode the JWTToken with
The values to encode into the JWTToken. Args must be come in pairs of two. A string and a value.
See Implementation
Encode values into a JWTToken string that gets stored into the output parameter.