Function getCurrentUser

  • Fetches the current user by checking for the auth token in the request headers or in the cookies.

    Parameters

    • Optional disableClientIdCheck: boolean

    Returns Promise<undefined | User>

Generated using TypeDoc