C# Class Netronics.Mobile.Auth.AuthProcessor

Datei anzeigen Open project: shlee322/Netronics

Public Methods

Method Description
GenerateKey ( ) : string
GetUser ( int id ) : User
NewAuthUser ( string key ) : User

Private Methods

Method Description
GetRandomString ( int length ) : string

Method Details

GenerateKey() public static method

public static GenerateKey ( ) : string
return string

GetUser() public static method

public static GetUser ( int id ) : User
id int
return User

NewAuthUser() public static method

public static NewAuthUser ( string key ) : User
key string
return User