Uses of Class
org.mule.oauth.client.api.builder.ClientCredentialsLocation
-
Packages that use ClientCredentialsLocation Package Description org.mule.oauth.client.api.builder -
-
Uses of ClientCredentialsLocation in org.mule.oauth.client.api.builder
Methods in org.mule.oauth.client.api.builder that return ClientCredentialsLocation Modifier and Type Method Description static ClientCredentialsLocationClientCredentialsLocation. 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.Methods in org.mule.oauth.client.api.builder with parameters of type ClientCredentialsLocation Modifier and Type Method Description default OAuthDancerBuilder<D>OAuthDancerBuilder. withClientCredentialsIn(ClientCredentialsLocation clientCredentialsLocation)Define where the client credentials will be sent in the HTTP requests for the OAuth2 Dance.
-