public interface

RestoreAccessTokenCallback

org.mule.modules.janrain.oauth.RestoreAccessTokenCallback

Summary

Public Methods
abstract String getAccessToken()
Retrieve the just restored access token
abstract String getAccessTokenSecret()
Retrieve the access token secret
abstract void restoreAccessToken()
Restore access token and secret

Public Methods

public abstract String getAccessToken ()

Retrieve the just restored access token

Returns
  • A string representing the access token

public abstract String getAccessTokenSecret ()

Retrieve the access token secret

Returns
  • A string representing the access token secret

public abstract void restoreAccessToken ()

Restore access token and secret