Version: 2020.1
LanguageEnglish
  • C#
Method group is Obsolete

MatchInfo.accessToken

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Obsolete public Networking.Types.NetworkAccessToken accessToken;

Description

The binary access token this client uses to authenticate its session for future commands.

This is a binary identifier generated to help identify and authenticate a multiplayer client to matchmaker. To associate it with a match, you must make sure that Utility.SetAccessTokenForNetwork() is given this identifier and the network ID associated with the match in question. Once you have done this, you can then make calls to the matchmaker that require its use, such as NetworkMatch.DropConnection. If the default callback MatchMakingClient functions are used for OnMatchCreate and OnMatchJoin this is set automatically.

Did you find this page useful? Please give it a rating: