public class TwitterSessionVerifier extends Object implements SessionVerifier<TwitterSession>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TwitterSessionVerifier.AccountServiceProvider
Produces new service instances, this code is a separate class so that we can more easily test
SessionMonitor
|
| Constructor and Description |
|---|
TwitterSessionVerifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
verifySession(TwitterSession session)
Verify session uses the synchronous api to simplify marking when verification is done.
|
public void verifySession(TwitterSession session)
verifySession in interface SessionVerifier<TwitterSession>session -