You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/method/annotation/OAuth2AuthorizedClientArgumentResolver.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/reactive/function/client/OAuth2AuthorizedClientResolver.java
+14-10
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ public OAuth2AuthorizedClientResolver(
70
70
* If true, a default {@link OAuth2AuthorizedClient} can be discovered from the current Authentication. It is
71
71
* recommended to be cautious with this feature since all HTTP requests will receive the access token if it can be
72
72
* resolved from the current Authentication.
73
+
*
73
74
* @param defaultOAuth2AuthorizedClient true if a default {@link OAuth2AuthorizedClient} should be used, else false.
74
75
* Default is false.
75
76
*/
@@ -80,6 +81,7 @@ public void setDefaultOAuth2AuthorizedClient(boolean defaultOAuth2AuthorizedClie
80
81
/**
81
82
* If set, will be used as the default {@link ClientRegistration#getRegistrationId()}. It is
82
83
* recommended to be cautious with this feature since all HTTP requests will receive the access token.
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/reactive/result/method/annotation/OAuth2AuthorizedClientResolver.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/web/method/annotation/OAuth2AuthorizedClientArgumentResolverTests.java
0 commit comments