Class HereAccountRequestSignerSettings

java.lang.Object
com.here.platform.data.client.settings.HereAccountRequestSignerSettings
All Implemented Interfaces:
RequestSignerSettings, Serializable, scala.Equals, scala.Product

public final class HereAccountRequestSignerSettings extends Object implements RequestSignerSettings, scala.Product, Serializable
See Also:
  • Constructor Details

    • HereAccountRequestSignerSettings

      public HereAccountRequestSignerSettings(String hereClientId, String hereAccessKeyId, String hereAccessKeySecret, scala.Option<String> hereTokenEndpointUrl, scala.Option<String> hereTokenScope)
  • Method Details

    • fromConfig

      public static HereAccountRequestSignerSettings fromConfig(com.typesafe.config.Config config)
    • toConfig

      public static com.typesafe.config.Config toConfig(HereAccountRequestSignerSettings settings)
    • hereClientId

      public String hereClientId()
    • hereAccessKeyId

      public String hereAccessKeyId()
    • hereAccessKeySecret

      public String hereAccessKeySecret()
    • hereTokenEndpointUrl

      public scala.Option<String> hereTokenEndpointUrl()
    • hereTokenScope

      public scala.Option<String> hereTokenScope()