Package zendesk.core
Class CoreSettings
- java.lang.Object
 - 
- zendesk.core.CoreSettings
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AuthenticationTypegetAuthentication()Returns the authentication type enabled for the App configuration 
 - 
 
- 
- 
Method Detail
- 
getAuthentication
public AuthenticationType getAuthentication()
Returns the authentication type enabled for the App configurationCan be one of the following two values:
- jwt
 - anonymous
 
- Returns:
 - the authentication type for the app configuration
 
 
 - 
 
 -