| Package | Description |
|---|---|
| com.google.auth.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
TokenStore |
UserAuthorizer.getTokenStore()
Returns the implementation of a component for long term storage of tokens.
|
TokenStore |
UserAuthorizer.Builder.getTokenStore() |
| Modifier and Type | Method and Description |
|---|---|
UserAuthorizer.Builder |
UserAuthorizer.Builder.setTokenStore(TokenStore tokenStore) |
| Constructor and Description |
|---|
UserAuthorizer(ClientId clientId,
Collection<String> scopes,
TokenStore tokenStore)
Deprecated.
|
UserAuthorizer(ClientId clientId,
Collection<String> scopes,
TokenStore tokenStore,
URI callbackUri)
Deprecated.
|
UserAuthorizer(ClientId clientId,
Collection<String> scopes,
TokenStore tokenStore,
URI callbackUri,
HttpTransportFactory transportFactory,
URI tokenServerUri,
URI userAuthUri)
Deprecated.
|
Copyright © 2017 Google. All rights reserved.