Interface IAuthService
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface IAuthService
Methods
GetLoginInfoAsync()
Declaration
Task<LoginInfo> GetLoginInfoAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><LoginInfo> |
|
LoginAsync(string, string, string)
Declaration
Task LoginAsync(string userName, string password, string organizationName = null)
Parameters
| Type |
Name |
Description |
| string |
userName |
|
| string |
password |
|
| string |
organizationName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
LogoutAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods