Class OAuth2AuthorizeRequest

java.lang.Object
org.springframework.security.oauth2.client.OAuth2AuthorizeRequest

public final class OAuth2AuthorizeRequest extends Object
Represents a request the OAuth2AuthorizedClientManager uses to authorize (or re-authorize) the client identified by the provided clientRegistrationId.
Since:
5.2
See Also: