Uses of Class
app.sdkgen.client.AccessToken
-
Packages that use AccessToken Package Description app.sdkgen.client app.sdkgen.client.Authenticator app.sdkgen.client.TokenStore -
-
Uses of AccessToken in app.sdkgen.client
Methods in app.sdkgen.client that return AccessToken Modifier and Type Method Description 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.Authenticator
Methods in app.sdkgen.client.Authenticator that return AccessToken Modifier and Type Method Description protected AccessTokenOAuth2Authenticator. fetchAccessTokenByClientCredentials()protected AccessTokenOAuth2Authenticator. fetchAccessTokenByCode(java.lang.String code)protected AccessTokenOAuth2Authenticator. fetchAccessTokenByRefresh(java.lang.String refreshToken) -
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)
-