Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SignInResult

Index

Properties

Properties

signIn

signIn: { 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

Generated using TypeDoc