hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
UserIdPrincipal
hunt
framework
auth
principal
UserIdPrincipal
class
UserIdPrincipal : Principal {
this
(ulong userId);
ulong
getUserId
();
string
getName
();
string
toString
();
}
Constructors
this
this
(ulong userId)
Undocumented in source.
Members
Functions
getName
string
getName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getUserId
ulong
getUserId
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
framework
auth
principal
UserIdPrincipal
classes
UserIdPrincipal