Type alias AuthenticationCreds
AuthenticationCreds: SignalCreds & { account?: IADVSignedDeviceIdentity; accountSettings: AccountSettings; accountSyncCounter: number; advSecretKey: string; backupToken: Buffer; deviceId: string; firstUnuploadedPreKeyId: number; identityId: Buffer; lastAccountSyncTimestamp?: number; me?: Contact; myAppStateKeyId?: string; nextPreKeyId: number; noiseKey: KeyPair; pairingCode: string | undefined; pairingEphemeralKeyPair: KeyPair; phoneId: string; platform?: string; processedHistoryMessages: MinimalMessage[]; registered: boolean; registration: RegistrationOptions; signalIdentities?: SignalIdentity[]; } Type declaration
accountSyncCounter: number
advSecretKey: string
backupToken: Buffer
deviceId: string
firstUnuploadedPreKeyId: number
identityId: Buffer
Optional
lastAccountSyncTimestamp?: number
Optional
myAppStateKeyId?: string
nextPreKeyId: number
Readonly
noiseKey: KeyPair
pairingCode: string | undefined
Readonly
pairingEphemeralKeyPair: KeyPair
phoneId: string
Optional
platform?: string
registered: boolean
registration: RegistrationOptions
Optional
signalIdentities?: SignalIdentity[]
number of times history & app state has been synced