Optional
clientFor public clients, and Solid Identity Providers that do not support Client WebIDs, the client secret is still required at the token endpoint.
Optional
issuerThe OIDC issuer that issued the tokens authenticating the session.
Optional
keepWhether the session is refreshed in the background or not.
Optional
privatePrivate part of the DPoP key.
Optional
publicPublic part of the DPoP key.
Optional
redirectThe redirect URL registered when initially logging the session in.
Optional
refreshThe refresh token associated with the session (if any).
Optional
tokenThe token type used by the session
Captures information about sessions that is persisted in storage, but that should not be exposed as part of our public API, and is only used for internal purposes. It is complementary to ISessionInfo when retrieving all information about a stored session, both public and internal.