hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
UsernamePrincipal
hunt
framework
auth
principal
UsernamePrincipal
class
UsernamePrincipal : Principal {
this
(string username);
string
getUsername
();
string
getName
();
string
toString
();
}
Constructors
this
this
(string username)
Undocumented in source.
Members
Functions
getName
string
getName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getUsername
string
getUsername
()
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
UsernamePrincipal
classes
UsernamePrincipal