public class OAuthFetcherConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH_STATE_CRYPTER |
| Constructor and Description |
|---|
OAuthFetcherConfig(BlobCrypter stateCrypter,
GadgetOAuthTokenStore tokenStore,
TimeSource clock,
OAuthCallbackGenerator oauthCallbackGenerator,
boolean viewerAccessTokensEnabled) |
| Modifier and Type | Method and Description |
|---|---|
TimeSource |
getClock() |
OAuthCallbackGenerator |
getOAuthCallbackGenerator() |
BlobCrypter |
getStateCrypter() |
GadgetOAuthTokenStore |
getTokenStore() |
boolean |
isViewerAccessTokensEnabled() |
public static final String OAUTH_STATE_CRYPTER
@Inject public OAuthFetcherConfig(BlobCrypter stateCrypter, GadgetOAuthTokenStore tokenStore, TimeSource clock, OAuthCallbackGenerator oauthCallbackGenerator, boolean viewerAccessTokensEnabled)
public BlobCrypter getStateCrypter()
public GadgetOAuthTokenStore getTokenStore()
public TimeSource getClock()
public OAuthCallbackGenerator getOAuthCallbackGenerator()
public boolean isViewerAccessTokensEnabled()
Copyright © 2007-2012. All Rights Reserved.