TokenRequiredListener Interface
public interface TokenRequiredListener
Informs the application that a session requires an updated access token or authentication token.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
onTokenRequired(TokenRequiredEvent args)
Invoked when the event fires. |
Method Details
onTokenRequired
public void onTokenRequired(TokenRequiredEvent args)
Invoked when the event fires.
Parameters:
args