IAuthService Interface

认证服务接口。

Definition

Namespace: QuickAdmin.Service.Auth
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.1.6
C#
public interface IAuthService

Methods

DirectlyLogin 直接登录。无须在参数 loginInput 里传入 Password
ForceLogout 强制注销。
GetAdminExclusiveModeMsg 获取管理员独占模式消息提示信息。
Login 登录。
Logout 注销。
TryAutoLogin 尝试使用自动登录令牌进行登录。
TryRemoveAutoLogin 尝试移除自动登录令牌。

See Also