8 lines
152 B
Crystal
8 lines
152 B
Crystal
class AuthD::Response
|
|
IPC::JSON.message Token, 1 do
|
|
property uid : Int32
|
|
property token : String
|
|
def initialize(@token, @uid)
|
|
end
|
|
end
|
|
end
|