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

Interface: ISessionOptions#

Properties#

clientAuthentication#

clientAuthentication: default

An instance of the library core. Typically obtained using getClientAuthenticationWithDependencies.

Defined in#

packages/browser/src/Session.ts:56


insecureStorage#

insecureStorage: IStorage

A storage where non-sensitive information may be stored, potentially longer-lived than the secure storage.

Defined in#

packages/browser/src/Session.ts:48


secureStorage#

secureStorage: IStorage

A private storage, unreachable to other scripts on the page. Typically in-memory.

Defined in#

packages/browser/src/Session.ts:44


sessionInfo#

sessionInfo: ISessionInfo

Details about the current session

Defined in#

packages/browser/src/Session.ts:52