Navigation
API > API/Plugins > API/Plugins/JWT > API/Plugins/JWT/FJwtUtils > API/Plugins/JWT/FJwtUtils/Base64UrlDecode
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JwtUtils.h |
| Include | #include "JwtUtils.h" |
| Source | /Engine/Plugins/Experimental/JWT/Source/JWT/Private/JwtUtils.cpp |
static bool Base64UrlDecode
(
const FStringView InSource,
TArray < uint8 > & OutDest
)
Remarks
Decode base64 in url-safe mode from string to byte array. Whether the string could be decoded
Parameters
| Name | Description |
|---|---|
| InSource | The source string |
| OutDest | The destination byte array |