PRIM_SRVM.HttpJsonWebTokenSignaturePSnnn - TryVerifyToken Method

Verifies the signature before updating the supplied JWT component with the parsed JWT payload

Member of PRIM_SRVM.HttpJsonWebTokenSignaturePSnnn (PRIM_SRVM.HttpJsonWebTokenSignaturePSnnn)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)BooleanThe boolean indicator of success or failure
Token*InputUnicode StringA Base64 Url encoded, unicode string to be decoded, verified and parsed as a JWT
JsonWebToken*InputPRIM_SRVM.HttpJsonWebTokenThe JSON Web Token to be updated after successfully verifying the supplied token string
PublicKey*InputPRIM_CAPI.PublicKeyPublic key of a private/public RSA key pair used to verify RSASSA-PSS signature

Details

No detailed help is available for this feature

See also

All Component Classes

Technical Reference