GetAccessToken

GetAccessToken (1 of 2)

Gets oAuth access token.

Returns: Returns oAuth access token

GetAccessToken(bool ignoreExistingToken, System::String service)
ParameterDescription
ignoreExistingTokenIf ignoreExistingToken is true, requests new token from a server. Otherwise behaviour is depended on whether token exists or not. If token exists and its expiration date is not expired returns current token, otherwise requests new token from a server.
serviceServices that this access token applies to.

GetAccessToken (2 of 2)

Gets oAuth access token. If token exists and its expiration date is not expired returns current token, otherwise requests new token from a server.

Returns: Returns oAuth access token

GetAccessToken(System::String service)
ParameterDescription
serviceServices that this access token applies to.