Class R2dbcReactiveOAuth2AuthorizedClientService

java.lang.Object
org.springframework.security.oauth2.client.R2dbcReactiveOAuth2AuthorizedClientService
All Implemented Interfaces:
ReactiveOAuth2AuthorizedClientService

public class R2dbcReactiveOAuth2AuthorizedClientService extends Object implements ReactiveOAuth2AuthorizedClientService
A R2DBC implementation of ReactiveOAuth2AuthorizedClientService that uses a DatabaseClient for OAuth2AuthorizedClient persistence.

NOTE: This ReactiveOAuth2AuthorizedClientService depends on the table definition described in "classpath:org/springframework/security/oauth2/client/oauth2-client-schema.sql" and therefore MUST be defined in the database schema.

Since:
5.5
See Also: