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

Compare with Current View Page History

Version 1 Current »

PRIM_SRVM.HttpJsonWebTokenSignatureHSnnn - TryVerifyToken Method
Verifies the signature before updating the supplied JWT component with the parsed JWT payload
Member of PRIM_SRVM.HttpJsonWebTokenSignatureHSnnn (PRIM_SRVM.HttpJsonWebTokenSignatureHSnnn)

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

PRIM_SRVM.HttpJsonWebToken

The JSON Web Token to be updated after successfully verifying the supplied token string

Secret

*Input

Binary String

Binary string supplying the bytes of a secret that was used when the JWT was issued

Details


No detailed help is available for this feature

See also

All Component Classes
Technical Reference

  • No labels