authToken property

Future<String?> Function() authToken
final

Async bearer token provider. Returns null when no token is available (the cloud will fail unauthenticated unless it is in test mode with DISABLE_CHAT_AUTH=true).

Implementation

final Future<String?> Function() authToken;