I am looking to build something end-user facing, and I have a question about stored keys. Is it possible to provide end-users a text field where they can provide a new key and update their stored key parameter? Still learning the platform, so I apologize if this is an easy one.
If the key is defined as Private you cannot update it in runtime
If the key is defined as Public you can update in runtime (for example a workflow can pull it out from the database)
If this is a key to an API, you can decide how you want to set it up. If this a key for a plugin, than it depends on the plugin developer…
1 Like