C# Class AssemblyCSharp.BackendAuth

Show file Open project: wooga/ps_social_jam Class Usage Examples

Public Properties

Property Type Description
Password string
UserID string

Private Properties

Property Type Description

Public Methods

Method Description
AsJson ( ) : object>.Dictionary
Exists ( ) : bool
FromJSON ( object>.Dictionary json ) : BackendAuth
Load ( ) : BackendAuth
Reset ( ) : void
Save ( ) : void

Method Details

AsJson() public method

public AsJson ( ) : object>.Dictionary
return object>.Dictionary

Exists() public static method

public static Exists ( ) : bool
return bool

FromJSON() public static method

public static FromJSON ( object>.Dictionary json ) : BackendAuth
json object>.Dictionary
return BackendAuth

Load() public static method

public static Load ( ) : BackendAuth
return BackendAuth

Reset() public static method

public static Reset ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Property Details

Password public property

public string Password
return string

UserID public property

public string UserID
return string