Java org.springframework.security.oauth2.client.token OAuth2AccessTokenSupport fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client.token OAuth2AccessTokenSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.client.token OAuth2AccessTokenSupport.

The text is from its open source code.

Subclass

org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport has subclasses.
Click this link to see all its subclasses.

Method

voidsetRequestFactory(ClientHttpRequestFactory requestFactory)
Set the request factory that this template uses for obtaining ClientHttpRequest HttpRequests .
voidsetTokenRequestEnhancer(RequestEnhancer tokenRequestEnhancer)
A custom enhancer for the access token request