PRIM_SRVM.HttpJsonWebTokenSignatureRSnnn - TryVerifyToken Method
Verifies the signature before updating the supplied JWT component with the parsed JWT payload
Member of PRIM_SRVM.HttpJsonWebTokenSignatureRSnnn (PRIM_SRVM.HttpJsonWebTokenSignatureRSnnn)
Parameters
Name |
Type |
Data Type |
Description |
Result |
*Result (Optional) |
Boolean |
The boolean indicator of success or failure |
Token |
*Input |
Unicode String |
A Base64 Url encoded, unicode string to be decoded, verified and parsed as a JWT |
JsonWebToken |
*Input |
The JSON Web Token to be updated after successfully verifying the supplied token string |
|
PublicKey |
*Input |
Public key of a private/public RSA key pair used to verify RSASSA PKCS#1.5 signature |
Details
No detailed help is available for this feature