Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Open source Auth client library for Java

License

NotificationsYou must be signed in to change notification settings

googleapis/google-auth-library-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Open source authentication client library for Java.

stableMaven

Documentation

See theofficial guide for waysto authenticate to Google Cloud and for more information about the Google Auth Library.

See theAPI Documentation to seethe Javadocs for Google Auth Library.

Versioning

This library followsSemantic Versioning, but with someadditional qualifications:

  1. Components marked with@ObsoleteApi are stable for usage in the current major version,but will be marked with@Deprecated in a future major version.NOTE: We reserve the right to mark anything as@Deprecated and introduce breakingchanges in a minor version to fix anycritical bugs andvulnerabilities.

  2. Components marked with@InternalApi are technically public, but are onlypublic for technical reasons, because of the limitations of Java's accessmodifiers. For the purposes of semver, they should be considered private.

  3. Components marked with@InternalExtensionOnly are stable for usage, butnot for extension. Thus, methods will not be removed from interfaces markedwith this annotation, but methods can be added, thus breaking anycode implementing the interface. See the javadocs for more details on otherconsequences of this annotation.

  4. Components marked with@BetaApi are considered to be "0.x" features insidea "1.x" library. This means they can change between minor and patch releasesin incompatible ways. These features should not be used by any library "B"that itself has consumers, unless the components of library B that use@BetaApi features are also marked with@BetaApi. Features marked as@BetaApi are on a path to eventually become "1.x" features with the markerremoved.

Contributing

Contributions to this library are always welcome and highly encouraged.

SeeCONTRIBUTING documentation for more information on how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating inthis project you agree to abide by its terms. SeeCode of Conduct for moreinformation.

Running the Tests

To run the tests you will need:

  • Maven 3+
$ mvntest

License

BSD 3-Clause - SeeLICENSE for more information.


[8]ページ先頭

©2009-2025 Movatter.jp