EnterpriseLoginResult

sealed interface EnterpriseLoginResult

Result of the GetLoginFlowForDomainUseCase. Indicating error cases or the actual login path for the domain.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Success(val loginRedirectPath: LoginRedirectPath) : EnterpriseLoginResult

Enterprise Login is supported for the domain.