Uses of Class
com.developer.nefarious.zjoule.plugin.models.AccessToken
Package
Description
-
Uses of AccessToken in com.developer.nefarious.zjoule.plugin.auth
Modifier and TypeMethodDescriptionAuthClientHelper.convertResponseToObject
(String responseBody) Converts a JSON response body into anAccessToken
object.IAuthClientHelper.convertResponseToObject
(String responseBody) Converts a JSON response body into anAccessToken
object.ModifierConstructorDescriptionAuthClient
(IMemoryObject<AccessToken> memoryAccessToken, IMemoryObject<ServiceKey> memoryServiceKey, IAuthClientHelper authClientHelper) Constructs anAuthClient
instance with the given dependencies. -
Uses of AccessToken in com.developer.nefarious.zjoule.plugin.login.memory
Modifier and TypeMethodDescriptionvoid
TemporaryMemoryAccessToken.save
(AccessToken accessToken) Saves the given data to memory. -
Uses of AccessToken in com.developer.nefarious.zjoule.plugin.memory
Modifier and TypeMethodDescriptionvoid
MemoryAccessToken.save
(AccessToken accesstoken) Saves the given data to memory.