You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "DID, bi-directionally verified if a handle was provided in the query."
15
+
},
16
+
"pds": {
17
+
"type": "string",
18
+
"format": "uri",
19
+
"description": "The identity's PDS URL"
20
+
},
21
+
"handle": {
22
+
"type": "string",
23
+
"format": "handle",
24
+
"description": "The validated handle of the account or `handle.invalid` if the handle\ndid not bi-directionally match the DID document."
25
+
},
26
+
"signing_key": {
27
+
"type": "string",
28
+
"description": "The atproto signing key publicKeyMultibase\n\nLegacy key encoding not supported. the key is returned directly; `id`,\n`type`, and `controller` are omitted."
29
+
}
30
+
}
31
+
},
32
+
"encoding": "application/json"
33
+
},
34
+
"parameters": {
35
+
"type": "params",
36
+
"required": ["identifier"],
37
+
"properties": {
38
+
"identifier": {
39
+
"type": "string",
40
+
"format": "at-identifier",
41
+
"description": "Handle or DID to resolve"
42
+
}
43
+
}
44
+
},
45
+
"description": "Like [com.atproto.identity.resolveIdentity](https://docs.bsky.app/docs/api/com-atproto-identity-resolve-identity) but instead of the full `didDoc` it returns an atproto-relevant subset."
0 commit comments