public interface OAuthClientCredentialsDancerBuilder extends OAuthDancerBuilder<ClientCredentialsOAuthDancer>
| Modifier and Type | Method and Description |
|---|---|
OAuthClientCredentialsDancerBuilder |
encodeClientCredentialsInBody(boolean encodeClientCredentialsInBody) |
build, clientCredentials, customParametersExtractorsExprs, encoding, resourceOwnerIdTransformer, responseAccessTokenExpr, responseExpiresInExpr, responseRefreshTokenExpr, scopes, tokenUrl, tokenUrl, tokenUrlOAuthClientCredentialsDancerBuilder encodeClientCredentialsInBody(boolean encodeClientCredentialsInBody)
encodeClientCredentialsInBody - If @{code true}, the client id and client secret will be sent in the request body.
Otherwise, they will be sent as basic authentication.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.