Registry / auth / oauth
library20090617javamavenunverified

Core library for implementing OAuth 1.0a protocol authentication in Java applications.

<dependency> <groupId>net.oauth.core</groupId> <artifactId>oauth</artifactId> <version>20090617</version> </dependency>
INSTALL
IMPORT
SIG · OAUTH
O
oauth
authjavav20090617
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.

OAuth
net.oauth.OAuth

Creates OAuth consumer and accessor for signing requests.

import net.oauth.OAuth; import net.oauth.OAuthConsumer; import net.oauth.OAuthAccessor; OAuthConsumer consumer = new OAuthConsumer("callback", "consumerKey", "consumerSecret", null); OAuthAccessor accessor = new OAuthAccessor(consumer);
Debug
Known issues
gotchaLibrary is outdated; OAuth 1.0a is largely replaced by OAuth 2.0.
fix
Consider using OAuth 2.0 libraries like Spring Security OAuth or Nimbus.
affects: 20090617
Upgrade
Version history
20090617latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
oauth — mvn dependency:get oauth · libregistry