authToken property

String? authToken
final

Optional authentication token for backend requests.

If provided, this token will be included in the Authorization header of all HTTP requests to the backend.

Implementation

final String? authToken;