Authentication
Bluesky supports two authentication modes: App Password and OAuth. For new implementations, consider OAuth.App Password
LegacySession when you want to resume an existing App Password session.
OAuth
Convert the Socialite token payload intoOAuthSession.
Create posts
Simple text post
Build rich text with TextBuilder
UseTextBuilder for links, tags, and mentions.
Attach media
Image attachment
External link card
Replies and quote posts
Reply
Quote post
Read feeds
Search posts
Source: docs/basic-client.md