Polish javadoc for OAuth2AuthorizedClientManager
This commit is contained in:
parent
33837d21be
commit
88c749263b
|
@ -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>
|
||||
*
|
||||
|
|
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue