userman ~master (2020-06-09T07:53:37Z)
Dub
Repo
User
userman
api
Undocumented in source.
struct
User {
alias
ID
=
userman
.
db
.
controller
.
User
.
ID
;
ID
id
;
bool
active
;
bool
banned
;
string
name
;
string
fullName
;
string
email
;
this
(userman.db.controller.User usr);
}
Constructors
this
this
(userman.db.controller.User usr)
Undocumented in source.
Members
Aliases
ID
alias
ID
=
userman
.
db
.
controller
.
User
.
ID
Undocumented in source.
Variables
active
bool
active
;
Undocumented in source.
banned
bool
banned
;
Undocumented in source.
email
string
email
;
Undocumented in source.
fullName
string
fullName
;
Undocumented in source.
id
ID
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
userman
api
classes
UserManAPISettings
functions
createLocalUserManAPI
createUserManRestAPI
registerUserManRestInterface
interfaces
UserManAPI
UserManGroupAPI
UserManGroupMemberAPI
UserManUserAPI
UserManUserPropertyAPI
structs
Group
User