Uses of Class
io.getlime.powerauth.soap.v3.RecoveryCodeActivationResponse
-
Packages that use RecoveryCodeActivationResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of RecoveryCodeActivationResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return RecoveryCodeActivationResponse Modifier and Type Method Description RecoveryCodeActivationResponseObjectFactory. createRecoveryCodeActivationResponse()Create an instance ofRecoveryCodeActivationResponse -
Uses of RecoveryCodeActivationResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return RecoveryCodeActivationResponse Modifier and Type Method Description RecoveryCodeActivationResponsePowerAuthServiceClient. createActivationUsingRecoveryCode(RecoveryCodeActivationRequest request)Create activation using recovery code.RecoveryCodeActivationResponsePowerAuthServiceClient. createActivationUsingRecoveryCode(java.lang.String recoveryCode, java.lang.String puk, java.lang.String applicationKey, java.lang.Long maxFailureCount, java.lang.String ephemeralPublicKey, java.lang.String encryptedData, java.lang.String mac)Create activation using recovery code.
-