@inrupt/solid-client-authn-browser / IStorage

Interface: IStorage

Hierarchy

  • IStorage

Implemented by

Table of contents

Properties

Properties

delete

delete: (key: string) => Promise<void>

Defined in: core/dist/storage/IStorage.d.ts:4


get

get: (key: string) => Promise<undefined | string>

Defined in: core/dist/storage/IStorage.d.ts:2


set

set: (key: string, value: string) => Promise<void>

Defined in: core/dist/storage/IStorage.d.ts:3