AuthenticationData (API Reference)
Package com.here.sdk.core
Class AuthenticationData
java.lang.Object
com.here.sdk.core.AuthenticationData
Authentication data
-
Field Summary
FieldsModifier and TypeFieldDescriptionExpiration time in seconds as epoch time.Secure token to be used with other HERE services. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Expiration time in seconds as epoch time. Defaults to 0 seconds.
-
-
Constructor Details
-
AuthenticationData
public AuthenticationData()Creates a new instance.
-
-
Method Details