Interface EncryptedIntentOpts

Hierarchy

  • EncryptedIntentOpts

Properties

ensureClientSyncingCallback: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

originalHomeserverUrl: string
sessionCreatedCallback: ((session: ClientEncryptionSession) => Promise<void>)

Type declaration

sessionPromise: Promise<null | ClientEncryptionSession>

Generated using TypeDoc