Class AuthenticationParameters

  • All Implemented Interfaces:

    
    public final class AuthenticationParameters
    
                        

    The class used to provide input parameters required for an authentication request.

    • 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".