app
app
/
com.example.examer.auth
/
AuthenticationService
/
UpdateAttribute
/
Email
Email
data
class
Email
(
val
newEmail
:
String
,
val
password
:
String
)
:
AuthenticationService.UpdateAttribute
Content copied to clipboard
Constructors
Properties
Constructors
Email
Link copied to clipboard
fun
Email
(
newEmail
:
String
,
password
:
String
)
Content copied to clipboard
Properties
newEmail
Link copied to clipboard
val
newEmail
:
String
Content copied to clipboard
password
Link copied to clipboard
val
password
:
String
Content copied to clipboard