Class LogoutCommand
Inheritance
System.Object
LogoutCommand
Implements
ITransientDependency
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class LogoutCommand : object, IConsoleCommand, ITransientDependency
Constructors
LogoutCommand(AuthService)
Declaration
public LogoutCommand(AuthService authService)
Parameters
Properties
AuthService
Declaration
protected AuthService AuthService { get; }
Property Value
Logger
Declaration
public ILogger<LogoutCommand> Logger { get; set; }
Property Value
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public string GetShortDescription()
Returns
Type |
Description |
System.String |
|
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Type |
Description |
System.String |
|
Implements
ITransientDependency
Extension Methods