Package org.wso2.auth0.client.model
Class Auth0APIKeyInterceptor
java.lang.Object
org.wso2.auth0.client.model.Auth0APIKeyInterceptor
- All Implemented Interfaces:
feign.RequestInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionAuth0APIKeyInterceptor(Auth0TokenClient auth0TokenClient, String consumerKey, String consumerSecret, String audience) -
Method Summary
-
Constructor Details
-
Auth0APIKeyInterceptor
public Auth0APIKeyInterceptor(Auth0TokenClient auth0TokenClient, String consumerKey, String consumerSecret, String audience)
-
-
Method Details
-
apply
public void apply(feign.RequestTemplate requestTemplate) - Specified by:
applyin interfacefeign.RequestInterceptor
-