Package bg.codexio.ai.openai.api.sdk
Class Authenticator
java.lang.Object
bg.codexio.ai.openai.api.sdk.Authenticator
-
Field Summary
FieldsModifier and TypeFieldDescriptionAuthentication methods it will be tested against, when usingautoAuthenticate(Function)()}. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TautoAuthenticate(Function<SdkAuth, T> authDelegate)
-
Field Details
-
DEFAULT_AUTHENTICATIONS
Authentication methods it will be tested against, when usingautoAuthenticate(Function)()}.
-
-
Method Details
-
autoAuthenticate
-