We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ebcfb commit a5f77dbCopy full SHA for a5f77db
packages/connectors-web/src/alchemyAuth.ts
@@ -19,6 +19,7 @@ import {
19
type PersistedAuthSession,
20
} from "./store/authSessionStorage.js";
21
22
+// Options interface for the alchemyAuth connector
23
export interface AlchemyAuthOptions
24
extends Pick<
25
WebAuthClientParams,
0 commit comments