Polyjuice Client v0.2.3 Polyjuice.Client.Endpoint.PostLogin View Source

Log in a user

https://matrix.org/docs/spec/client_server/r0.5.0#post-matrix-client-r0-login

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostLogin{
  device_id: String.t() | nil,
  identifier: map(),
  initial_device_display_name: String.t() | nil,
  password: String.t() | nil,
  token: String.t() | nil,
  type: String.t()
}