UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
FNegotiationResponse Struct Reference

Represents the response from a SignalR server during connection negotiation. More...

#include <NegotiationResponse.h>

Public Attributes

int32 NegotiateVersion = 1
 The negotiation protocol version.
 
FString ConnectionId
 Unique identifier for the connection.
 
FString ConnectionToken
 Authentication token for the connection.
 
FString Url
 The URL to connect to after negotiation.
 
FString AccessToken
 OAuth or other access token for authentication.
 
FString Error
 Error message if negotiation failed.
 
TArray< FNegotiationTransportAvailableTransports
 List of transports available for this connection.
 

Detailed Description

Represents the response from a SignalR server during connection negotiation.

Contains information needed to establish a connection including connection ID, available transports, and authentication details.

Member Data Documentation

◆ AccessToken

FString FNegotiationResponse::AccessToken

OAuth or other access token for authentication.

◆ AvailableTransports

TArray<FNegotiationTransport> FNegotiationResponse::AvailableTransports

List of transports available for this connection.

◆ ConnectionId

FString FNegotiationResponse::ConnectionId

Unique identifier for the connection.

◆ ConnectionToken

FString FNegotiationResponse::ConnectionToken

Authentication token for the connection.

◆ Error

FString FNegotiationResponse::Error

Error message if negotiation failed.

◆ NegotiateVersion

int32 FNegotiationResponse::NegotiateVersion = 1

The negotiation protocol version.

◆ Url

FString FNegotiationResponse::Url

The URL to connect to after negotiation.


The documentation for this struct was generated from the following file: