Property | Type | Description |
---|
Method | Description | |
---|---|---|
HasNullOrEmpty ( ) : bool |
Determines whether [has null or empty].
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
User ( ) : System |
Initializes a new instance of the User class.
|
|
User ( string username, string access_token, string token_type, string scope ) : System |
Initializes a new instance of the User class.
|
public User ( string username, string access_token, string token_type, string scope ) : System | ||
username | string | The username. |
access_token | string | The access_token. |
token_type | string | The token_type. |
scope | string | The scope. |
return | System |