BootstrapCrossSigningOpts
Defined in: src/crypto-api/index.ts:855
Options object for CryptoApi.bootstrapCrossSigning.
Properties
Section titled “Properties”authUploadDeviceSigningKeys?
Section titled “authUploadDeviceSigningKeys?”
optionalauthUploadDeviceSigningKeys?: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?).
setupNewCrossSigning?
Section titled “setupNewCrossSigning?”
optionalsetupNewCrossSigning?:boolean
Defined in: src/crypto-api/index.ts:857
Optional. Reset the cross-signing keys even if keys already exist.