Class BaseAuth
- java.lang.Object
-
- technology.semi.weaviate.client.v1.auth.nimbus.BaseAuth
-
- Direct Known Subclasses:
NimbusAuth
public class BaseAuth extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBaseAuth.AuthResponse
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseAuth.AuthResponsegetIdAndTokenEndpoint(Config config)
-
-
-
Field Detail
-
OIDC_URL
public static final String OIDC_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIdAndTokenEndpoint
public BaseAuth.AuthResponse getIdAndTokenEndpoint(Config config) throws AuthException
- Throws:
AuthException
-
-