GetAccessToken
Definition:
GetAccessToken()
Description:
Obtain a copy of the authentication token passed to the Digitise Apps Client by Google for the currently logged in user, when using OAuth authentication.
Platforms:
Android, iOS, Windows Desktop
Parameters:
none
Returns:
String containing the current access token or an empty string, "", if the current user isn't logged in or isn't using OAuth authentication to log in.
Notes:
This Method is only relevant when users are logging into the App Server using OAuth authentication.
You can use this Method, for example, if you need to pass the token to a remote Web Service Data Source to allow the web service to authenticate the user.