com.atproto.identity.resolveHandle
Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.
- class atproto_client.models.com.atproto.identity.resolve_handle.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.identity.resolveHandle.- field handle: Handle [Required]
The handle to resolve.
- class atproto_client.models.com.atproto.identity.resolve_handle.ParamsDict
Bases:
TypedDict- handle: Handle
The handle to resolve.
- class atproto_client.models.com.atproto.identity.resolve_handle.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.identity.resolveHandle.- field did: Did [Required]
Did.