Uses of Interface
com.developer.nefarious.zjoule.plugin.auth.IAuthClient
Package
Description
-
Uses of IAuthClient in com.developer.nefarious.zjoule.plugin.auth
Modifier and TypeClassDescriptionclass
TheAuthClient
class provides functionality to authenticate with a service and retrieve access tokens. -
Uses of IAuthClient in com.developer.nefarious.zjoule.plugin.chat.openai
ModifierConstructorDescriptionOpenAIClient
(IAuthClient authClient, IMemoryMessageHistory memoryMessageHistory, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment, IOpenAIClientHelper openAIClientHelper) Constructs a newOpenAIClient
with the required dependencies. -
Uses of IAuthClient in com.developer.nefarious.zjoule.plugin.login.api
ModifierConstructorDescriptionLoginClient
(ILoginClientHelper loginClientHelper, IAuthClient authClient) Constructs a newLoginClient
instance.