License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Parameter validation types transparently supported for web interface methods.
Validated e-mail parameter type.
See_also: vibe.utils.validation.validateEmail
private string m_valueNullable!ValidEmail fromStringValidate(string str, string * error) staticValidated user name parameter type.
See_also: vibe.utils.validation.validateUsername
private string m_valueNullable!ValidUsername fromStringValidate(string str, string * error) staticValidated password parameter.
See_also: vibe.utils.validation.validatePassword
private string m_valueNullable!ValidPassword fromStringValidate(string str, string * error) staticEnsures that the parameter value matches that of another parameter.
confirmedParameterprivate string m_value