ChangePasswordWithToken
org.sagebionetworks.repo.model.auth.ChangePasswordWithToken
Change user account's password by providing a token issued by the server
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 |
passwordChangeToken | PasswordResetSignedToken | Signed token containing the the information necessary to reset the password for a user. |