Registry / auth / oauth1-client

oauth1-client

JSON →
library4.0.2javamavenunverified

Module that adds OAuth 1 support to the Jersey client for secure API calls.

<dependency> <groupId>org.glassfish.jersey.security</groupId> <artifactId>oauth1-client</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · OAUTH1-CLIENT
O
oauth1-client
authjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OAuth1ClientSupport
org.glassfish.jersey.client.oauth1.OAuth1ClientSupport

Configure Jersey client with OAuth1 authentication.

import org.glassfish.jersey.client.oauth1.OAuth1ClientSupport; Client client = ClientBuilder.newClient(); client.register(OAuth1ClientSupport.builder() .consumerKey("key") .consumerSecret("secret") .build());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
oauth1-client — mvn dependency:get oauth1-client · libregistry