Registry / auth / google-oauth-client

google-oauth-client

JSON →
library1.39.0javamavenunverified

Google OAuth Client Library for Java providing OAuth 2.0 functionality across Java platforms.

<dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> <version>1.39.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-OAUTH-CLIEN
G
google-oauth-client
authjavav1.39.0
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.

Credential
com.google.api.client.auth.oauth2.Credential

Minimal import example for Google OAuth Client

import com.google.api.client.auth.oauth2.Credential; public class Main { public static void main(String[] args) { System.out.println("OAuth client ready"); } }
Debug
Known issues
breakingBreaking changes in version 1.35.0: package restructuring may require import updates.
fix
Update imports to use new package paths (e.g., com.google.api.client.auth.oauth2.*).
affects: >=1.35.0
Upgrade
Version history
1.39.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources
google-oauth-client — mvn dependency:get google-oauth-client · libregistry