tokensStore parameter passed to the service to build the
AuthorizationCodeOAuthDancer) to get the appropriate accessToken.tokensStore parameter passed to the service to build the
ClientCredentialsOAuthDancer) to get the appropriate accessToken.listener.listenertokenUrl and processing its results.AuthorizationCodeOAuthDancer.AuthorizationCodeOAuthDancer for authorization code grant type.tokenUrl.ClientCredentialsOAuthDancer for client credentials grant type.OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation) instead.OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation) instead.authorizationUrl with the configured credentials.OAuthAuthorizationCodeDancerBuilder.localCallback(java.net.URL)) that the user can hit to authenticate and grant access to the application for his account.AuthorizationCodeOAuthDancer will create an HttpServer to listen on the provided
localCallbackUrl.AuthorizationCodeOAuthDancer will create an HttpServer with the provided
tlsContextFactory to listen on the provided localCallbackUrl.AuthorizationCodeOAuthDancer will use an existing HttpServer to listen on the provided
localCallbackConfigPath.listener.tokensStore and reuse it among different dancers, as long as each dancer has its own proper
resourceOwnerIdStoreTransformer and ensures there can be no collissions between the transformed
respurceOwnerIds for different dancers.Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.