Navigation
API > API/Plugins > API/Plugins/JWT > API/Plugins/JWT/FJsonWebToken
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 GetStringClaim
(
const FString & InName,
FString & OutValue
) const
Remarks
Get a custom claim by name. Whether the claim exists and was successfully outputted.
Parameters
| Name | Description |
|---|---|
| InName | The name of the claim. |
| OutValue | The value to output on success. |