Uses of Class
com.adyen.model.balanceplatform.AssociationDelegatedAuthenticationData
-
Packages that use AssociationDelegatedAuthenticationData Package Description com.adyen.model.balanceplatform -
-
Uses of AssociationDelegatedAuthenticationData in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AssociationDelegatedAuthenticationData Modifier and Type Method Description static AssociationDelegatedAuthenticationDataAssociationDelegatedAuthenticationData. fromJson(String jsonString)Create an instance of AssociationDelegatedAuthenticationData given an JSON stringAssociationDelegatedAuthenticationDataAssociationFinaliseRequest. getStrongCustomerAuthentication()strongCustomerAuthenticationAssociationDelegatedAuthenticationDataAssociationDelegatedAuthenticationData. sdkOutput(String sdkOutput)A base64-encoded block with the data required to authenticate the request.Methods in com.adyen.model.balanceplatform with parameters of type AssociationDelegatedAuthenticationData Modifier and Type Method Description voidAssociationFinaliseRequest. setStrongCustomerAuthentication(AssociationDelegatedAuthenticationData strongCustomerAuthentication)strongCustomerAuthenticationAssociationFinaliseRequestAssociationFinaliseRequest. strongCustomerAuthentication(AssociationDelegatedAuthenticationData strongCustomerAuthentication)strongCustomerAuthentication
-