You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

PRIM_SRVM.HttpJsonWebTokenSignaturePSnnn - IssueToken Method
Formats and signs the supplied JWT, returning the token as a Base64 Url encoded, unicode string
Member of PRIM_SRVM.HttpJsonWebTokenSignaturePSnnn (PRIM_SRVM.HttpJsonWebTokenSignaturePSnnn)

Parameters

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

PrivateKey

*Input

PRIM_CAPI.PrivateKey

Private key of a private/public RSA key pair used to generate RSASSA-PSS signature

Details


No detailed help is available for this feature

See also

All Component Classes
Technical Reference

  • No labels