SignPlcOperationRequest

data class SignPlcOperationRequest(val token: String? = null, val rotationKeys: ReadOnlyList<String> = persistentListOf(), val alsoKnownAs: ReadOnlyList<String> = persistentListOf(), val verificationMethods: JsonContent? = null, val services: JsonContent? = null)

Constructors

Link copied to clipboard
constructor(token: String? = null, rotationKeys: ReadOnlyList<String> = persistentListOf(), alsoKnownAs: ReadOnlyList<String> = persistentListOf(), verificationMethods: JsonContent? = null, services: JsonContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val services: JsonContent? = null
Link copied to clipboard
val token: String? = null

A token received through com.atproto.identity.requestPlcOperationSignature

Link copied to clipboard