Class AuthConfig

    • Constructor Detail

      • AuthConfig

        public AuthConfig()
    • Method Detail

      • getProject

        @Nullable
        public abstract String getProject()
      • getApiKey

        @Nullable
        public abstract String getApiKey()
      • getHost

        public abstract String getHost()
      • withHost

        public AuthConfig withHost​(String value)
        Returns a new AuthConfig that represents the specified host.
        Parameters:
        value - The project id interact with.
      • withProject

        public AuthConfig withProject​(String value)
        Returns a new AuthConfig that represents the specified project.
        Parameters:
        value - The project id interact with.
      • withApiKey

        public AuthConfig withApiKey​(String value)
        Returns a new AuthConfig that represents the specified api key.
        Parameters:
        value - The project id interact with.