public class DefaultClientAuthenticationHandler extends Object implements ClientAuthenticationHandler
| Constructor and Description | 
|---|
| DefaultClientAuthenticationHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | authenticateTokenRequest(OAuth2ProtectedResourceDetails resource,
                        MultiValueMap<String,String> form,
                        org.springframework.http.HttpHeaders headers)Authenticate a token request. | 
public void authenticateTokenRequest(OAuth2ProtectedResourceDetails resource, MultiValueMap<String,String> form, org.springframework.http.HttpHeaders headers)
ClientAuthenticationHandlerauthenticateTokenRequest in interface ClientAuthenticationHandlerresource - The resource for which to authenticate a request.form - The form that is being submitted as the token request.headers - The request headers to be submitted.Copyright © 2019. All rights reserved.