setBearer method
The OAuth access token to authenticate with
Implementation
@override
ClientBrowser setBearer(value) {
config['bearer'] = value;
addHeader('Authorization', 'Bearer $value');
return this;
}
The OAuth access token to authenticate with
@override
ClientBrowser setBearer(value) {
config['bearer'] = value;
addHeader('Authorization', 'Bearer $value');
return this;
}