matrix_sdk v0.1.0 MatrixSDK.Client.Auth View Source
Convenience functions for building authentication types.
Note: an identifier is only used when doing a password login.
Link to this section Summary
Link to this section Types
Specs
dummy() :: %{type: binary()}
Specs
id() :: id_user() | id_thirdparty() | id_phone()
Specs
Specs
Specs
Specs
Specs
Specs
t() :: dummy() | token() | password() | recaptcha() | thirdparty()
Specs
Specs
Link to this section Functions
Specs
Specs
login_dummy() :: dummy()
Specs
login_email_identity(binary(), binary()) :: thirdparty()
Specs
login_msisdn(binary(), binary()) :: thirdparty()