| Package | Description |
|---|---|
| org.springframework.security.oauth2.client.token | |
| org.springframework.security.oauth2.client.token.grant.code |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequestEnhancer
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2AccessTokenSupport.setTokenRequestEnhancer(RequestEnhancer tokenRequestEnhancer)
Deprecated.
A custom enhancer for the access token request
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationCodeAccessTokenProvider.setAuthorizationRequestEnhancer(RequestEnhancer authorizationRequestEnhancer)
Deprecated.
A custom enhancer for the authorization request
|
Copyright © 2020. All rights reserved.