PlaceOS::Auth::Sessions::SigninBody
Inherits JSON::Serializable < Struct < Value < Object
Constructors
from_form(form : URI::Params) : self
Build from application/x-www-form-urlencoded bodies too. The
legacy auth service is hit by browser-side login forms that
POST as form-encoded, not JSON.
new(email : String, password : String, continue : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
continue
Sourceemail
Sourcepassword
Source