@inrupt/solid-client-authn-core / ISessionInfo
Interface: ISessionInfo¶
Defines the data that should be persisted for each session.
Hierarchy¶
ISessionInfo
Properties¶
isLoggedIn¶
• isLoggedIn: boolean
‘true’ if the session is currently logged into an associated identity provider.
Defined in: src/sessionInfo/ISessionInfo.ts:30
sessionId¶
• sessionId: string
A unique identifier for the session.
Defined in: src/sessionInfo/ISessionInfo.ts:40
webId¶
• Optional
webId: undefined | string
The WebID if the user is logged into the session, and undefined if not.
Defined in: src/sessionInfo/ISessionInfo.ts:35