Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Object |
UserApi.updateCredentials(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto)
Update Credentials
Updates a user's credentials (password)
|
okhttp3.Call |
UserApi.updateCredentialsAsync(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto,
ApiCallback<Object> _callback)
Update Credentials (asynchronously)
Updates a user's credentials (password)
|
okhttp3.Call |
UserApi.updateCredentialsCall(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto,
ApiCallback _callback)
Build call for updateCredentials
|
ApiResponse<Object> |
UserApi.updateCredentialsWithHttpInfo(String id,
String password,
String authenticatedUserPassword,
UserCredentialsDto userCredentialsDto)
Update Credentials
Updates a user's credentials (password)
|
Modifier and Type | Method and Description |
---|---|
UserCredentialsDto |
UserCredentialsDto.authenticatedUserPassword(String authenticatedUserPassword) |
UserCredentialsDto |
UserDto.getCredentials()
Get credentials
|
UserCredentialsDto |
UserCredentialsDto.password(String password) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserDto.credentials(UserCredentialsDto credentials) |
void |
UserDto.setCredentials(UserCredentialsDto credentials) |
Copyright © 2022. All rights reserved.