RHAPI_PortalTokenDetailsRequest
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PortalTokenDetailsRequest |
struct FRHAPI_PortalTokenDetailsRequest
struct FRHAPI_PortalTokenDetailsRequest
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public ERHAPI_PortalTokenDetailsGrantType GrantType | |
public FString PortalAccessToken | Token or secret used to authenticate the provided grant type. |
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 ERHAPI_PortalTokenDetailsGrantType & GetGrantType() | Gets the value of GrantType. |
public inline const ERHAPI_PortalTokenDetailsGrantType & GetGrantType() const | Gets the value of GrantType. |
public inline void SetGrantType(ERHAPI_PortalTokenDetailsGrantType NewValue) | Sets the value of GrantType. |
public inline FString & GetPortalAccessToken() | Gets the value of PortalAccessToken. |
public inline const FString & GetPortalAccessToken() const | Gets the value of PortalAccessToken. |
public inline void SetPortalAccessToken(FString NewValue) | Sets the value of PortalAccessToken. |
Members
public ERHAPI_PortalTokenDetailsGrantType GrantType
public FString PortalAccessToken
Token or secret used to authenticate the provided grant type.
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 ERHAPI_PortalTokenDetailsGrantType & GetGrantType()
Gets the value of GrantType.
public inline const ERHAPI_PortalTokenDetailsGrantType & GetGrantType() const
Gets the value of GrantType.
public inline void SetGrantType(ERHAPI_PortalTokenDetailsGrantType NewValue)
Sets the value of GrantType.
public inline FString & GetPortalAccessToken()
Gets the value of PortalAccessToken.
public inline const FString & GetPortalAccessToken() const
Gets the value of PortalAccessToken.
public inline void SetPortalAccessToken(FString NewValue)
Sets the value of PortalAccessToken.