vibeauth.router.management.responses

Undocumented in source.

Members

Aliases

AccountController
alias AccountController = UserController!("paths.userManagement.account", AccountView)
Undocumented in source.
ProfileController
alias ProfileController = UserController!("paths.userManagement.profile", ProfileView)
Undocumented in source.

Classes

DeleteAccountController
class DeleteAccountController
Undocumented in source.
ListController
class ListController
Undocumented in source.
MakeAdminController
class MakeAdminController
Undocumented in source.
QuestionController
class QuestionController(string configurationPath)
Undocumented in source.
RevokeAdminController
class RevokeAdminController
Undocumented in source.
SecurityController
class SecurityController
Undocumented in source.
UpdateAccountController
class UpdateAccountController
Undocumented in source.
UpdateProfileController
class UpdateProfileController
Undocumented in source.
UserController
class UserController(string configurationPath, View)
Undocumented in source.

Functions

validateRights
bool validateRights(HTTPServerRequest req, HTTPServerResponse res, ServiceConfiguration configuration, UserCollection userCollection)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta