AuthCredentials

User credentials.

Download the file with credentials from the HERE portal. The downloaded credentials.properties file contains the access key ID and access key secret needed to get the access token. You can also use the access key ID and access key secret for authentication.

Hierarchy

  • AuthCredentials

Index

Properties

Optional accessKeyId

accessKeyId?: string

Your access key ID.

Find the access key ID in the credentials.properties file downloaded from the HERE portal.

Optional accessKeySecret

accessKeySecret?: string

Your access key secret.

Find the access key secret in the credentials.properties file downloaded from the HERE portal.