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 TypeClassDescriptionclassRepresents an in-memory storage of tokens.Fields in com.google.auth.oauth2 declared as TokenStoreModifier and TypeFieldDescriptionprivate TokenStoreUserAuthorizer.Builder.tokenStoreprivate final TokenStoreUserAuthorizer.tokenStoreMethods 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 theTokenStoreto use for long term token storage.