C# Class WhiteCore.Modules.Ban.LoginBanCheck

Inheritance: ILoginModule
Mostra file Open project: WhiteCoreSim/WhiteCore-Dev

Public Methods

Method Description
Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : WhiteCore.Framework.Services.LoginResponse

Method Details

Initialize() public method

public Initialize ( ILoginService service, IConfigSource source, IRegistryCore registry ) : void
service ILoginService
source IConfigSource
registry IRegistryCore
return void

Login() public method

public Login ( Hashtable request, UserAccount account, IAgentInfo agentInfo, string authType, string password, object &data ) : WhiteCore.Framework.Services.LoginResponse
request System.Collections.Hashtable
account WhiteCore.Framework.Services.UserAccount
agentInfo WhiteCore.Framework.Services.ClassHelpers.Profile.IAgentInfo
authType string
password string
data object
return WhiteCore.Framework.Services.LoginResponse