Bearer

data class Bearer(val auth: String, val refresh: String) : BlueskyAuthPlugin.Tokens

Represents a set of authentication bearer tokens used for accessing the Bluesky API. These are typically acquired by logging into Bluesky using a username and password combination.

Constructors

Link copied to clipboard
constructor(auth: String, refresh: String)

Properties

Link copied to clipboard
Link copied to clipboard