Interface: IWeb3Auth
Implemented by
Properties
ed25519Key
• ed25519Key: undefined
| string
Defined in
node_modules/@web3auth/react-native-sdk/dist/types/types/interface.d.ts:12
init
• init: () => Promise
<void
>
Type declaration
▸ (): Promise
<void
>
Returns
Promise
<void
>
Defined in
node_modules/@web3auth/react-native-sdk/dist/types/types/interface.d.ts:13
login
• login: (params
: SdkLoginParams
) => Promise
<void
>
Type declaration
▸ (params
): Promise
<void
>
Parameters
Name | Type |
---|---|
params | SdkLoginParams |
Returns
Promise
<void
>
Defined in
node_modules/@web3auth/react-native-sdk/dist/types/types/interface.d.ts:14
logout
• logout: () => Promise
<void
>
Type declaration
▸ (): Promise
<void
>
Returns
Promise
<void
>
Defined in
node_modules/@web3auth/react-native-sdk/dist/types/types/interface.d.ts:15
privKey
• privKey: undefined
| string
Defined in
node_modules/@web3auth/react-native-sdk/dist/types/types/interface.d.ts:11
userInfo
• userInfo: () => undefined
| OpenloginUserInfo
Type declaration
▸ (): undefined
| OpenloginUserInfo
Returns
undefined
| OpenloginUserInfo
Defined in
node_modules/@web3auth/react-native-sdk/dist/types/types/interface.d.ts:16