Skip to content

Commit 3ac3d7a

Browse files
authored
chore: hide IdToken#getJsonWebSignature() (#329)
1 parent 0753a5a commit 3ac3d7a

File tree

1 file changed

+1
-1
lines changed
  • google-auth-library-java/oauth2_http/java/com/google/auth/oauth2

1 file changed

+1
-1
lines changed

google-auth-library-java/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)