Bluesky Auth Plugin
Appends the Authorization
header to XRPC requests, as well as automatically refreshing and replaying a network request if it fails due to an expired access token.
Types
Link copied to clipboard
Link copied to clipboard
class Config(var json: Json = BlueskyJson, var authTokens: MutableStateFlow<BlueskyAuthPlugin.Tokens?> = MutableStateFlow(null))