Expand description
Auth port — runtime token loading, expiry checking, and refresh.
AuthPort — runtime token loading, expiry checking, and refresh.
Implement this trait to inject live credentials into pipeline execution
without pre-loading a static token. Designed to integrate with
stygian-browser’s OAuth2 PKCE token store.
Structs§
- EnvAuth
Port - An
AuthPortthat reads a static token from an environment variable. - Token
Set - A resolved
OAuth2/ API bearer token with optional expiry metadata.
Enums§
Traits§
- Auth
Port - Port for runtime credential management.
- Erased
Auth Port - Object-safe version of
AuthPortfor runtime dispatch.
Functions§
- resolve_
token - Resolve a live access-token string from an
AuthPort.