Namespace FishMMO.Server.Core.Authentication
Interfaces
- IAuthenticatorQueueData<TConnection>
Runtime queue data for async SRP authentication processing. Holds bounded channels for SRP verify and proof requests plus a CancellationTokenSource for graceful worker shutdown. Generic over connection type to maintain engine independence.