Class HereAccountCredentials

java.lang.Object
com.here.platform.data.client.base.http.settings.HereAccountCredentials
All Implemented Interfaces:
Credentials, Serializable, scala.Equals, scala.Product

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

    • HereAccountCredentials

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

    • fromConfig

      public static HereAccountCredentials fromConfig(com.typesafe.config.Config config)
      Parses the credentials contained in a com.typesafe.config.Config object.

      The Config object must contain the following keys:

      • here.client.id
      • here.access.key.id
      • here.access.key.secret
      • here.token.endpoint.url
      • here.token.scope
    • hereClientId

      public String hereClientId()
    • hereAccessKeyId

      public String hereAccessKeyId()
    • hereAccessKeySecret

      public String hereAccessKeySecret()
    • hereTokenEndpointUrl

      public String hereTokenEndpointUrl()
    • hereTokenScope

      public scala.Option<String> hereTokenScope()