I can authenticate using the below... But I want to hide my credentials.
How can I do that?
gis = GIS('https://vdot.maps.arcgis.com', username, password)
user_list = gis.users.search(query=search_user, max_users=maxResults)
Hide where? Depending on where running from:
gis = GIS("home")
Will use the last user logged in with Pro (if hasn't been longer than 14 days).
R_