LoginFlowResult

data class LoginFlowResult(val supportedLoginTypes: List<String>, val ssoIdentityProviders: List<SsoIdentityProvider>?, val isLoginAndRegistrationSupported: Boolean, val homeServerUrl: String, val isOutdatedHomeserver: Boolean, val hasOidcCompatibilityFlow: Boolean, val isLogoutDevicesSupported: Boolean, val isLoginWithQrSupported: Boolean)

Constructors

Link copied to clipboard
constructor(supportedLoginTypes: List<String>, ssoIdentityProviders: List<SsoIdentityProvider>?, isLoginAndRegistrationSupported: Boolean, homeServerUrl: String, isOutdatedHomeserver: Boolean, hasOidcCompatibilityFlow: Boolean, isLogoutDevicesSupported: Boolean, isLoginWithQrSupported: Boolean)

Properties