Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Auth / Auth

Interface: Auth

Properties

dec

dec: object

Decrypted data object

pair

pair: any

Decrypted key pair

pass

pass: string

Decrypted password

Defined in

src/auth/useAuth.js:26


input

input: string

User input for password

Defined in

src/auth/useAuth.js:21


links: object

Link generation object

pair

pair: string

Generated pair link

pass

pass: string

Generated pass link

Defined in

src/auth/useAuth.js:29


minLength

minLength: number

Minimum length for password

Defined in

src/auth/useAuth.js:24


safe

safe: Safe

Safe storage object

Defined in

src/auth/useAuth.js:25


safePair

safePair: boolean

Indicates if the pair is safe

Defined in

src/auth/useAuth.js:23


set()

set: () => void

Function to set password

Returns

void

Defined in

src/auth/useAuth.js:32


show

show: boolean

Whether to show password

Defined in

src/auth/useAuth.js:22

MIT