Polish javadoc for OAuth2AuthorizedClientManager

This commit is contained in:
Joe Grandja 2019-09-12 19:25:49 -04:00
parent 33837d21be
commit 88c749263b
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepo
* <ol>
* <li>Authorizing (or re-authorizing) an OAuth 2.0 Client
* by leveraging an {@link OAuth2AuthorizedClientProvider}(s).</li>
* <li>Managing the persistence of an {@link OAuth2AuthorizedClient} between requests,
* <li>Delegating the persistence of an {@link OAuth2AuthorizedClient},
* typically using an {@link OAuth2AuthorizedClientService} OR {@link OAuth2AuthorizedClientRepository}.</li>
* </ol>
*

View File

@ -28,7 +28,7 @@ import reactor.core.publisher.Mono;
* <ol>
* <li>Authorizing (or re-authorizing) an OAuth 2.0 Client
* by leveraging a {@link ReactiveOAuth2AuthorizedClientProvider}(s).</li>
* <li>Managing the persistence of an {@link OAuth2AuthorizedClient} between requests,
* <li>Delegating the persistence of an {@link OAuth2AuthorizedClient},
* typically using a {@link ReactiveOAuth2AuthorizedClientService} OR {@link ServerOAuth2AuthorizedClientRepository}.</li>
* </ol>
*