vibe-auth v0.5.6 (2019-04-22T18:49:37Z)
Dub
Repo
UserManagementPaths
vibeauth
configuration
Undocumented in source.
struct
UserManagementPaths {
mixin
StringLoader
;
string
list
;
string
profile
;
string
updateProfile
;
string
account
;
string
updateAccount
;
string
deleteAccount
;
string
security
;
string
securityMakeAdmin
;
string
securityRevokeAdmin
;
string
updateSecurity
;
}
Members
Mixins
__anonymous
mixin
StringLoader
Undocumented in source.
Variables
account
string
account
;
deleteAccount
string
deleteAccount
;
list
string
list
;
profile
string
profile
;
security
string
security
;
securityMakeAdmin
string
securityMakeAdmin
;
securityRevokeAdmin
string
securityRevokeAdmin
;
updateAccount
string
updateAccount
;
updateProfile
string
updateProfile
;
updateSecurity
string
updateSecurity
;
Mixed In Members
From
mixin
StringLoader
load
void
load
(Json data)
Load configuration from a Json object
Meta
Source
See Implementation
vibeauth
configuration
mixin templates
FileLoader
ObjectLoader
StringLoader
structs
LoginPaths
LoginTemplates
Paths
RegistrationPaths
RegistrationTemplates
ResourcePaths
ServiceConfiguration
Templates
UserManagementPaths
UserManagementTemplates