Type Alias: IdType ​
IdType =
"KEY"|"EXTERNAL"
Defined in: packages/api/src/types.ts:28
The two supported DID identifier types.
Note: the upstream DidCreateOptions.idType is typed as string rather than a union. This local alias provides compile-time safety at the API facade level. Upstream runtime validation in Identifier.encode() still catches invalid values.