Interface: Web3AuthKeyProviderParams
Properties
loginParams
• loginParams: Omit
<SdkLoginParams
, "curve"
>
Parameters used to perform the login. For more details see https://web3auth.io/docs/sdk/pnp/react-native/usage#login Note: the curve field will be overridden to secp256k1.
Defined in
packages/web3auth-mobile/src/privatekeyprovider.ts:17
triggerLogoutOnIos
• Optional
triggerLogoutOnIos: boolean
If true performs the logout operation on iOS even if is not recommended. See here for more details https://web3auth.io/docs/sdk/pnp/react-native/usage#logout