RefreshTokenCallback
Interface that the application implements to receive the result of a token refresh.
Methods
onSuccess
fun onSuccess(authParams: ): Unit
Reports successful token refresh.
Parameters
- authParams:- that can be used to login via access token 
Returns
- type:- Unit 
onFailure
fun onFailure(error: ): Unit
Reports token refresh failure.
Parameters
- error:- Failure reason 
Returns
- type:- Unit