Uses of Interface
com.google.auth.oauth2.TokenStore
Packages that use TokenStore
-
Uses of TokenStore in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement TokenStoreModifier and TypeClassDescriptionclass
Represents an in-memory storage of tokens.Fields in com.google.auth.oauth2 declared as TokenStoreModifier and TypeFieldDescriptionprivate TokenStore
UserAuthorizer.Builder.tokenStore
private final TokenStore
UserAuthorizer.tokenStore
Methods in com.google.auth.oauth2 that return TokenStoreModifier and TypeMethodDescriptionUserAuthorizer.Builder.getTokenStore()
UserAuthorizer.getTokenStore()
Returns the implementation of a component for long term storage of tokens.Methods in com.google.auth.oauth2 with parameters of type TokenStoreModifier and TypeMethodDescriptionUserAuthorizer.Builder.setTokenStore
(TokenStore tokenStore) Sets theTokenStore
to use for long term token storage.