tokenProvider property

Future<String?> Function() tokenProvider
final

Callback to retrieve the authentication token.

Implementation

final Future<String?> Function() tokenProvider;