mongo_credsEdit_handler {shiny.reglog} | R Documentation |
MongoDB edit to the database handler
Description
Default handler function querying database to confirm credentials
edit procedure and update values saved within database. Used within object of
RegLogMongoConnector
class internally.
Usage
mongo_credsEdit_handler(self, private, message)
Arguments
self |
R6 object element |
private |
R6 object element |
message |
RegLogConnectorMessage which need to contain within its data:
It can also contain elements for change:
|
See Also
Other MongoDB handler functions:
mongo_login_handler()
,
mongo_register_handler()
,
mongo_resetPass_confirmation_handler()
,
mongo_resetPass_generation_handler()
[Package shiny.reglog version 0.5.2 Index]