public class AccessTokenInterceptor extends Object implements feign.RequestInterceptor
Feign requests and append a Authorization header to be validated by the API server the SDK calls
Builds in many mechanisms for authenticating a principal, whether it be a machine user or a desktop user. Primarily relies on OAuth 2.0 grant types to exchange user or machine credentials for access token. If the interceptor is created with an access token provided, that access token will be used instead of the default credential provider chain
public static String audience
Copyright © 2019. All rights reserved.