Get the supported login types to authenticate users
GET {{baseUrl}}/login
Gets the homeserver's supported login types to authenticate users. Clients
should pick one of these and supply it as the type
when logging in.
RESPONSES
status: OK
{"flows":[{"type":"m.login.password"}]}