@Service public class RecoveryService extends Object
PowerAuth protocol versions:
| Constructor and Description |
|---|
RecoveryService(io.getlime.security.powerauth.soap.spring.client.PowerAuthServiceClient powerAuthClient)
Controller constructor.
|
| Modifier and Type | Method and Description |
|---|---|
io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse |
confirmRecoveryCode(io.getlime.security.powerauth.rest.api.model.request.v3.EciesEncryptedRequest request,
PowerAuthApiAuthentication authentication)
Confirm recovery code.
|
@Autowired public RecoveryService(io.getlime.security.powerauth.soap.spring.client.PowerAuthServiceClient powerAuthClient)
powerAuthClient - PowerAuth client.public io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse confirmRecoveryCode(io.getlime.security.powerauth.rest.api.model.request.v3.EciesEncryptedRequest request,
PowerAuthApiAuthentication authentication)
throws PowerAuthAuthenticationException
request - ECIES encrypted request.authentication - PowerAuth API authentication object.PowerAuthAuthenticationException - In case confirm recovery fails.Copyright © 2017–2019 Wultra s.r.o.. All rights reserved.