@inrupt/solid-client-authn-browser
    Preparing search index...

    Interface ISessionOptions

    interface ISessionOptions {
        clientAuthentication: ClientAuthentication;
        insecureStorage: IStorage;
        secureStorage: IStorage;
        sessionInfo: ISessionInfo;
    }
    Index

    Properties

    clientAuthentication: ClientAuthentication

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

    insecureStorage: IStorage

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

    secureStorage: IStorage

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

    sessionInfo: ISessionInfo

    Details about the current session