com.atproto.identity

Handles, DIDs, and identity resolution.

defs

Shared type definitions.

com.atproto.identity.defs
getRecommendedDidCredentials

Describe the credentials that should be included in the DID doc of an account that is migrating to this service.

com.atproto.identity.getRecommendedDidCredentials
refreshIdentity

Request that the server re-resolve an identity (DID and handle).

com.atproto.identity.refreshIdentity
requestPlcOperationSignature

Request an email with a code to in order to request a signed PLC operation.

com.atproto.identity.requestPlcOperationSignature
resolveDid

Resolves DID to DID document.

com.atproto.identity.resolveDid
resolveHandle

Resolves an atproto handle (hostname) to a DID.

com.atproto.identity.resolveHandle
resolveIdentity

Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).

com.atproto.identity.resolveIdentity
signPlcOperation

Signs a PLC operation to update some value(s) in the requesting DID’s document.

com.atproto.identity.signPlcOperation
submitPlcOperation

Validates a PLC operation to ensure that it doesn’t violate a service’s constraints or get the identity into a bad state, then submits it to the PLC registry

com.atproto.identity.submitPlcOperation
updateHandle

Updates the current account’s handle.

com.atproto.identity.updateHandle