DomainLookupUseCase
class DomainLookupUseCase(customServerConfigRepository: CustomServerConfigRepository, ssoLoginRepository: SSOLoginRepository)
Use case for domain lookup. will return the server config for the domain. if the domain is not found then it will return a failure.
Parameters
email
the email to lookup
Constructors
Link copied to clipboard
internal constructor(customServerConfigRepository: CustomServerConfigRepository, ssoLoginRepository: SSOLoginRepository)