Navigation
API > API/Plugins > API/Plugins/JWT > API/Plugins/JWT/FJsonWebToken
| Type | Name | Description | |
|---|---|---|---|
| bool | Verify () |
Verify() without arguments is deprecated. Please use Verify(Algorithm, ExpectedIssuer) instead. | |
| bool | Verify
(
const IJwtAlgorithm& Algorithm, |
Signature validate and verify the JWT. |