Property | Type | Description | |
---|---|---|---|
ParseBool | bool | ||
ParseInt | int | ||
ParseLong | long | ||
ParseRequest | TumblrAPI.UserInformation |
Method | Description | |
---|---|---|
Authenticate ( string email, string password ) : AuthenticationStatus |
Method | Description | |
---|---|---|
ParseBool ( string str ) : bool | ||
ParseInt ( string str ) : int | ||
ParseLong ( string str ) : long | ||
ParseRequest ( string xmlResponse ) : TumblrAPI.UserInformation |
public static Authenticate ( string email, string password ) : AuthenticationStatus | ||
string | ||
password | string | |
return | AuthenticationStatus |