See: Description
Interface | Description |
---|---|
OAuth2AuthorizedClientService |
Implementations of this interface are responsible for the management
of
Authorized Client(s) , which provide the purpose
of associating an Access Token credential
to a Client and Resource Owner,
who is the Principal
that originally granted the authorization. |
Class | Description |
---|---|
InMemoryOAuth2AuthorizedClientService |
An
OAuth2AuthorizedClientService that stores
Authorized Client(s) in-memory. |
OAuth2AuthorizedClient |
A representation of an OAuth 2.0 "Authorized Client".
|