C# Class AssemblyCSharp.BackendAuth

Afficher le fichier Open project: wooga/ps_social_jam Class Usage Examples

Méthodes publiques

Свойство Type Description
Password string
UserID string

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

AsJson() public méthode

public AsJson ( ) : object>.Dictionary
Résultat object>.Dictionary

Exists() public static méthode

public static Exists ( ) : bool
Résultat bool

FromJSON() public static méthode

public static FromJSON ( object>.Dictionary json ) : BackendAuth
json object>.Dictionary
Résultat BackendAuth

Load() public static méthode

public static Load ( ) : BackendAuth
Résultat BackendAuth

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

Password public_oe property

public string Password
Résultat string

UserID public_oe property

public string UserID
Résultat string