Class AuthenticationParameters
-
- All Implemented Interfaces:
public final class AuthenticationParametersThe class used to provide input parameters required for an authentication request.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationParameters(String sessionId, String sessionSecret, String scheme)
-
Method Summary
Modifier and Type Method Description final StringgetSessionId()final StringgetSessionSecret()final StringgetScheme()-
-
Constructor Detail
-
AuthenticationParameters
AuthenticationParameters(String sessionId, String sessionSecret, String scheme)
- Parameters:
sessionId- The unique ID of the authentication session.sessionSecret- The session secret.scheme- The name of the customer's card scheme: "Visa", "Mastercard", "Jcb", "Amex", or "Diners".
-
-
Method Detail
-
getSessionId
final String getSessionId()
-
getSessionSecret
final String getSessionSecret()
-
-
-
-