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