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()Get strongCustomerAuthenticationDelegatedAuthenticationDataDelegatedAuthenticationData. sdkOutput(String sdkOutput)Methods in com.adyen.model.balanceplatform with parameters of type DelegatedAuthenticationData Modifier and Type Method Description voidRegisterSCARequest. setStrongCustomerAuthentication(DelegatedAuthenticationData strongCustomerAuthentication)strongCustomerAuthenticationRegisterSCARequestRegisterSCARequest. strongCustomerAuthentication(DelegatedAuthenticationData strongCustomerAuthentication)
-