- Notifications
You must be signed in to change notification settings - Fork258
Open source Auth client library for Java
License
googleapis/google-auth-library-java
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Open source authentication client library for Java.
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.
This library followsSemantic Versioning, but with someadditional qualifications:
Components marked with
@ObsoleteApiare stable for usage in the current major version,but will be marked with@Deprecatedin a future major version.NOTE: We reserve the right to mark anything as@Deprecatedand introduce breakingchanges in a minor version to fix anycritical bugs andvulnerabilities.Components marked with
@InternalApiare 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.Components marked with
@InternalExtensionOnlyare 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.Components marked with
@BetaApiare 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@BetaApifeatures are also marked with@BetaApi. Features marked as@BetaApiare on a path to eventually become "1.x" features with the markerremoved.
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.
To run the tests you will need:
- Maven 3+
$ mvntestBSD 3-Clause - SeeLICENSE for more information.
About
Open source Auth client library for Java
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.