Class OAuth2ClientRegistration

java.lang.Object
org.springframework.security.oauth2.server.authorization.AbstractOAuth2ClientRegistration
org.springframework.security.oauth2.server.authorization.OAuth2ClientRegistration
All Implemented Interfaces:
Serializable, ClaimAccessor, OAuth2ClientMetadataClaimAccessor

public final class OAuth2ClientRegistration extends AbstractOAuth2ClientRegistration
A representation of an OAuth 2.0 Client Registration Request and Response, which is sent to and returned from the Client Registration Endpoint, and contains a set of claims about the Client's Registration information. The claims are defined by the OAuth 2.0 Dynamic Client Registration Protocol specification.
Since:
7.0
See Also: