| Package | Description |
|---|---|
| io.getlime.security.powerauth.rest.api.spring.controller.v2 | |
| io.getlime.security.powerauth.rest.api.spring.controller.v3 |
| Modifier and Type | Method and Description |
|---|---|
io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.v2.TokenCreateResponse> |
TokenController.createToken(io.getlime.core.rest.model.base.request.ObjectRequest<io.getlime.security.powerauth.rest.api.model.request.v2.TokenCreateRequest> request,
PowerAuthApiAuthentication authentication)
Create token.
|
io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.v3.TokenRemoveResponse> |
TokenController.removeToken(io.getlime.core.rest.model.base.request.ObjectRequest<io.getlime.security.powerauth.rest.api.model.request.v3.TokenRemoveRequest> request,
PowerAuthApiAuthentication authentication)
Remove token.
|
io.getlime.core.rest.model.base.response.Response |
SignatureController.validateSignature(PowerAuthApiAuthentication auth)
Validate signature by validating any data sent in request to this end-point.
|
| Modifier and Type | Method and Description |
|---|---|
io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse |
RecoveryController.confirmRecoveryCode(io.getlime.security.powerauth.rest.api.model.request.v3.EciesEncryptedRequest request,
PowerAuthApiAuthentication authentication)
Confirm recovery code.
|
io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse |
TokenController.createToken(io.getlime.security.powerauth.rest.api.model.request.v3.EciesEncryptedRequest request,
PowerAuthApiAuthentication authentication)
Create token.
|
io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.rest.api.model.response.v3.TokenRemoveResponse> |
TokenController.removeToken(io.getlime.core.rest.model.base.request.ObjectRequest<io.getlime.security.powerauth.rest.api.model.request.v3.TokenRemoveRequest> request,
PowerAuthApiAuthentication authentication)
Remove token.
|
io.getlime.core.rest.model.base.response.Response |
SignatureController.validateSignature(PowerAuthApiAuthentication auth)
Validate signature by validating any data sent in request to this end-point.
|
Copyright © 2017–2019 Wultra s.r.o.. All rights reserved.