| Package | Description |
|---|---|
| com.google.auth.oauth2 |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryTokensStorage
Represents an in-memory storage of tokens.
|
| 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)
Sets the
TokenStore to use for long term token storage. |
Copyright © 2026 Google. All rights reserved.