Navigation
API > API/Plugins > API/Plugins/JWT
| Name | IJwtAlgorithm |
| Type | class |
| Header File | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JwtAlgorithm.h |
| Include Path | #include "JwtAlgorithm.h" |
Syntax
class IJwtAlgorithm
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IJwtAlgorithm() |
JwtAlgorithm.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetAlgString() |
Gets the algorithm's string representation. | JwtAlgorithm.h | |
bool VerifySignature
(
const TArrayView< const uint8 > EncodedMessage, |
Verifies the decoded signature with the encoded message. | JwtAlgorithm.h |