Token

Undocumented in source.

Members

Functions

dbDelete
void dbDelete(Connection dbConn)
Undocumented in source. Be warned that the author may not have intended to support it.
dbInsert
void dbInsert(Connection dbConn)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin defineDBO!("token")
Undocumented in source.

Static functions

create
Token create(Connection dbConn, string type, Duration lifetime, string email, ulong linkedId)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
Nullable!Token validate(Connection dbConn, string type, string code, string email)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

code
string code;
Undocumented in source.
email
string email;
Undocumented in source.
expiration
DateTime expiration;
Undocumented in source.
linkedId
ulong linkedId;
Undocumented in source.
type
string type;
Undocumented in source.

Meta