Uses of Class
io.weaviate.client.v1.auth.nimbus.BaseAuth.AuthResponse
Packages that use BaseAuth.AuthResponse
-
Uses of BaseAuth.AuthResponse in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus that return BaseAuth.AuthResponseMethods in io.weaviate.client.v1.auth.nimbus with parameters of type BaseAuth.AuthResponseModifier and TypeMethodDescriptionprotected AccessTokenProviderNimbusAuth.getTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long accessTokenLifeTime, String refreshToken, String clientSecret, AuthType authType) NimbusAuth.refreshClientCredentialsToken(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String clientSecret) NimbusAuth.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.AuthResponseModifierConstructorDescriptionAuthClientCredentialsTokenProvider(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)