Package zendesk.core
Interface AuthenticationProvider
-
public interface AuthenticationProvider
SDK access to Identity. Read only to prevent setting of data by integrators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Identity
getIdentity()
-
-
-
Method Detail
-
getIdentity
Identity getIdentity()
- Returns:
- the current identity or null if no identity exists
-
-