capacitor web3auth plugin
npm install capacitor-web3auth
npx cap syncecho(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
login(options: W3ALoginParams) => Promise<{ result: W3ALoginResponse; }>| Param | Type |
|---|---|
options |
W3ALoginParams |
Returns: Promise<{ result: W3ALoginResponse; }>
logout() => Promise<void>{ privKey?: string; ed25519PrivateKey?: string; userInfo?: W3AUserInfo; sessionId?: string; }
{ aggregateVerifier?: string; email?: string; name?: string; profileImage?: string; typeOfLogin?: string; verifier?: string; verifierId?: string; dappShare?: string; idToken?: string; oAuthIdToken?: string; oAuthAccessToken?: string; }
{ clientId: string; network: string; provider: string; loginHint?: string; redirectUrl?: string; }