Skip to main content

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

class IAMAuth

Attributes

str
IAM token or env var name to load from.
str
Nebius project ID or env var name to load from.
str
API server URL. Defaults to the Nebius Token Factory production endpoint.

Methods

resolve()

Self

get_headers()

dict[str, str]