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)

Types

Link copied to clipboard
interface Result

Functions

Link copied to clipboard
suspend operator fun invoke(email: String): DomainLookupUseCase.Result