Class LogoutCommand
Inheritance
LogoutCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class LogoutCommand : IConsoleCommand, ITransientDependency
Constructors
LogoutCommand(AuthService)
Declaration
public LogoutCommand(AuthService authService)
Parameters
Fields
Name
Declaration
public const string Name = "logout"
Field Value
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 static string GetShortDescription()
Returns
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Implements
Extension Methods