@RestController(value="signatureControllerV2") @RequestMapping(value="/pa/signature") public class SignatureController extends Object
PowerAuth protocol versions:
| Constructor and Description |
|---|
SignatureController() |
| Modifier and Type | Method and Description |
|---|---|
io.getlime.core.rest.model.base.response.Response |
validateSignature(PowerAuthApiAuthentication auth)
Validate signature by validating any data sent in request to this end-point.
|
@RequestMapping(value="validate",
method={GET,POST,PUT,DELETE})
public io.getlime.core.rest.model.base.response.Response validateSignature(PowerAuthApiAuthentication auth)
throws PowerAuthAuthenticationException
auth - Automatically injected PowerAuth authentication object.PowerAuthAuthenticationException - In case any error occurs, including signature validation errors.Copyright © 2017–2019 Wultra s.r.o.. All rights reserved.