org.mule.security.oauth.callback
Interface RestoreAccessTokenCallback

All Known Implementing Classes:
DefaultRestoreAccessTokenCallback

public interface RestoreAccessTokenCallback


Method Summary
 String getAccessToken()
          Retrieve the just restored access token
 String getAccessTokenSecret()
          Retrieve the access token secret
 void restoreAccessToken()
          Restore access token and secret
 

Method Detail

restoreAccessToken

void restoreAccessToken()
Restore access token and secret


getAccessToken

String getAccessToken()
Retrieve the just restored access token

Returns:
A string representing the access token

getAccessTokenSecret

String getAccessTokenSecret()
Retrieve the access token secret

Returns:
A string representing the access token secret


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