| Package | Description |
|---|---|
| org.mule.runtime.oauth.api.builder |
| Modifier and Type | Method and Description |
|---|---|
static ClientCredentialsLocation |
ClientCredentialsLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientCredentialsLocation[] |
ClientCredentialsLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default OAuthDancerBuilder<D> |
OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation clientCredentialsLocation)
Define where the client credentials will be sent in the HTTP requests for the OAuth2 Dance.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.