Builds the Authorization header.
Authorization
@override String buildAuthorizationHeaderLine() { return 'Bearer $token'; }