Navigation
API > API/Plugins > API/Plugins/JWT > API/Plugins/JWT/FJsonWebToken > API/Plugins/JWT/FJsonWebToken/Verify
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JsonWebToken.h |
| Include | #include "JsonWebToken.h" |
| Source | /Engine/Plugins/Experimental/JWT/Source/JWT/Private/JsonWebToken.cpp |
bool Verify
(
const IJwtAlgorithm & Algorithm,
const FStringView ExpectedIssuer
) const
Remarks
Signature validate and verify the JWT.
- Validates the signature against the encoded header and encoded payload
- Verifies the basic claims of the JWT
- Ensures the issuers match Whether the JWT was successfully verified
Parameters
| Name | Description |
|---|---|
| Algorithm | Implementation of the cryptographic algorithm used for signature validation |
| ExpectedIssuer | The expected issuer |