updateToken
abstract fun updateToken(accessToken: String, listener: SuccessListener<Void>)
Content copied to clipboard
Update SyncClient with a refreshed token.
Parameters
accessToken
New access token containing at least a Sync Grant to access sync features.
listener
Listener to receive status of the operation.