Module strategy

Module strategy 

Source
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§

DefaultProviderStrategy
Default strategy that applies RFC-guided heuristics.
ProviderErrorContext
Context passed to provider strategies when classifying token errors.

Enums§

ProviderErrorKind
Canonical provider error categories used by strategies.

Traits§

ProviderStrategy
Strategy hook that allows providers to decorate requests and classify errors.