OAuthClient constructor

const OAuthClient(
  1. OAuthClientMetadata metadata, {
  2. String service = 'bsky.social',
})

Implementation

const OAuthClient(
  this.metadata, {
  this.service = 'bsky.social',
});