ClientRegistration
.See: Description
Interface | Description |
---|---|
ClientRegistrationRepository |
Implementations of this interface are responsible for the management of
ClientRegistration 's. |
Class | Description |
---|---|
ClientRegistration |
A representation of a client registration with an OAuth 2.0 Authorization Server.
|
ClientRegistration.Builder | |
ClientRegistrationProperties |
A convenience class that provides a "flattened" property structure for
ClientRegistration . |
InMemoryClientRegistrationRepository |
A basic implementation of a
ClientRegistrationRepository that accepts
a List of ClientRegistration (s) via it's constructor and stores it in-memory. |
ClientRegistration
.