vibe-auth v0.5.6 (2019-04-22T18:49:37Z)
Dub
Repo
LoginPaths
vibeauth
configuration
Paths for the login process
struct
LoginPaths {
mixin
StringLoader
;
string
form
;
string
login
;
string
resetForm
;
string
reset
;
string
changePassword
;
string
redirect
;
}
Members
Mixins
__anonymous
mixin
StringLoader
Undocumented in source.
Variables
changePassword
string
changePassword
;
form
string
form
;
login
string
login
;
redirect
string
redirect
;
reset
string
reset
;
resetForm
string
resetForm
;
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
Paths for the login process