Package zendesk.android
Interface ZendeskAuthenticationDelegate
-
- All Implemented Interfaces:
public interface ZendeskAuthenticationDelegate
Zendesk Authentication Delegate used for passing refreshed JWTs
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onInvalidAuth(Throwable error, Function1<String, Unit> updateToken)
Authentication callback invoked when invalid authentication is received. -
-
Method Detail
-
onInvalidAuth
abstract Unit onInvalidAuth(Throwable error, Function1<String, Unit> updateToken)
Authentication callback invoked when invalid authentication is received.
- Parameters:
error
- Throwable The invalid authentication error thrownupdateToken
- Lambda used to pass the refreshed JWT used for re-authentication
-
-
-
-