| Package | Description |
|---|---|
| oauth.signpost.basic | |
| oauth.signpost.commonshttp |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOAuthProvider
This default implementation uses
HttpURLConnection type GET
requests to receive tokens from a service provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsHttpOAuthProvider
This implementation uses the Apache Commons
HttpClient 4.x HTTP
implementation to fetch OAuth tokens from a service provider. |
Copyright © 2025. All rights reserved.