Module org.mule.sdk.api
Package org.mule.sdk.api.annotation.connectivity.oauth
package org.mule.sdk.api.annotation.connectivity.oauth
-
Annotation InterfacesClassDescriptionTo be used on implementations of
ConnectionProvider, indicates that the provided connections will be authenticated using Authorization-Code grant type of the OAuth2 specification.To be used on implementations ofConnectionProvider, indicates that the provided connections will be authenticated using Client Credentials grant type of the OAuth2 specification.This annotation is used to annotate fields on aConnectionProviderwhich supports OAuth.Similar toParameter, but intended to be used exclusively on fields of aConnectionProviderwhich supports OAuth.