Package zendesk.core

Class CoreSettings

  • All Implemented Interfaces:
    Settings


    public class CoreSettings
    extends java.lang.Object
    implements Settings
    This model contains the server-driven core SDK specific configurations that can affect how the SDK behaves.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      AuthenticationType getAuthentication()
      Returns the authentication type enabled for the App configuration
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAuthentication

        public AuthenticationType getAuthentication()
        Returns the authentication type enabled for the App configuration

        Can be one of the following two values:

        • jwt
        • anonymous
        Returns:
        the authentication type for the app configuration