TokenProvider typedef

TokenProvider = Future<String?> Function()

Provides the current access token used for authenticated requests.

Implementation

typedef TokenProvider = Future<String?> Function();