public abstract class AbstractOAuth2AuthorizationGrantRequest
extends java.lang.Object
AuthorizationGrantType,
Section 1.3 Authorization Grant| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOAuth2AuthorizationGrantRequest(org.springframework.security.oauth2.core.AuthorizationGrantType authorizationGrantType)
Sub-class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.core.AuthorizationGrantType |
getGrantType()
Returns the authorization grant type.
|