| Top |  |  |  |  | 
GetAccessToken (OUT s access_token, OUT i expires_in);
An account object implements this interface if OAuth 2.0 tokens are used for accessing it.
GetAccessToken (OUT s access_token,
                OUT i expires_in);
Use this method to obtain an access token that can be used to access services for the account. Because networking is involved, this method may take a very long time to complete.
Note that calls to this method are logged.
| 
 | The access token. | 
| 
 | The duration that the returned token is valid for, in seconds, or 0 if unknown. |