kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
FedCm
/
Account
Account
@
Serializable
data
class
Account
(
val
accountId
:
String
,
val
email
:
String
,
val
name
:
String
,
val
givenName
:
String
,
val
pictureUrl
:
String
,
val
idpConfigUrl
:
String
,
val
idpLoginUrl
:
String
,
val
loginState
:
FedCm.LoginState
,
val
termsOfServiceUrl
:
String
?
=
null
,
val
privacyPolicyUrl
:
String
?
=
null
)
Corresponds to IdentityRequestAccount
Members
Constructors
Account
Link copied to clipboard
constructor
(
accountId
:
String
,
email
:
String
,
name
:
String
,
givenName
:
String
,
pictureUrl
:
String
,
idpConfigUrl
:
String
,
idpLoginUrl
:
String
,
loginState
:
FedCm.LoginState
,
termsOfServiceUrl
:
String
?
=
null
,
privacyPolicyUrl
:
String
?
=
null
)
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
email
Link copied to clipboard
val
email
:
String
given
Name
Link copied to clipboard
val
givenName
:
String
idp
Config
Url
Link copied to clipboard
val
idpConfigUrl
:
String
idp
Login
Url
Link copied to clipboard
val
idpLoginUrl
:
String
login
State
Link copied to clipboard
val
loginState
:
FedCm.LoginState
name
Link copied to clipboard
val
name
:
String
picture
Url
Link copied to clipboard
val
pictureUrl
:
String
privacy
Policy
Url
Link copied to clipboard
val
privacyPolicyUrl
:
String
?
=
null
terms
Of
Service
Url
Link copied to clipboard
val
termsOfServiceUrl
:
String
?
=
null
These two are only set if the loginState is signUp