Class HereTokenCredentials

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

public final class HereTokenCredentials extends Object implements Credentials, scala.Product, Serializable
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Build a new here token credentials.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • HereTokenCredentials

      public HereTokenCredentials(String hereToken)
  • Method Details

    • hereToken

      public String hereToken()