Uses of Class
com.adyen.model.balanceplatform.DelegatedAuthenticationData
-
Packages that use DelegatedAuthenticationData Package Description com.adyen.model.balanceplatform -
-
Uses of DelegatedAuthenticationData in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return DelegatedAuthenticationData Modifier and Type Method Description static DelegatedAuthenticationDataDelegatedAuthenticationData. fromJson(String jsonString)Create an instance of DelegatedAuthenticationData given an JSON stringDelegatedAuthenticationDataRegisterSCARequest. getStrongCustomerAuthentication()strongCustomerAuthenticationDelegatedAuthenticationDataDelegatedAuthenticationData. sdkOutput(String sdkOutput)A base64-encoded block with the data required to register the SCA device.Methods in com.adyen.model.balanceplatform with parameters of type DelegatedAuthenticationData Modifier and Type Method Description voidRegisterSCARequest. setStrongCustomerAuthentication(DelegatedAuthenticationData strongCustomerAuthentication)strongCustomerAuthenticationRegisterSCARequestRegisterSCARequest. strongCustomerAuthentication(DelegatedAuthenticationData strongCustomerAuthentication)strongCustomerAuthentication
-