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