Polyjuice Client v0.4.2 Polyjuice.Client.Endpoint.PostRegister View Source

Register a user

https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-register

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostRegister{
  auth: %{type: String.t()} | nil,
  device_id: String.t() | nil,
  inhibit_login: boolean(),
  initial_device_display_name: String.t() | nil,
  kind: :guest | :user,
  password: String.t() | nil,
  username: String.t() | nil
}