···5454}
55555656// OAuth credentials (references stored OAuth session)
5757+// Note: pdsUrl is not needed for OAuth - the OAuth client resolves PDS from the DID
5758export interface OAuthCredentials {
5859 type: "oauth";
5960 did: string;
6061 handle: string;
6161- pdsUrl: string;
6262}
63636464// Union type for all credential types