Skip to content

BootstrapCrossSigningOpts

Defined in: src/crypto-api/index.ts:855

Options object for CryptoApi.bootstrapCrossSigning.

optional authUploadDeviceSigningKeys?: UIAuthCallback<void>

Defined in: src/crypto-api/index.ts:863

An application callback to collect the authentication data for uploading the keys. If not given, the keys will not be uploaded to the server (which seems like a bad thing?).


optional setupNewCrossSigning?: boolean

Defined in: src/crypto-api/index.ts:857

Optional. Reset the cross-signing keys even if keys already exist.