<div dir="ltr"><div>I can get a list of all of the authentication IDs in QGIS by these two lines of code.</div><div><br></div><div>authMgr = QgsApplication.authManager()</div><div>authIdList = authMgr.configIds()</div><div><br></div><div>Starting from one of the authentication ids in the list I cannot seem to find out how to retrieve its associated name. It is probably simple, but I cannot find the right method to call. Does anyone know how to do it?<br></div><div><br></div><div>Thanks,</div><div><br></div><div>Calvin<br></div></div>