class Auth::SignInSchema

Defined in:

apps/auth/schemas/sign_in_schema.cr

Constant Summary

FIELDS_ = {"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 email! #

def email? #

def password : String | Nil | Nil #

def password! #

def password? #

def user : User | Nil #

[View source]
def user=(user : User | Nil) #

[View source]