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