Property | Type | Description | |
---|---|---|---|
m_sSecret | String | ||
m_sToken | String |
Method | Description | |
---|---|---|
Delete ( ) : void | ||
Exists ( ) : System.Boolean | ||
GetAccessTokenFilePath ( ) : String | ||
Save ( String token, String secret ) : void | ||
TryLoad ( String &token, String &secret ) : System.Boolean | ||
TwitterAccessToken ( ) : System |
Initializes a new instance of the TwitterAccessToken class.
|
Method | Description | |
---|---|---|
AssertValid ( ) : void |
public static GetAccessTokenFilePath ( ) : String | ||
return | String |
public Save ( String token, String secret ) : void | ||
token | String | |
secret | String | |
return | void |
public TryLoad ( String &token, String &secret ) : System.Boolean | ||
token | String | |
secret | String | |
return | System.Boolean |