hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
PasswordMessage
hunt
database
driver
postgresql
impl
codec
PasswordMessage
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>
class
PasswordMessage {
string
hash
;
this
(string username, string password, byte[] salt);
}
Constructors
this
this
(string username, string password, byte[] salt)
Undocumented in source.
Members
Variables
hash
string
hash
;
Undocumented in source.
Meta
Source
See Implementation
hunt
database
driver
postgresql
impl
codec
PasswordMessage
classes
PasswordMessage
@author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>