UserDetails

Members

Functions

addClaim
void addClaim(string type, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
claim
Variant claim(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
claimAs
T claimAs(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
claims
Claim[] claims()
Undocumented in source. Be warned that the author may not have intended to support it.
fullName
string fullName()
Undocumented in source. Be warned that the author may not have intended to support it.
fullName
void fullName(string value)
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.

Variables

id
ulong id;
Undocumented in source.
isEnabled
bool isEnabled;
Undocumented in source.
name
string name;
Undocumented in source.
permissions
string[] permissions;
Undocumented in source.
roles
string[] roles;
Undocumented in source.
salt
string salt;
Undocumented in source.

Meta