Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jwt-auth
master
Top Level Namespace
Auth
Credentials
User
AuthMiddleware
Handler
Jwt
Auth
Users
User
Built with Crystal 1.9.2
2023-10-07 17:31:34 UTC
class
Users::User
Users::User
Reference
Object
Defined in:
users.cr
Constructors
.new
(id : Int32, username : String, password : String)
Instance Method Summary
#id
: Int32
#password?
(password)
#to_json
(json_builder)
#username
: String
Constructor Detail
def self.
new
(id : Int32, username : String, password : String)
#
[
View source
]
Instance Method Detail
def
id
: Int32
#
[
View source
]
def
password?
(password)
#
[
View source
]
def
to_json
(json_builder)
#
[
View source
]
def
username
: String
#
[
View source
]