data/network/interceptors/auth_interceptor library

Classes

AuthInterceptor
Attaches JWT access tokens to outgoing requests and handles token refresh.

Typedefs

AuthFailureCallback = void Function()
TokenRefreshCallback = Future<TokenPair?> Function(String refreshToken)