Navigation
API > API/Plugins > API/Plugins/JWT
Inheritance Hierarchy
- IJwtAlgorithm
- FJwtAlgorithm_RS256
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JwtAlgorithm.h |
| Include | #include "JwtAlgorithm.h" |
Syntax
class IJwtAlgorithm
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetAlgString () |
Gets the algorithm's string representation. | |
| bool | VerifySignature
(
const TArrayView< const uint8 > EncodedMessage, |
Verifies the decoded signature with the encoded message. |