Expand description
Provider strategy hooks that customize token exchanges.
Implementations decorate outgoing token requests and normalize error mapping without tying flows to any particular HTTP client.
Structs§
- Default
Provider Strategy - Default strategy that applies RFC-guided heuristics.
- Provider
Error Context - Context passed to provider strategies when classifying token errors.
Enums§
- Provider
Error Kind - Canonical provider error categories used by strategies.
Traits§
- Provider
Strategy - Strategy hook that allows providers to decorate requests and classify errors.