Package bg.codexio.ai.openai.api.sdk
Class Authenticator
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.Authenticator
-
public final class Authenticator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<SdkAuth>DEFAULT_AUTHENTICATIONSAuthentication methods it will be tested against, when usingautoAuthenticate(Function)()}.
-
-
-
Field Detail
-
DEFAULT_AUTHENTICATIONS
public static final List<SdkAuth> DEFAULT_AUTHENTICATIONS
Authentication methods it will be tested against, when usingautoAuthenticate(Function)()}.
-
-