PRIM_SRVM.HttpJsonWebTokenSignatureHSnnn - IssueToken Method
Formats and signs the supplied JWT, returning the token as a Base64 Url encoded, unicode string
Member of PRIM_SRVM.HttpJsonWebTokenSignatureHSnnn (PRIM_SRVM.HttpJsonWebTokenSignatureHSnnn)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | Unicode String | A unicode string containing the Base64 Url encoded bytes of the formatted and signed JWT |
| JsonWebToken | *Input | PRIM_SRVM.HttpJsonWebToken | The JSON Web Token to be input to the IssueToken process |
| Secret | *Input | Binary String | Binary string supplying the bytes of a secret that is used to initialize the HMAC algorithm |
No detailed help is available for this feature