authToken property
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;
Optional authentication token for backend requests.
If provided, this token will be included in the Authorization header of all HTTP requests to the backend.
final String? authToken;