Skip to content

Commit 37b195b

Browse files
authored
chore: add clirr ignore for deprecated OOB flow (#2268)
1 parent 8f75dc6 commit 37b195b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clirr-ignored-differences.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@
3434
<method>com.google.api.client.http.AbstractHttpContent setMediaType(com.google.api.client.http.HttpMediaType)</method>
3535
<to>com.google.api.client.http.xml.AbstractXmlHttpContent</to>
3636
</difference>
37+
<!-- Deprecated OOB flow: https://github.com/googleapis/google-api-java-client/pull/2242 -->
38+
<difference>
39+
<differenceType>6011</differenceType>
40+
<className>com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants</className>
41+
<field>OOB_REDIRECT_URI</field>
42+
</difference>
3743
</differences>

0 commit comments

Comments
 (0)