Expand description
Provider descriptor data structures and helpers shared by all flows.
The module exposes validated metadata, supporting builder utilities, and grant-specific helpers so providers can describe their capabilities in a transport-agnostic way.
Re-exports§
Modules§
- builder
- Builder API for assembling provider descriptors.
- grant
- Grant helpers wired into provider descriptors.
- quirks
- Provider-specific quirk toggles.
Structs§
- Provider
Descriptor - Immutable provider descriptor consumed by flows.
- Provider
Endpoints - Endpoint set declared by a provider descriptor.
Enums§
- Client
Auth Method - Preferred client authentication modes for token endpoint calls.