| 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.
|
| Constructor and Description |
|---|
UserAuthorizer(ClientId clientId,
Collection<String> scopes,
TokenStore tokenStore)
Constructor with minimal parameters.
|
UserAuthorizer(ClientId clientId,
Collection<String> scopes,
TokenStore tokenStore,
URI callbackUri)
Constructor with common parameters.
|
UserAuthorizer(ClientId clientId,
Collection<String> scopes,
TokenStore tokenStore,
URI callbackUri,
com.google.api.client.http.HttpTransport transport,
URI tokenServerUri,
URI userAuthUri)
Constructor with all parameters.
|
Copyright © 2015 Google. All rights reserved.