user-auth ~master (2022-01-14T19:07:55.1239956)
Dub
Repo
UserAuthInfo
userauth
userauth
Undocumented in source.
struct
UserAuthInfo {
bool
authenticated
;
string
htmlMixin
;
UserAuthService
authService
;
string
email
;
string
fullName
;
}
Members
Variables
authService
UserAuthService
authService
;
Undocumented in source.
authenticated
bool
authenticated
;
Undocumented in source.
email
string
email
;
Undocumented in source.
fullName
string
fullName
;
Undocumented in source.
htmlMixin
string
htmlMixin
;
Undocumented in source.
Meta
Source
See Implementation
userauth
userauth
classes
UserAuth
interfaces
UserAuthService
structs
UserAuthInfo