Login Flow Result
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)
Content copied to clipboard
Constructors
Link copied to clipboard
fun LoginFlowResult( supportedLoginTypes: List<String>, ssoIdentityProviders: List<SsoIdentityProvider>?, isLoginAndRegistrationSupported: Boolean, homeServerUrl: String, isOutdatedHomeserver: Boolean, hasOidcCompatibilityFlow: Boolean, isLogoutDevicesSupported: Boolean, isLoginWithQrSupported: Boolean)
Content copied to clipboard