org.mule.api.annotations.oauth
Annotation Type OAuthScope


@Target(value=FIELD)
@Retention(value=SOURCE)
@Documented
public @interface OAuthScope

In case the access to the Protected Resources needs to be restricted in scope a field annotated with @OAuthScope must be present and contain a String indicating the desired scope.



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.