Uses of Interface
app.sdkgen.client.TokenStoreInterface
-
Packages that use TokenStoreInterface Package Description app.sdkgen.client app.sdkgen.client.TokenStore -
-
Uses of TokenStoreInterface in app.sdkgen.client
Fields in app.sdkgen.client declared as TokenStoreInterface Modifier and Type Field Description protected TokenStoreInterfaceClientAbstract. tokenStoreConstructors in app.sdkgen.client with parameters of type TokenStoreInterface Constructor Description ClientAbstract(java.lang.String baseUrl, CredentialsInterface credentials, TokenStoreInterface tokenStore)ClientAbstract(java.lang.String baseUrl, CredentialsInterface credentials, TokenStoreInterface tokenStore, java.util.List<java.lang.String> scopes)ClientAbstract(java.lang.String baseUrl, CredentialsInterface credentials, TokenStoreInterface tokenStore, java.util.List<java.lang.String> scopes, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of TokenStoreInterface in app.sdkgen.client.TokenStore
Classes in app.sdkgen.client.TokenStore that implement TokenStoreInterface Modifier and Type Class Description classFileTokenStoreclassMemoryTokenStore
-