We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IdToken#getJsonWebSignature()
1 parent 888c61c commit 0b585b8Copy full SHA for 0b585b8
1 file changed
oauth2_http/java/com/google/auth/oauth2/IdToken.java
@@ -87,7 +87,7 @@ public static IdToken create(String tokenValue, JsonFactory jsonFactory) throws
87
*
88
* @return returns com.google.api.client.json.webtoken.JsonWebSignature
89
*/
90
- public JsonWebSignature getJsonWebSignature() {
+ JsonWebSignature getJsonWebSignature() {
91
return jsonWebSignature;
92
}
93
0 commit comments