This repository was archived by the owner on May 12, 2026. It is now read-only.
Releases: googleapis/google-auth-library-java
Releases · googleapis/google-auth-library-java
0.5.0
Features
- Add
ServiceAccountSignerinterface and implement signing capabilities (byte[] sign(byte[])) in AppEngine and service account credentials (#73) GoogleCredentials.getApplicationDefaultno longer requiresgoogle-auth-library-appengineto be in the classpath to create AppEngine credentials. AE SDK is accessed using reflection (#71)- Make credentials serializable. Add
HttpTransportFactoryclass to wrapHttpTransportcreation an enable serialization (#69) - Add asynchronous
getRequestMetadata(URI, Executor, RequestMetadataCallback)toCredentialsto allow getting request metadata without blocking (#64, #65) - Check
CLOUDSDK_CONFIGfor default credentials location (#63)
Many updates
This will fix a problem with 2LO tokens expiring after an hour.