Uses of Class
technology.semi.weaviate.client.v1.auth.nimbus.BaseAuth.AuthResponse
-
Packages that use BaseAuth.AuthResponse Package Description technology.semi.weaviate.client.v1.auth.nimbus technology.semi.weaviate.client.v1.auth.provider -
-
Uses of BaseAuth.AuthResponse in technology.semi.weaviate.client.v1.auth.nimbus
Methods in technology.semi.weaviate.client.v1.auth.nimbus that return BaseAuth.AuthResponse Modifier and Type Method Description BaseAuth.AuthResponseBaseAuth. getIdAndTokenEndpoint(Config config)Methods in technology.semi.weaviate.client.v1.auth.nimbus with parameters of type BaseAuth.AuthResponse Modifier and Type Method Description protected AccessTokenProviderNimbusAuth. getTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long accessTokenLifeTime, String refreshToken, String clientSecret, AuthType authType)StringNimbusAuth. refreshClientCredentialsToken(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String clientSecret)StringNimbusAuth. refreshToken(Config config, BaseAuth.AuthResponse authResponse, String refreshToken) -
Uses of BaseAuth.AuthResponse in technology.semi.weaviate.client.v1.auth.provider
Constructors in technology.semi.weaviate.client.v1.auth.provider with parameters of type BaseAuth.AuthResponse Constructor Description AuthClientCredentialsTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long lifetimeSeconds, String clientSecret)AuthRefreshTokenProvider(Config config, BaseAuth.AuthResponse authResponse, String accessToken, long lifetimeSeconds, String refreshToken)
-