Expand description
Host-facing helpers for the greentic:oauth-broker@1.0.0 world.
This crate intentionally keeps host-specific wiring (Wasmtime linker helpers) separate from the core logic used by downstream Rust crates.
Modules§
- linker
- Canonical Wasmtime linker exports for the oauth-broker world.
Structs§
- Oauth
Broker Host - Wrapper holding an OAuth broker client and exposing convenience helpers.
Traits§
- OAuth
Broker - Trait abstracting broker communication for testability.
Functions§
- request_
distributor_ token - Request a token for a distributor endpoint.
- request_
git_ token - Request a Git provider token for a repo.
- request_
oci_ token - Request an OCI registry token.
- request_
repo_ token - Request a token tied to a repo (Store-facing convenience).
- request_
scanner_ token - Request a scanner token.