Uses of Interface
app.sdkgen.client.TokenStoreInterface
-
Packages that use TokenStoreInterface Package Description app.sdkgen.client.Credentials app.sdkgen.client.TokenStore -
-
Uses of TokenStoreInterface in app.sdkgen.client.Credentials
Methods in app.sdkgen.client.Credentials that return TokenStoreInterface Modifier and Type Method Description TokenStoreInterfaceOAuth2. getTokenStore()Constructors in app.sdkgen.client.Credentials with parameters of type TokenStoreInterface Constructor Description OAuth2(java.lang.String clientId, java.lang.String clientSecret, java.lang.String tokenUrl, java.lang.String authorizationUrl, TokenStoreInterface tokenStore, java.util.List<java.lang.String> scopes) -
Uses of TokenStoreInterface in app.sdkgen.client.TokenStore
Classes in app.sdkgen.client.TokenStore that implement TokenStoreInterface Modifier and Type Class Description classFileTokenStoreclassMemoryTokenStore
-