Uses of Interface
com.google.auth.oauth2.TokenStore
-
Packages that use TokenStore Package Description com.google.auth.oauth2 -
-
Uses of TokenStore in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement TokenStore Modifier and Type Class Description classMemoryTokensStorageRepresents an in-memory storage of tokens.Fields in com.google.auth.oauth2 declared as TokenStore Modifier and Type Field Description private TokenStoreUserAuthorizer.Builder. tokenStoreprivate TokenStoreUserAuthorizer. tokenStoreMethods in com.google.auth.oauth2 that return TokenStore Modifier and Type Method Description TokenStoreUserAuthorizer.Builder. getTokenStore()TokenStoreUserAuthorizer. getTokenStore()Returns the implementation of a component for long term storage of tokens.Methods in com.google.auth.oauth2 with parameters of type TokenStore Modifier and Type Method Description UserAuthorizer.BuilderUserAuthorizer.Builder. setTokenStore(TokenStore tokenStore)Sets theTokenStoreto use for long term token storage.
-