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


Deprecated.

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

This annotation marks a method inside a OAuth as the responsible for identifying the user of an access token. It will be called by the connector's access token manager. This identification will be used as a key to store access tokens.

This annotation must be used on a non-static method without arguments and it must return a String which contains the connection identifier representation.



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