onSuccess

abstract fun onSuccess(newToken: String?)

Call this method after retrieving a new token.

In case when app decides not to refresh the session for the user, they should call this with newToken as null.

Since

3.0.150