Package org.mule.runtime.extension.api.annotation.connectivity.oauth


package org.mule.runtime.extension.api.annotation.connectivity.oauth
  • Annotation Interfaces
    Class
    Description
    To 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 of ConnectionProvider, 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 a ConnectionProvider which supports OAuth.
    Similar to Parameter, but intended to be used exclusively on fields of a ConnectionProvider which supports OAuth.