Table of Contents

Interface ITokenAccountManager<TConnection>

Namespace
FishMMO.Auth.Core
Assembly
FishMMO-ServerAuth.dll

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

TConnection

The 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

connection TConnection

The network connection.

accountName string

The account name.

accessLevel AccessLevel

The access level for the account.