class Auth
Attributes
str
API server URL or env var name to load from.
Methods
resolve()
Self
get_headers()
dict[str, str]
class JWTAuth
Attributes
str
Auth token or env var name to load from.
str
API server URL or env var name to load from.
Methods
get_headers()
dict[str, str]
resolve()
Self