toggle menu
KMPAuthLib
2.3.0-beta01
common
switch theme
search in API
kmpauth-google
/
com.mmk.kmpauth.google
/
GoogleUser
Google
User
data
class
GoogleUser
(
val
idToken
:
String
,
val
accessToken
:
String
?
=
null
,
val
email
:
String
?
=
null
,
val
displayName
:
String
=
""
,
val
profilePicUrl
:
String
?
=
null
)
GoogleUser class holds most necessary fields
Members
Constructors
Google
User
Link copied to clipboard
constructor
(
idToken
:
String
,
accessToken
:
String
?
=
null
,
email
:
String
?
=
null
,
displayName
:
String
=
""
,
profilePicUrl
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
email
Link copied to clipboard
val
email
:
String
?
=
null
id
Token
Link copied to clipboard
val
idToken
:
String
profile
Pic
Url
Link copied to clipboard
val
profilePicUrl
:
String
?
=
null