···54}
5556// OAuth credentials (references stored OAuth session)
057export interface OAuthCredentials {
58 type: "oauth";
59 did: string;
60 handle: string;
61- pdsUrl: string;
62}
6364// Union type for all credential types
···54}
5556// OAuth credentials (references stored OAuth session)
57+// Note: pdsUrl is not needed for OAuth - the OAuth client resolves PDS from the DID
58export interface OAuthCredentials {
59 type: "oauth";
60 did: string;
61 handle: string;
062}
6364// Union type for all credential types