| Package | Description |
|---|---|
| io.getlime.powerauth.soap.v2 | |
| io.getlime.security.powerauth.soap.spring.client |
| Modifier and Type | Method and Description |
|---|---|
CreateActivationResponse |
ObjectFactory.createCreateActivationResponse()
Create an instance of
CreateActivationResponse |
| Modifier and Type | Method and Description |
|---|---|
CreateActivationResponse |
PowerAuthServiceClient.PowerAuthServiceClientV2.createActivation(CreateActivationRequest request)
Create a new activation directly, using the createActivation method of the PowerAuth 2.0 Server
SOAP interface.
|
CreateActivationResponse |
PowerAuthServiceClient.PowerAuthServiceClientV2.createActivation(String applicationKey,
String userId,
Long maxFailureCount,
Date timestampActivationExpire,
String identity,
String activationOtp,
String activationName,
String activationNonce,
String ephemeralPublicKey,
String cDevicePublicKey,
String extras,
String applicationSignature)
Call the createActivation method of the PowerAuth 2.0 Server SOAP interface.
|
CreateActivationResponse |
PowerAuthServiceClient.PowerAuthServiceClientV2.createActivation(String applicationKey,
String userId,
String identity,
String activationName,
String activationNonce,
String ephemeralPublicKey,
String cDevicePublicKey,
String extras,
String applicationSignature)
Call the createActivation method of the PowerAuth 2.0 Server SOAP interface.
|
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.