Uses of Record Class
crow.game.login.api.PendingAuthToken
Packages that use PendingAuthToken
Package
Description
This package contains the shared objects and interfaces for usage between HA layers and the login
server layer.
the omnisrv package wraps all the decoupled servers implemented and working and launches them as
a single process.
-
Uses of PendingAuthToken in crow.game.login.api
Methods in crow.game.login.api that return PendingAuthTokenModifier and TypeMethodDescriptionPendingAuthCollection.savePendingAuth(int accountID, Duration ttl) Save the pending authentication details, so when the char server asks the login server if we are expecting this connection, we can respond accordingly.Methods in crow.game.login.api with parameters of type PendingAuthTokenModifier and TypeMethodDescriptionbooleanPendingAuthCollection.checkPendingAuth(PendingAuthToken token, int accountID) Check if the account has a pending authentication. -
Uses of PendingAuthToken in crow.game.omnisrv
Methods in crow.game.omnisrv that return PendingAuthTokenModifier and TypeMethodDescriptionprotected PendingAuthTokenInMemoryPendingAuthCollection.generateToken()InMemoryPendingAuthCollection.savePendingAuth(int userID, Duration expirationTime) Methods in crow.game.omnisrv with parameters of type PendingAuthTokenModifier and TypeMethodDescriptionbooleanInMemoryPendingAuthCollection.checkPendingAuth(PendingAuthToken token, int userID)