menu
http_nexus package
documentation
interceptors/auth_interceptor.dart
AuthInterceptor
tokenProvider property
tokenProvider property
dark_mode
light_mode
tokenProvider
property
Future
<
String
?
>
Function
()
tokenProvider
final
Function to provide the authentication token
Implementation
final Future<String?> Function() tokenProvider;
http_nexus package
documentation
interceptors/auth_interceptor
AuthInterceptor
tokenProvider property
AuthInterceptor class