Skip to content

RHAPI_PortalTokenDetailsRequest

Summary

MembersDescriptions
struct FRHAPI_PortalTokenDetailsRequest

struct FRHAPI_PortalTokenDetailsRequest

struct FRHAPI_PortalTokenDetailsRequest
: public FRHAPI_Model

Summary

MembersDescriptions
public ERHAPI_PortalTokenDetailsGrantType GrantType
public FString PortalAccessTokenToken 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) constWrites 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() constGets 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() constGets 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

  • JsonValue Data 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

  • Writer JSON 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.