OAuthClient constructor

const OAuthClient(
  1. OAuthClientMetadata metadata, {
  2. String service = 'bsky.social',
  3. String? pds,
  4. String? expectedSub,
  5. Client? httpClient,
})

Implementation

const OAuthClient(
  this.metadata, {
  this.service = 'bsky.social',
  this.pds,
  this.expectedSub,
  final http.Client? httpClient,
}) : _httpClient = httpClient;