Uses of Interface
com.developer.nefarious.zjoule.plugin.auth.IAuthClient
Packages that use IAuthClient
Package
Description
-
Uses of IAuthClient in com.developer.nefarious.zjoule.plugin.auth
Classes in com.developer.nefarious.zjoule.plugin.auth that implement IAuthClientModifier 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
Constructors in com.developer.nefarious.zjoule.plugin.chat.openai with parameters of type IAuthClientModifierConstructorDescriptionOpenAIClient
(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
Constructors in com.developer.nefarious.zjoule.plugin.login.api with parameters of type IAuthClientModifierConstructorDescriptionLoginClient
(ILoginClientHelper loginClientHelper, IAuthClient authClient) Constructs a newLoginClient
instance.