| Package | Description |
|---|---|
| com.here.account.oauth2 |
An OAuth2.0 compliant client library for use against HERE Account services.
|
| com.here.account.util |
HERE Account utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenResponse
Represents a parsed response received from an OAuth2.0 token endpoint.
|
class |
FileAccessTokenResponse
A FileAccessTokenResponse provides access to an Access Token
read from a File.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RefreshableResponseProvider<T extends RefreshableResponseProvider.ExpiringResponse>
Use this class if you want to always have an unexpired view of an expiring response object
(within reason we expect that each request calls
RefreshableResponseProvider.getUnexpiredResponse() which is
intended to execute quickly). |
static interface |
RefreshableResponseProvider.ResponseRefresher<T extends RefreshableResponseProvider.ExpiringResponse>
You can call a response refresher to refresh a previous ExpiringResponse,
to keep it unexpired.
|
Copyright © 2023 HERE Europe B.V. All Rights Reserved.