@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface OAuthProtected
Connector as requiring an OAuth
access token. Such a method will fail to execute while the connector is not authorized. Therefore, forcing
the OAuth dance to happen first.OAuth2Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.