Schema for information about a session.

interface SessionInformation {
    info: SessionAuthentication;
    ok: boolean;
    userCtx: UserContext;
}

Properties

Properties

Schema for session authentication information.

ok: boolean

ok.

userCtx: UserContext

Schema for the user context of a session.

Generated using TypeDoc