function getAttendeesByTokens getAttendeesByTokens(tokens: string[]): Promise<(Attendee | null)[]> Get attendees by ticket tokens (plaintext tokens, looked up via HMAC index) Returns attendees in the same order as the input tokens. Parameters tokens: string[] Return Type Promise<(Attendee | null)[]>