toggle menu
Clerk
androidJvm
switch theme
search in API
Clerk Android
/
com.clerk.network.model.account
Package-level
declarations
Types
Types
Enterprise
Account
Link copied to clipboard
@
Serializable
data
class
EnterpriseAccount
(
val
id
:
String
,
val
objectType
:
String
,
val
protocol
:
String
,
val
provider
:
String
,
val
active
:
Boolean
,
val
emailAddress
:
String
,
val
firstName
:
String
?
=
null
,
val
lastName
:
String
?
=
null
,
val
providerUserId
:
String
?
=
null
,
val
publicMetadata
:
JsonObject
,
val
verification
:
Verification
?
=
null
,
val
enterpriseConnection
:
EnterpriseAccount.EnterpriseConnection
)
A model representing an enterprise account.