C# Class AppHarbor.Commands.LoginUserCommand

Inheritance: Command
Show file Open project: appharbor/appharbor-cli Class Usage Examples

Public Methods

Method Description
GetAccessToken ( string username, string password ) : string
LoginUserCommand ( IAccessTokenConfiguration accessTokenConfiguration, IMaskedInput maskedInput, TextReader reader, TextWriter writer ) : System.IO

Protected Methods

Method Description
InnerExecute ( string arguments ) : void

Method Details

GetAccessToken() public method

public GetAccessToken ( string username, string password ) : string
username string
password string
return string

InnerExecute() protected method

protected InnerExecute ( string arguments ) : void
arguments string
return void

LoginUserCommand() public method

public LoginUserCommand ( IAccessTokenConfiguration accessTokenConfiguration, IMaskedInput maskedInput, TextReader reader, TextWriter writer ) : System.IO
accessTokenConfiguration IAccessTokenConfiguration
maskedInput IMaskedInput
reader System.IO.TextReader
writer System.IO.TextWriter
return System.IO