ApiClient constructor

ApiClient({
  1. String basePath = 'https://auth.forestvpn.com/v1',
})

Implementation

ApiClient({this.basePath = 'https://auth.forestvpn.com/v1'}) {
  // Setup authentications (key: authentication name, value: authentication).
  _authentications[r'Bearer'] = ApiKeyAuth('header', 'Authorization');
}