Uses of Class
com.onlinepayments.domain.CustomerAccountAuthentication
Packages that use CustomerAccountAuthentication
-
Uses of CustomerAccountAuthentication in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CustomerAccountAuthenticationModifier and TypeMethodDescriptionCustomerAccount.getAuthentication()Object containing data on the authentication used by the customer to access their accountData about the authentication procedure of the customer to their account with youCustomerAccountAuthentication.withMethod(String value) Authentication used by the customer on your website Possible values are guest = no login occurred, customer is logged in as guest merchant-credentials = the customer logged in using credentials that are specific to you federated-id = the customer logged in using a federated ID issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction) third-party-authentication = the customer logged in using third-party authentication fido-authentication = the customer logged in using a FIDO authenticator cico-b-connect-token = the customer logged in using Check-in/Check-out b.connectCustomerAccountAuthentication.withUtcTimestamp(String value) Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with youMethods in com.onlinepayments.domain with parameters of type CustomerAccountAuthenticationModifier and TypeMethodDescriptionvoidCustomerAccount.setAuthentication(CustomerAccountAuthentication value) Object containing data on the authentication used by the customer to access their accountCustomerAccount.withAuthentication(CustomerAccountAuthentication value) Object containing data on the authentication used by the customer to access their account