MastercardAuthService class
Mastercard Authentication Service
Constructors
Properties
- config → MastercardConfig
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticatePayer(
{required String authId, required String paRes}) → Future< MastercardAuthResponse> - Authenticate Payer (Complete 3DS)
-
dispose(
) → void -
getAuthenticationStatus(
String authId) → Future< MastercardAuthResponse> - Get authentication status
-
initiateAuthentication(
{required String orderId, required MastercardCardDetails cardDetails, required double amount, String? currency, Map< String, dynamic> ? billingAddress, Map<String, dynamic> ? shippingAddress}) → Future<MastercardAuthResponse> - Initiate 3DS Authentication
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited