C# Class Steam_Desktop_Authenticator.LoginForm

Inheritance: System.Windows.Forms.Form
Show file Open project: Jessecar96/SteamDesktopAuthenticator Class Usage Examples

Public Properties

Property Type Description
LoginReason LoginType
androidAccount SteamAuth.SteamGuardAccount

Public Methods

Method Description
FilterPhoneNumber ( string phoneNumber ) : string
LoginForm ( LoginType loginReason = LoginType.Initial, SteamGuardAccount account = null ) : System
PhoneNumberOkay ( string phoneNumber ) : bool
SetUsername ( string username ) : void

Private Methods

Method Description
FinishExtract ( string username, string password ) : void

Handles logging in after data has been extracted from Android phone

HandleManifest ( Steam_Desktop_Authenticator.Manifest man, bool IsRefreshing = false ) : void
LoginForm_Load ( object sender, EventArgs e ) : void
RefreshLogin ( string username, string password ) : void

Handles logging in to refresh session data. i.e. changing steam password.

btnSteamLogin_Click ( object sender, EventArgs e ) : void

Method Details

FilterPhoneNumber() public method

public FilterPhoneNumber ( string phoneNumber ) : string
phoneNumber string
return string

LoginForm() public method

public LoginForm ( LoginType loginReason = LoginType.Initial, SteamGuardAccount account = null ) : System
loginReason LoginType
account SteamAuth.SteamGuardAccount
return System

PhoneNumberOkay() public method

public PhoneNumberOkay ( string phoneNumber ) : bool
phoneNumber string
return bool

SetUsername() public method

public SetUsername ( string username ) : void
username string
return void

Property Details

LoginReason public property

public LoginType LoginReason
return LoginType

androidAccount public property

public SteamGuardAccount,SteamAuth androidAccount
return SteamAuth.SteamGuardAccount