kalium
common
logic
/
com.wire.kalium.logic.data.auth
/
LoginDomainPath
/
ExistingAccountWithClaimedDomain
Existing
Account
With
Claimed
Domain
data
class
ExistingAccountWithClaimedDomain
(
val
domain
:
String
)
:
LoginDomainPath
The user has an existing cloud account, but the domain is already claimed by an organization.
Members
Constructors
Existing
Account
With
Claimed
Domain
Link copied to clipboard
constructor
(
domain
:
String
)
Properties
domain
Link copied to clipboard
val
domain
:
String
is
Cloud
Account
Creation
Possible
Link copied to clipboard
val
isCloudAccountCreationPossible
:
Boolean
Functions
to
Log
String
Link copied to clipboard
open
override
fun
toLogString
(
)
:
String