public InitializeToken ( string token, string tokenSecret, System.DateTime expireDate ) : void | ||
token | string | The unique identifier of the session. |
tokenSecret | string | The secret of the session. |
expireDate | System.DateTime | |
return | void |
public InitializeToken ( string token, string tokenSecret, System.DateTime expireDate ) : void | ||
token | string | The unique identifier of the session. |
tokenSecret | string | The secret of the session. |
expireDate | System.DateTime | |
return | void |