toggle menu
OMH Auth
androidJvm
switch theme
search in API
core
/
com.openmobilehub.android.auth.core.models
/
OmhUserProfile
Omh
User
Profile
class
OmhUserProfile
(
val
name
:
String
?
,
val
surname
:
String
?
,
val
email
:
String
?
,
val
profileImage
:
String
?
,
val
idToken
:
String
?
=
null
)
Members
Constructors
Omh
User
Profile
Link copied to clipboard
constructor
(
name
:
String
?
,
surname
:
String
?
,
email
:
String
?
,
profileImage
:
String
?
,
idToken
:
String
?
=
null
)
Properties
email
Link copied to clipboard
val
email
:
String
?
id
Token
Link copied to clipboard
val
idToken
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
profile
Image
Link copied to clipboard
val
profileImage
:
String
?
surname
Link copied to clipboard
val
surname
:
String
?