Sign Plc Operation Request
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)
Parameters
token
A token received through com.atproto.identity.requestPlcOperationSignature
Constructors
Link copied to clipboard
constructor(token: String? = null, rotationKeys: ReadOnlyList<String> = persistentListOf(), alsoKnownAs: ReadOnlyList<String> = persistentListOf(), verificationMethods: JsonContent? = null, services: JsonContent? = null)