Type Alias: AuthenticationCreds
AuthenticationCreds:
SignalCreds
&object
Defined in: src/Types/Auth.ts:43
Type declaration
account?
optional
account:IADVSignedDeviceIdentity
accountSettings
accountSettings:
AccountSettings
accountSyncCounter
accountSyncCounter:
number
number of times history & app state has been synced
advSecretKey
advSecretKey:
string
firstUnuploadedPreKeyId
firstUnuploadedPreKeyId:
number
lastAccountSyncTimestamp?
optional
lastAccountSyncTimestamp:number
lastPropHash
lastPropHash:
string
|undefined
me?
optional
me:Contact
myAppStateKeyId?
optional
myAppStateKeyId:string
nextPreKeyId
nextPreKeyId:
number
noiseKey
readonly
noiseKey:KeyPair
pairingCode
pairingCode:
string
|undefined
pairingEphemeralKeyPair
readonly
pairingEphemeralKeyPair:KeyPair
platform?
optional
platform:string
processedHistoryMessages
processedHistoryMessages:
MinimalMessage
[]
registered
registered:
boolean
routingInfo
routingInfo:
Buffer
|undefined
signalIdentities?
optional
signalIdentities:SignalIdentity
[]