Contains the NetworkUser record that represents an authenticated user identity within the Network Service system. A NetworkUser is produced by IServiceAdapter.SignIn() and is used throughout the networking layer to identify players.
NetworkUser
IServiceAdapter.SignIn()
Immutable record representing an authenticated user with ID and display name
Service — parent subsystem overview
NetworkService — produces NetworkUser via sign-in
NetworkPlayer — wraps NetworkUser with a NetworkClient
NetworkClient
ConnectionData — serializes NetworkUser for connection payloads
Last updated 1 month ago