RHAPI_PublicKeyList
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PublicKeyList | List of public keys for verifying Access Token JWTs. This is in the JWK Set format as defined in https://datatracker.ietf.org/doc/html/rfc7517#section-5. |
struct FRHAPI_PublicKeyList
struct FRHAPI_PublicKeyList
: public FRHAPI_Model
List of public keys for verifying Access Token JWTs. This is in the JWK Set format as defined in https://datatracker.ietf.org/doc/html/rfc7517#section-5.
Summary
| Members | Descriptions |
|---|---|
public TArray< FRHAPI_PublicKey>Keys | List of public keys for verifying Access Token JWTs. |
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue) | Fills this object with data from the passed in JSON. |
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const | Writes the data from this object into the specified JSON Writer stream. |
public inline TArray< FRHAPI_PublicKey> &GetKeys() | Gets the value of Keys. |
public inline const TArray< FRHAPI_PublicKey> &GetKeys() const | Gets the value of Keys. |
public inline void SetKeys(TArray< FRHAPI_PublicKey > NewValue) | Sets the value of Keys. |
Members
public TArray< FRHAPI_PublicKey>Keys
List of public keys for verifying Access Token JWTs.
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData from the API call.
Returns
true if parsing of the JSON data was successful.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const
Writes the data from this object into the specified JSON Writer stream.
Parameters
WriterJSON Writer stream to push .
public inline TArray< FRHAPI_PublicKey> &GetKeys()
Gets the value of Keys.
public inline const TArray< FRHAPI_PublicKey> &GetKeys() const
Gets the value of Keys.
public inline void SetKeys(TArray< FRHAPI_PublicKey > NewValue)
Sets the value of Keys.