use of org.wso2.carbon.identity.oauth2.client.authentication.OAuthClientAuthenticator in project identity-inbound-auth-oauth by wso2-extensions.
the class OAuth2ServiceComponentHolder method addAuthenticationHandler.
public static void addAuthenticationHandler(OAuthClientAuthenticator clientAuthenticator) {
authenticationHandlers.add(clientAuthenticator);
authenticationHandlers.sort(new HandlerComparator());
}
Aggregations