Class AuthenticationData

java.lang.Object
com.here.sdk.core.AuthenticationData

public final class AuthenticationData extends Object

Authentication data

  • Field Details

    • token

      @NonNull public String token

      Secure token to be used with other HERE services. Note that the HERE SDK itself does not require the use of tokens. Defaults to an empty string.

    • expiryTime

      @NonNull public Duration expiryTime

      Expiration time in seconds as epoch time. Defaults to 0 seconds.

  • Constructor Details

    • AuthenticationData

      public AuthenticationData()

      Creates a new instance.

  • Method Details