• Calls the getAuthInfo function to get roles for a user. If the user does not exist, we return an empty array as opposed to an error.

    Parameters

    • id: string

      UserID of the user to return the info for

    Returns Promise<Role[] | undefined>

    Promise, containing array of roles for the user.

Generated using TypeDoc