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 d98fcaa commit 017b93bCopy full SHA for 017b93b
packages/lit-client/src/lib/LitClient/createLitClient.ts
@@ -16,6 +16,7 @@ import type {
16
} from '@lit-protocol/networks';
17
import {
18
AuthContextSchema2,
19
+ AuthData,
20
EncryptedVersion1Schema,
21
HexPrefixedSchema,
22
JsonSignCustomSessionKeyRequestForPkpReturnSchema,
@@ -831,7 +832,7 @@ export const _createNagaLitClient = async (
831
832
authMethodType: number | bigint;
833
authMethodId: string;
834
accessToken?: string;
- };
835
+ } | AuthData;
836
pagination?: { limit?: number; offset?: number };
837
storageProvider?: PKPStorageProvider;
838
}) => {
0 commit comments