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


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface OAuthInvalidateAccessTokenOn

Engage the refresh token flow and the retry mechanism automatically when the annotated method throws the specified exception.


Required Element Summary
 Class exception
          The class of the exception that signals the activation of the refresh token flow
 

Element Detail

exception

public abstract Class exception
The class of the exception that signals the activation of the refresh token flow



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.