DBI_login_handler {shiny.reglog}R Documentation

DBI login handler

Description

Default handler function querying database to confirm login procedure. Used within object of RegLogDBIConnector class internally.

Usage

DBI_login_handler(self, private, message)

Arguments

self

R6 object element

private

R6 object element

message

RegLogConnectorMessage which should contain within its data:

  • username

  • password

See Also

Other DBI handler functions: DBI_credsEdit_handler(), DBI_register_handler(), DBI_resetPass_confirmation_handler(), DBI_resetPass_generation_handler()


[Package shiny.reglog version 0.5.2 Index]