| Interface and Description |
|---|
| com.here.account.oauth2.AccessTokenProvider
since 0.4.14
|
| Class and Description |
|---|
| com.here.account.auth.provider.incubator.RunAsIdAuthorizationProvider
subject to removal, or non-backwards-compatible changes
|
| Field and Description |
|---|
| com.here.account.auth.provider.ClientAuthorizationProviderChain.DEFAULT_CLIENT_CREDENTIALS_PROVIDER_CHAIN |
| com.here.account.oauth2.AccessTokenRequest.GRANT_TYPE_JSON
use
JacksonSerializer instead |
| com.here.account.oauth2.AccessTokenRequest.SCOPE_JSON
use
JacksonSerializer instead |
| Method and Description |
|---|
| com.here.account.auth.provider.FromHereCredentialsIniStream.getClientCredentialsProvider(InputStream, String) |
| com.here.account.oauth2.HereAccount.getTokenEndpoint(HttpProvider, ClientAuthorizationRequestProvider, Serializer)
use
HereAccessTokenProvider.builder() instead |
| com.here.account.oauth2.HereAccount.getTokenEndpoint(HttpProvider, ClientCredentialsProvider)
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. |
| com.here.account.oauth2.AccessTokenRequest.toJson()
use
JacksonSerializer instead |
| Constructor and Description |
|---|
| com.here.account.oauth2.AccessTokenResponse(String, String, Long, String, String) |
| com.here.account.oauth2.FileAccessTokenResponse(String, String, Long, String, String, Long) |
Copyright © 2020 HERE Europe B.V. All Rights Reserved.