com.atproto.identity.resolveIdentity

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

class atproto_client.models.com.atproto.identity.resolve_identity.Params

Bases: ParamsModelBase

Parameters model for com.atproto.identity.resolveIdentity.

field identifier: AtIdentifier [Required]

Handle or DID to resolve.

class atproto_client.models.com.atproto.identity.resolve_identity.ParamsDict

Bases: TypedDict

identifier: AtIdentifier

Handle or DID to resolve.