Uses of Interface
io.dialob.api.client.okhttp.auth.OAuth.AccessTokenListener
-
Packages that use OAuth.AccessTokenListener Package Description io.dialob.api.client.okhttp io.dialob.api.client.okhttp.auth -
-
Uses of OAuth.AccessTokenListener in io.dialob.api.client.okhttp
Methods in io.dialob.api.client.okhttp with parameters of type OAuth.AccessTokenListener Modifier and Type Method Description voidApiClient. registerAccessTokenListener(OAuth.AccessTokenListener accessTokenListener)Configures a listener which is notified when a new access token is received. -
Uses of OAuth.AccessTokenListener in io.dialob.api.client.okhttp.auth
Methods in io.dialob.api.client.okhttp.auth with parameters of type OAuth.AccessTokenListener Modifier and Type Method Description voidOAuth. registerAccessTokenListener(OAuth.AccessTokenListener accessTokenListener)
-