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 class
MemoryTokensStorage
Represents an in-memory storage of tokens.Methods in com.google.auth.oauth2 that return TokenStore Modifier and Type Method Description TokenStore
UserAuthorizer.Builder. getTokenStore()
TokenStore
UserAuthorizer. 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.Builder
UserAuthorizer.Builder. setTokenStore(TokenStore tokenStore)
-