Structs§
- Access
Token - An encoded JWT access token.
- Auth
Middleware - A middleware that adds basic authentication to requests.
- Credentials
Cache - Index
- Indexes
- Keyring
Provider - A backend for retrieving credentials from a keyring.
- PyxJwt
- The payload of the JWT.
- PyxO
Auth Tokens - An access token with an accompanying refresh token.
- PyxToken
Store - Realm
- Used to determine if authentication information should be retained on a new URL. Based on the specification defined in RFC 7235 and 7230.
- Realm
Ref - A reference to a
Realmthat can be used for zero-allocation comparisons. - Service
- A service URL that wraps
DisplaySafeUrlfor CLI usage. - Text
Credential Store - A credential store with a plain text storage backend.
- Username
Enums§
- Auth
Backend - The storage backend to use in
uv authcommands. - Auth
Policy - When to use authentication.
- Auth
Scheme - Authentication scheme to use.
- Credentials
- PyxTokens
- Service
Parse Error - Token
Store Error - Toml
Credential Error - Errors that can occur when working with TOML credential storage.
Constants§
- DEFAULT_
TOLERANCE_ SECS - The default tolerance for the access token expiration.