@inrupt/solid-client-authn-browser / ISessionOptions
Interface: ISessionOptions¶
Hierarchy¶
ISessionOptions
Table of contents¶
Properties¶
clientAuthentication¶
• clientAuthentication: default
An instance of the library core. Typically obtained using getClientAuthenticationWithDependencies
.
Defined in: browser/src/Session.ts:52
insecureStorage¶
• insecureStorage: IStorage
A storage where non-sensitive information may be stored, potentially longer-lived than the secure storage.
Defined in: browser/src/Session.ts:44
secureStorage¶
• secureStorage: IStorage
A private storage, unreachable to other scripts on the page. Typically in-memory.
Defined in: browser/src/Session.ts:40
sessionInfo¶
• sessionInfo: ISessionInfo
Details about the current session
Defined in: browser/src/Session.ts:48