user-auth ~master (2022-01-14T19:07:55.1239956)
Dub
Repo
UserAuthService
userauth
userauth
Undocumented in source.
interface
UserAuthService {
string
generateAuthMixin
(HTTPServerRequest req, string path_prefix);
void
registerRoutes
(URLRouter router, string path_prefix);
}
Members
Functions
generateAuthMixin
string
generateAuthMixin
(HTTPServerRequest req, string path_prefix)
Undocumented in source.
registerRoutes
void
registerRoutes
(URLRouter router, string path_prefix)
Undocumented in source.
Meta
Source
See Implementation
userauth
userauth
classes
UserAuth
interfaces
UserAuthService
structs
UserAuthInfo