Interface ITokenAccountManager<TConnection>
Extended account manager interface for token-based authentication on World and Scene servers. Adds a simplified connection account creation method that does not require SRP state.
public interface ITokenAccountManager<TConnection> : IAccountManager<TConnection>
Type Parameters
TConnectionThe type representing a network connection.
- Inherited Members
Methods
AddConnectionAccount(TConnection, string, AccessLevel)
Adds account data and mappings for a token-authenticated connection. No SRP state is created. Used by token-based authenticators on World/Scene servers.
void AddConnectionAccount(TConnection connection, string accountName, AccessLevel accessLevel)
Parameters
connectionTConnectionThe network connection.
accountNamestringThe account name.
accessLevelAccessLevelThe access level for the account.