Uses of Class
io.weaviate.client.v1.auth.nimbus.BaseAuth.AuthResponse
-
Packages that use BaseAuth.AuthResponse Package Description io.weaviate.client.v1.auth.nimbus io.weaviate.client.v1.auth.provider -
-
Uses of BaseAuth.AuthResponse in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus that return BaseAuth.AuthResponse Modifier and Type Method Description BaseAuth.AuthResponseBaseAuth. getIdAndTokenEndpoint(Config config)Methods in io.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 io.weaviate.client.v1.auth.provider
Constructors in io.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)
-