Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Certificates / CertOptions

Interface: CertOptions

Properties

dot

dot: string

The dot property for the certificate.

Defined in

src/crypto/useCert.js:12


pair

pair: any

The SEA pair object with private and public keys.

Defined in

src/crypto/useCert.js:10


personal

personal: boolean

Indicates if the certificate is personal.

Defined in

src/crypto/useCert.js:14


tag

tag: string

The tag for the certificate.

Defined in

src/crypto/useCert.js:11


users

users: string | string[]

The users for whom the certificate is issued.

Defined in

src/crypto/useCert.js:13

MIT