com.atproto.server.reserveSigningKey
Reserve a repo signing key, for use with account creation. Necessary so that a DID PLC update operation can be constructed during an account migraiton. Public and does not require auth; implemented by PDS. NOTE: this endpoint may change when full account migration is implemented.
- class atproto_client.models.com.atproto.server.reserve_signing_key.Data
Bases:
DataModelBaseInput data model for
com.atproto.server.reserveSigningKey.
- class atproto_client.models.com.atproto.server.reserve_signing_key.DataDict
Bases:
TypedDict- did: NotRequired[Did | None]
The DID to reserve a key for.
- class atproto_client.models.com.atproto.server.reserve_signing_key.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.server.reserveSigningKey.- field signing_key: str [Required]
The public key for the reserved signing key, in did:key serialization.