Skip to content

Commit 0b585b8

Browse files
authored
chore: hide IdToken#getJsonWebSignature() (#329)
1 parent 888c61c commit 0b585b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_http/java/com/google/auth/oauth2/IdToken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static IdToken create(String tokenValue, JsonFactory jsonFactory) throws
8787
*
8888
* @return returns com.google.api.client.json.webtoken.JsonWebSignature
8989
*/
90-
public JsonWebSignature getJsonWebSignature() {
90+
JsonWebSignature getJsonWebSignature() {
9191
return jsonWebSignature;
9292
}
9393

0 commit comments

Comments
 (0)