@aarc-dev/auth-sdk
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -18,2 +18,3 @@ import { AarcEthersSigner } from '@aarc-xyz/ethers-v6-signer'; | ||
constructor(aarcApiKey: string, chainId: number, env: string, provider?: string); | ||
initConfig(aarc_api_key: string, chainId: number, env: "prod" | "staging"): void; | ||
generateUrl(provider: string, session_identifier: string): string; | ||
@@ -20,0 +21,0 @@ pollStytchLogin(provider: string, session_identifier: string, onSuccess: (data: any) => void, onError: (data: any) => void, maxTime?: number, w?: Window): Promise<void>; |
{ | ||
"name": "@aarc-dev/auth-sdk", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
857551
22581