class Auth::SignUpSchema
Defined in:
apps/auth/schemas/sign_up_schema.cr
Constant Summary
-
FIELDS_ =
{"username" => {type: "string", kwargs: {max_size: 128}}, "email" => {type: "email", kwargs: {}}, "password" => {type: "string", kwargs: {max_size: 128, strip: false}}} of Nil => Nil
Instance Method Summary
Instance Method Detail
def
email : String | Nil | Nil
#
def
password : String | Nil | Nil
#
def
username : String | Nil | Nil
#
Keyboard Shortcuts
× - s, / Search
- Esc Abort search / Close modal
- ⇨, Enter Open highlighted result
- ⇧, Ctrl+j Select previous result
- ⇩, Ctrl+k Select next result
- ? Show usage info