| Package | Description |
|---|---|
| com.here.account.oauth2 |
An OAuth2.0 compliant client library for use against HERE Account services.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenEndpoint |
HereAccount.getTokenEndpoint(HttpProvider httpProvider,
ClientAuthorizationRequestProvider clientAuthorizationRequestProvider)
Get the ability to run various Token Endpoint API calls to the
HERE Account Authorization Server.
|
static TokenEndpoint |
HereAccount.getTokenEndpoint(HttpProvider httpProvider,
ClientAuthorizationRequestProvider clientAuthorizationRequestProvider,
Serializer serializer)
Deprecated.
use
HereAccessTokenProvider.builder() instead |
static TokenEndpoint |
HereAccount.getTokenEndpoint(HttpProvider httpProvider,
ClientCredentialsProvider clientCredentialsProvider)
Deprecated.
Use of getTokenEndpoint(HttpProvider httpProvider, ClientAuthorizationRequestProvider clientAuthorizationRequestProvider) is suggested
This method is solely for backward compatibility
Get the ability to run various Token Endpoint API calls to the
HERE Account Authorization Server.
See OAuth2.0
Obtaining Authorization.
The returned
TokenEndpoint exposes an abstraction to make calls
against the OAuth2 token endpoint identified by the given client credentials
provider. In addition, all calls made against the returned endpoint will
automatically be injected with the given client credentials. |
Copyright © 2022 HERE Europe B.V. All Rights Reserved.