Uses of Class
app.sdkgen.client.AccessToken
-
Packages that use AccessToken Package Description app.sdkgen.client app.sdkgen.client.TokenStore -
-
Uses of AccessToken in app.sdkgen.client
Methods in app.sdkgen.client that return AccessToken Modifier and Type Method Description protected AccessTokenClientAbstract. fetchAccessTokenByClientCredentials()protected AccessTokenClientAbstract. fetchAccessTokenByCode(java.lang.String code)protected AccessTokenClientAbstract. fetchAccessTokenByRefresh(java.lang.String refreshToken)AccessTokenTokenStoreInterface. get()Methods in app.sdkgen.client with parameters of type AccessToken Modifier and Type Method Description voidTokenStoreInterface. persist(AccessToken token) -
Uses of AccessToken in app.sdkgen.client.TokenStore
Methods in app.sdkgen.client.TokenStore that return AccessToken Modifier and Type Method Description AccessTokenFileTokenStore. get()AccessTokenMemoryTokenStore. get()Methods in app.sdkgen.client.TokenStore with parameters of type AccessToken Modifier and Type Method Description voidFileTokenStore. persist(AccessToken token)voidMemoryTokenStore. persist(AccessToken token)
-