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.

Constructors

Link copied to clipboard
constructor(auth: String, refresh: String, pdsUrl: Url, keyPair: DpopKeyPair, clientId: String, nonce: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pdsUrl: Url
Link copied to clipboard