authToken property

String? authToken
getter/setter pair

Static Bearer authentication token attached to outgoing requests.

When non-null, sets the Authorization: Bearer <token> header on all requests. If authTokenProvider is also set, authTokenProvider takes precedence.

Implementation

String? authToken;