get Login Flow
abstract suspend fun getLoginFlow(homeServerConnectionConfig: HomeServerConnectionConfig): LoginFlowResult
Content copied to clipboard
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
home Server Connection Config
contains the homeserver URL to login to, a wellKnown lookup will be attempted.