ChangePasswordInterface <INTERFACE>
org.sagebionetworks.repo.model.auth.ChangePasswordInterface
Defines an interface for changing an user account's password
Known Implementations:
ChangePasswordWithToken,  ChangePasswordWithCurrentPassword,  ChangePasswordWithTwoFactorAuthToken| Field | Type | Description |
|---|---|---|
| newPassword | STRING | The new password |
| concreteType | STRING | Indicates which implementation of PasswordChangeInterface this object represents. Valid Values: org.sagebionetworks.repo.model.auth.ChangePasswordWithToken org.sagebionetworks.repo.model.auth.ChangePasswordWithCurrentPassword |