java.lang.Object
org.springframework.security.oauth2.server.authorization.oidc.OidcClientRegistration
All Implemented Interfaces:
Serializable, org.springframework.security.oauth2.core.ClaimAccessor, OidcClientMetadataClaimAccessor

public final class OidcClientRegistration extends Object implements OidcClientMetadataClaimAccessor, Serializable
A representation of an OpenID 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 OpenID Connect Dynamic Client Registration 1.0 specification.
Since:
0.1.1
See Also: