| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersApi.changeUserPassword(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO)
Change the Password of the user
Using this operation, logged-in user can change their password.
|
okhttp3.Call |
UsersApi.changeUserPasswordAsync(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO,
ApiCallback<Void> _callback)
Change the Password of the user (asynchronously)
Using this operation, logged-in user can change their password.
|
okhttp3.Call |
UsersApi.changeUserPasswordCall(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO,
ApiCallback _callback)
Build call for changeUserPassword
|
ApiResponse<Void> |
UsersApi.changeUserPasswordWithHttpInfo(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO)
Change the Password of the user
Using this operation, logged-in user can change their password.
|
| Modifier and Type | Method and Description |
|---|---|
CurrentAndNewPasswordsDTO |
CurrentAndNewPasswordsDTO.currentPassword(String currentPassword) |
CurrentAndNewPasswordsDTO |
CurrentAndNewPasswordsDTO.newPassword(String newPassword) |
Copyright © 2021 WSO2 Inc. All rights reserved.