Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions oauth2_http/java/com/google/auth/oauth2/JwtProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public interface JwtProvider {
/**
* Returns a new JwtCredentials instance with modified claims.
*
* @param newClaims new claims. Any unspecified claim fields will default to the the current
* values.
* @param newClaims new claims. Any unspecified claim fields default to the current values.
* @return new credentials
*/
JwtCredentials jwtWithClaims(JwtClaims newClaims);
Expand Down