struct

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.

Source
new(email : String, password : String, continue : Nil | String = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

continue
Source
email
Source
password
Source