C# Class EddiCompanionAppService.CompanionAppCredentials

Storage of credentials for a single Elite: Dangerous user to access the Companion App
ファイルを表示 Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void

Clear the information held by credentials.

FromFile ( string filename = null ) : CompanionAppCredentials

Obtain credentials from a file. If the file name is not supplied the the default path of Constants.Data_DIR\credentials.json is used

ToFile ( string filename = null ) : void

Obtain credentials to a file. If the filename is not supplied then the path used when reading in the credentials will be used, or the default path of Constants.Data_DIR\credentials.json will be used

Method Details

Clear() public method

Clear the information held by credentials.
public Clear ( ) : void
return void

FromFile() public static method

Obtain credentials from a file. If the file name is not supplied the the default path of Constants.Data_DIR\credentials.json is used
public static FromFile ( string filename = null ) : CompanionAppCredentials
filename string
return CompanionAppCredentials

ToFile() public method

Obtain credentials to a file. If the filename is not supplied then the path used when reading in the credentials will be used, or the default path of Constants.Data_DIR\credentials.json will be used
public ToFile ( string filename = null ) : void
filename string
return void