Dpop
data class Dpop(val auth: String, val refresh: String, val pdsUrl: Url, val keyPair: DpopKeyPair, val clientId: String, val nonce: String) : BlueskyAuthPlugin.Tokens
Represents a set of DPoP authentication tokens used for accessing the Bluesky API. These are typically acquired by authenticating with an OAuth client against the Bluesky OAuth server. Network requests using DPoP will be automatically rerouted directly to the PDS.