bearerToken property

String? bearerToken
getter/setter pair

If set, all requests will send this token in the Authorization header with Bearer $bearerToken.

Implementation

String? bearerToken;