Function isLoggedIn

  • Check if the user appears to be logged in from the client side. Do NOT use for authentication as the result may be tempered with.

    Returns

    true if the user appears to be logged in.

    Parameters

    • Optional documentCookie: string

      Optional cookie string (for testing).

    Returns boolean

Generated using TypeDoc