Announcing the release of 1.16.0-rc:
Highlights:
[Issue 47 and Issue 31] Added a credential DataStore based on a String key and Serializable value (See HTTP Issue 216)
[Issue 79] Added a new ID Token verifier class
[Issue 78] Updated to ID Token draft 27
[Issue 70] Added a check against the WWW-Authenticate header for expired tokens
[Issue 82] Removed Beta API deprecated in 1.15 (backwards incompatible)
[Issue 77] Improved the Javadoc for Credential.refreshToken
You can also take a look at the New Features and the JavaDoc for more details.
A zip of the library and all required dependencies is available here.
Maven users should specify version 1.16.0-rc in their project’s pom.xml file.
For example:
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.16.0-rc</version>
</dependency>