OAuthClient constructor
const
OAuthClient(
- OAuthClientMetadata metadata, {
- String service = 'bsky.social',
Implementation
const OAuthClient(
this.metadata, {
this.service = 'bsky.social',
});