Uses of Class
com.adyen.model.configurationwebhooks.Authentication
-
Packages that use Authentication Package Description com.adyen.model.configurationwebhooks -
-
Uses of Authentication in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Authentication Modifier and Type Method Description AuthenticationAuthentication. email(String email)The email address where the one-time password (OTP) is sent.static AuthenticationAuthentication. fromJson(String jsonString)Create an instance of Authentication given an JSON stringAuthenticationCard. getAuthentication()authenticationAuthenticationAuthentication. password(String password)The password used for 3D Secure password-based authentication.AuthenticationAuthentication. phone(Phone phone)phoneMethods in com.adyen.model.configurationwebhooks with parameters of type Authentication Modifier and Type Method Description CardCard. authentication(Authentication authentication)authenticationvoidCard. setAuthentication(Authentication authentication)authentication
-