Class OAuth2AuthorizationRequest

java.lang.Object
org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest
All Implemented Interfaces:
Serializable

public final class OAuth2AuthorizationRequest extends Object implements Serializable
A representation of an OAuth 2.0 Authorization Request for the authorization code grant type or implicit grant type.
Since:
5.0
See Also: