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