Properties
signIn
sign
In: { account: { creatingAccount: boolean; email: string; encryptedSecretKey: string; encryptedSecretKeyNonce: string; encryptedSecretKeyTag: string; id: string; loginErrorCount: number; twoFactor: boolean; twoFactorErrorCount: string; verified: boolean; wallets: Array<{ address: string; blockchain: string; chainIndex: number; publicKey: string }> }; serverEncryptionKey: string; twoFaRequired: boolean }
Type declaration
-
account: { creatingAccount: boolean; email: string; encryptedSecretKey: string; encryptedSecretKeyNonce: string; encryptedSecretKeyTag: string; id: string; loginErrorCount: number; twoFactor: boolean; twoFactorErrorCount: string; verified: boolean; wallets: Array<{ address: string; blockchain: string; chainIndex: number; publicKey: string }> }
-
creatingAccount: boolean
-
email: string
-
encryptedSecretKey: string
-
encryptedSecretKeyNonce: string
-
encryptedSecretKeyTag: string
-
id: string
-
loginErrorCount: number
-
twoFactor: boolean
-
twoFactorErrorCount: string
-
verified: boolean
-
wallets: Array<{ address: string; blockchain: string; chainIndex: number; publicKey: string }>
-
serverEncryptionKey: string
-
twoFaRequired: boolean