org.mule.security.oauth
Interface RefreshTokenManager

All Known Implementing Classes:
DefaultRefreshTokenManager

public interface RefreshTokenManager


Method Summary
 void refreshToken(OAuth2Adapter adapter, String accessTokenId)
          Refreshes the token of the given id for the given adapter.
 

Method Detail

refreshToken

void refreshToken(OAuth2Adapter adapter,
                  String accessTokenId)
                  throws Exception
Refreshes the token of the given id for the given adapter.

Parameters:
adapter -
accessTokenId -
Throws:
Exception


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.