Click or drag to resize

StrixNetworkauthorizationAccessToken Property

Authorization access token. If not null or empty, used to authorize this client when connecting to the match room server.
To use it you should also provide a valid authorization server URL to JoinRoom(RoomJoinArgs, RoomJoinEventHandler, FailureEventHandler, RequestConfig) through RoomJoinArgs.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public string authorizationAccessToken { get; set; }

Property Value

Type: String
See Also