Navigation
API > API/Plugins > API/Plugins/JWT
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JwtUtils.h |
| Include | #include "JwtUtils.h" |
Syntax
class FJwtUtils
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Base64UrlDecode
(
const FStringView InSource, |
Decode base64 in url-safe mode from string to string. | |
| bool | Base64UrlDecode
(
const FStringView InSource, |
Decode base64 in url-safe mode from string to byte array. | |
| TUniquePtr< FEncryptionContext > | Get the pointer to the current platform encryption context (e.g. OpenSSL or SwitchSSL). | ||
| bool | SplitEncodedJsonWebTokenString
(
const FStringView InEncodedJsonWebTokenString, |
Split an encoded JWT string into the 3 header, payload, and signature parts. | |
| bool | SplitStringView
(
const FStringView InSource, |
Split a StringView on a delimiter. | |
| void | StringViewToBytes
(
const FStringView InSource, |
Convert a StringView to a byte array. |