getLoginFlow

abstract suspend fun getLoginFlow(homeServerConnectionConfig: HomeServerConnectionConfig): LoginFlowResult

Request the supported login flows for this homeserver. This is the first method to call to be able to get a wizard to login or to create an account.

Parameters

homeServerConnectionConfig

contains the homeserver URL to login to, a wellKnown lookup will be attempted.