| Interface | Description |
|---|---|
| Resumable<T extends AccessToken> |
Functional interface for resumable,
TokenProviderJobs
providers. |
| RetryPolicy |
Models a retry policy in fetching tokens within continuous operations for OAuth token provisioning.
|
| TokenChangeObservable<T extends AccessToken> |
Functional capability to install listeners for token updates and support
asynchronous push notification on changes.
|
| TokenChangeObserver<T extends AccessToken> |
Functional interface for listeners to asynchronous (push) provisioning of
Access Token update events.
|
| TokenProvider |
Functional capability for synchronous provisioning of Access Tokens.
|
| TokenProviderJob<T extends AccessToken> |
A Token Provider that continuously provides Access Token.
|
| TokenService |
OAuth 2.0 Token Service delegate with functional capabilities to fetch and refresh tokens.
|
| Exception | Description |
|---|---|
| OAuth2ProtocolException |
Exception wrapper for OAuth protocol error payloads
|
Copyright © 2017. All rights reserved.