Navigation
API > API/Plugins > API/Plugins/JWT > API/Plugins/JWT/FJsonWebToken > API/Plugins/JWT/FJsonWebToken/GetClaim
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JsonWebToken.h |
| Include | #include "JsonWebToken.h" |
template<EJson JsonType>
TSharedPtr < FJsonValue > GetClaim
(
const FStringView InName
) const
Remarks
Gets a claim by name. This method can be used to get custom claims that are not reserved as part of the JWT specification. The json value to output on success, or an invalid shared pointer on failure.
Parameters
| Name | Description |
|---|---|
| InName | The name of the claim. |