Uses of Interface
com.developer.nefarious.zjoule.plugin.auth.IAuthClientHelper
Packages that use IAuthClientHelper
-
Uses of IAuthClientHelper in com.developer.nefarious.zjoule.plugin.auth
Classes in com.developer.nefarious.zjoule.plugin.auth that implement IAuthClientHelperModifier and TypeClassDescriptionclass
A helper class for theAuthClient
that provides utility methods for constructing HTTP requests, parsing responses, and managing URI conversions.Constructors in com.developer.nefarious.zjoule.plugin.auth with parameters of type IAuthClientHelperModifierConstructorDescriptionAuthClient
(IMemoryObject<AccessToken> memoryAccessToken, IMemoryObject<ServiceKey> memoryServiceKey, IAuthClientHelper authClientHelper) Constructs anAuthClient
instance with the given dependencies.