Uses of Class
com.adyen.model.sessionauthentication.AuthenticationSessionRequest
-
Packages that use AuthenticationSessionRequest Package Description com.adyen.model.sessionauthentication com.adyen.service.sessionauthentication -
-
Uses of AuthenticationSessionRequest in com.adyen.model.sessionauthentication
Methods in com.adyen.model.sessionauthentication that return AuthenticationSessionRequest Modifier and Type Method Description AuthenticationSessionRequestAuthenticationSessionRequest. allowOrigin(String allowOrigin)The URL where the component will appear.static AuthenticationSessionRequestAuthenticationSessionRequest. fromJson(String jsonString)Create an instance of AuthenticationSessionRequest given an JSON stringAuthenticationSessionRequestAuthenticationSessionRequest. policy(Policy policy)policyAuthenticationSessionRequestAuthenticationSessionRequest. product(ProductType product)product -
Uses of AuthenticationSessionRequest in com.adyen.service.sessionauthentication
Methods in com.adyen.service.sessionauthentication with parameters of type AuthenticationSessionRequest Modifier and Type Method Description AuthenticationSessionResponseSessionAuthenticationApi. createAuthenticationSession(AuthenticationSessionRequest authenticationSessionRequest)Create a session tokenAuthenticationSessionResponseSessionAuthenticationApi. createAuthenticationSession(AuthenticationSessionRequest authenticationSessionRequest, RequestOptions requestOptions)Create a session token
-