Uses of Class
app.sdkgen.client.AccessToken
Packages that use AccessToken
-
Uses of AccessToken in app.sdkgen.client
Methods in app.sdkgen.client that return AccessTokenModifier and TypeMethodDescriptionprotected AccessTokenClientAbstract.fetchAccessTokenByClientCredentials()protected AccessTokenClientAbstract.fetchAccessTokenByCode(String code)protected AccessTokenClientAbstract.fetchAccessTokenByRefresh(String refreshToken)TokenStoreInterface.get()Methods in app.sdkgen.client with parameters of type AccessToken -
Uses of AccessToken in app.sdkgen.client.TokenStore
Methods in app.sdkgen.client.TokenStore that return AccessTokenMethods in app.sdkgen.client.TokenStore with parameters of type AccessTokenModifier and TypeMethodDescriptionvoidFileTokenStore.persist(AccessToken token)voidMemoryTokenStore.persist(AccessToken token)