Getting Credentials while using python agent

Hello,

I was wondering if there is a function or something in the openiap package to get saved credentials in order to use them in a python program.

With kind regards,
Roel

You can simply use query towards the openrpa collection.
Credentials are encrypted when stored in the database, but are decrypted when you get them,

credentials = await c.Query(query={"_type": "credential", "name": "acme_systems"}, collectionname="openrpa")

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.