dio library

Dio integration for token_keeper.

Imported separately from the main barrel so pure-Dart consumers don't transitively depend on dio if they don't use the interceptor.

Classes

TokenKeeperInterceptor
Dio interceptor that authenticates requests with TokenKeeper.

Extensions

TokenKeeperRequestOptions on RequestOptions
Extension that lets callers opt out of token attachment for a single request — handy for hitting a token endpoint with the same Dio.