supertokens-node
    Preparing search index...

    Variable getSessionInformation

    getSessionInformation: (
        sessionHandle: string,
        userContext?: Record<string, any>,
    ) => Promise<undefined | SessionInformation> = SessionWrapper.getSessionInformation

    Type declaration

      • (
            sessionHandle: string,
            userContext?: Record<string, any>,
        ): Promise<undefined | SessionInformation>
      • Parameters

        • sessionHandle: string
        • OptionaluserContext: Record<string, any>

        Returns Promise<undefined | SessionInformation>