Uses of Class
com.adyen.model.configurationwebhooks.TokenAuthentication
-
Packages that use TokenAuthentication Package Description com.adyen.model.configurationwebhooks -
-
Uses of TokenAuthentication in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return TokenAuthentication Modifier and Type Method Description static TokenAuthenticationTokenAuthentication. fromJson(String jsonString)Create an instance of TokenAuthentication given an JSON stringTokenAuthenticationNetworkTokenNotificationDataV2. getAuthentication()Get authenticationTokenAuthenticationTokenAuthentication. method(String method)The method used to complete the authentication process.TokenAuthenticationTokenAuthentication. result(String result)The result of the authentication process.Methods in com.adyen.model.configurationwebhooks with parameters of type TokenAuthentication Modifier and Type Method Description NetworkTokenNotificationDataV2NetworkTokenNotificationDataV2. authentication(TokenAuthentication authentication)authenticationvoidNetworkTokenNotificationDataV2. setAuthentication(TokenAuthentication authentication)authentication
-