updateToken

abstract fun updateToken(token: String, listener: StatusListener)

Method to update the authentication token for this client.

Parameters

token

A new access token for this Client.

listener

Listener that will receive callback with the result.