Skip to content

Commit

Permalink
feat: Authenticators can now provide AuthenticationData
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Apr 13, 2020
1 parent 04cdf42 commit 310ce81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Mirror/Runtime/INetworkConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public interface INetworkConnection : IMessageHandler, IVisibilityTracker, IObje
{
bool IsReady { get; set; }
EndPoint Address { get; }
object AuthenticationData { get; set; }

void Disconnect();
}
}

0 comments on commit 310ce81

Please sign in to comment.