vibe-auth v0.5.6 (2019-04-22T18:49:37Z)
Dub
Repo
SecurityController
vibeauth
router
management
responses
Undocumented in source.
class
SecurityController : UserController!("paths.userManagement.security", SecurityView) {
this
(UserCollection userCollection, ServiceConfiguration configuration);
void
handle
(SecurityView view, User user);
}
Constructors
this
this
(UserCollection userCollection, ServiceConfiguration configuration)
Undocumented in source.
Members
Functions
handle
void
handle
(SecurityView view, User user)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vibeauth
router
management
responses
aliases
AccountController
ProfileController
classes
DeleteAccountController
ListController
MakeAdminController
QuestionController
RevokeAdminController
SecurityController
UpdateAccountController
UpdateProfileController
UserController
functions
validateRights