auth-api
1.0
androidJvm
auth-api
/
com.omh.android.auth.api.models
/
OmhUserProfile
Omh
User
Profile
class
OmhUserProfile
(
val
name
:
String
?
,
val
surname
:
String
?
,
val
email
:
String
?
,
val
profileImage
:
String
?
,
val
idToken
:
String
?
)
Members
Constructors
Omh
User
Profile
Link copied to clipboard
constructor
(
name
:
String
?
,
surname
:
String
?
,
email
:
String
?
,
profileImage
:
String
?
,
idToken
:
String
?
)
Properties
email
Link copied to clipboard
val
email
:
String
?
id
Token
Link copied to clipboard
val
idToken
:
String
?
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
?