Package org.springframework.security.oauth2.client.annotation
package org.springframework.security.oauth2.client.annotation
-
Annotation InterfacesClassDescriptionThis annotation can be added to the method of an interface based HTTP client created using
HttpServiceProxyFactory
to automatically associate an OAuth token with the request.This annotation may be used to resolve a method parameter to an argument value of typeOAuth2AuthorizedClient
.