public interface TppResetPasswordRestApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.SendCode> |
sendCode(de.adorsys.ledgers.security.ResetPassword resetPassword) |
org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.UpdatePassword> |
updatePassword(de.adorsys.ledgers.security.ResetPassword resetPassword) |
static final String BASE_PATH
@PostMapping
org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.SendCode> sendCode(@RequestBody
de.adorsys.ledgers.security.ResetPassword resetPassword)
@PutMapping
org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.UpdatePassword> updatePassword(@RequestBody
de.adorsys.ledgers.security.ResetPassword resetPassword)
Copyright © 2020. All rights reserved.