Uses of Class
com.adyen.model.sessionauthentication.AuthenticationSessionResponse
-
Packages that use AuthenticationSessionResponse Package Description com.adyen.model.sessionauthentication com.adyen.service.sessionauthentication -
-
Uses of AuthenticationSessionResponse in com.adyen.model.sessionauthentication
Methods in com.adyen.model.sessionauthentication that return AuthenticationSessionResponse Modifier and Type Method Description static AuthenticationSessionResponseAuthenticationSessionResponse. fromJson(String jsonString)Create an instance of AuthenticationSessionResponse given an JSON stringAuthenticationSessionResponseAuthenticationSessionResponse. id(String id)The unique identifier of the session.AuthenticationSessionResponseAuthenticationSessionResponse. token(String token)The session token created. -
Uses of AuthenticationSessionResponse in com.adyen.service.sessionauthentication
Methods in com.adyen.service.sessionauthentication that return AuthenticationSessionResponse Modifier and Type Method Description AuthenticationSessionResponseSessionAuthenticationApi. createAuthenticationSession(AuthenticationSessionRequest authenticationSessionRequest)Create a session tokenAuthenticationSessionResponseSessionAuthenticationApi. createAuthenticationSession(AuthenticationSessionRequest authenticationSessionRequest, RequestOptions requestOptions)Create a session token
-