weaviate.auth
Authentication class definitions.
- class weaviate.auth.Auth[source]
Bases:
object
- static bearer_token(access_token: str, expires_in: int = 60, refresh_token: str | None = None) _BearerToken [source]
- weaviate.auth.AuthApiKey
@deprecated; use wvc.Auth.api_key() instead.
- weaviate.auth.AuthBearerToken
@deprecated; use wvc.Auth.api_key() instead.
- weaviate.auth.AuthClientCredentials
@deprecated; use wvc.Auth.api_key() instead.
- weaviate.auth.AuthClientPassword
@deprecated; use wvc.Auth.api_key() instead.