Skip to content

RHAPI_VoipTokenResponse

Summary

MembersDescriptions
struct FRHAPI_VoipTokenResponse

struct FRHAPI_VoipTokenResponse

struct FRHAPI_VoipTokenResponse
: public FRHAPI_Model

Summary

MembersDescriptions
public FString TokenSigned auth voip login token for a specific client.
public FString IssuerIssuer for client’s login token.
public FString ServerServer for voip login.
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 FString & GetToken()Gets the value of Token.
public inline const FString & GetToken() constGets the value of Token.
public inline void SetToken(FString NewValue)Sets the value of Token.
public inline FString & GetIssuer()Gets the value of Issuer.
public inline const FString & GetIssuer() constGets the value of Issuer.
public inline void SetIssuer(FString NewValue)Sets the value of Issuer.
public inline FString & GetServer()Gets the value of Server.
public inline const FString & GetServer() constGets the value of Server.
public inline void SetServer(FString NewValue)Sets the value of Server.

Members

public FString Token

Signed auth voip login token for a specific client.


#### `public FString `[`Issuer`](#structFRHAPI__VoipTokenResponse_1a3ef6834648d120f241f43bba202b5819)

Issuer for client’s login token.


#### `public FString `[`Server`](#structFRHAPI__VoipTokenResponse_1ac370e4ee2d897d829a74163a82c2779b)

Server for voip login.


#### `public virtual bool `[`FromJson`](#structFRHAPI__VoipTokenResponse_1a117011c801e46294db2bb4fb98af09cb)`(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`](#structFRHAPI__VoipTokenResponse_1a3cad0e14f6e97b0d8c03d4b22207d5d4)`(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 FString & `[`GetToken`](#structFRHAPI__VoipTokenResponse_1ab8b89ac989950fe7c3deef96d739c90b)`()`

Gets the value of Token.


#### `public inline const FString & `[`GetToken`](#structFRHAPI__VoipTokenResponse_1acced7605884ab515351552cf18c50dcb)`() const`

Gets the value of Token.


#### `public inline void `[`SetToken`](#structFRHAPI__VoipTokenResponse_1a553a3c0f5ea8bfe56f72788d34864b4a)`(FString NewValue)`

Sets the value of Token.


#### `public inline FString & `[`GetIssuer`](#structFRHAPI__VoipTokenResponse_1ab60052b9178fc10d07601b51aa63a0a2)`()`

Gets the value of Issuer.


#### `public inline const FString & `[`GetIssuer`](#structFRHAPI__VoipTokenResponse_1ae00dbda58fd5019114adc8e558bada96)`() const`

Gets the value of Issuer.


#### `public inline void `[`SetIssuer`](#structFRHAPI__VoipTokenResponse_1a88681096d6a0167b68f99902a811683e)`(FString NewValue)`

Sets the value of Issuer.


#### `public inline FString & `[`GetServer`](#structFRHAPI__VoipTokenResponse_1a41068de0cdc5e7cf37fdd7f43fd7699a)`()`

Gets the value of Server.


#### `public inline const FString & `[`GetServer`](#structFRHAPI__VoipTokenResponse_1ae9b0e0324a69c2077d86956aa58f9b5e)`() const`

Gets the value of Server.


#### `public inline void `[`SetServer`](#structFRHAPI__VoipTokenResponse_1a7f61b8dd1e96291621b54ef1faee72e5)`(FString NewValue)`

Sets the value of Server.