Edit

Share via


PKPaymentAuthorizationControllerDelegate.WillAuthorizePayment Method

Definition

Method that is called when the user is authorizing a payment request.

[Foundation.Export("paymentAuthorizationControllerWillAuthorizePayment:")]
public virtual void WillAuthorizePayment (PassKit.PKPaymentAuthorizationController controller);
abstract member WillAuthorizePayment : PassKit.PKPaymentAuthorizationController -> unit
override this.WillAuthorizePayment : PassKit.PKPaymentAuthorizationController -> unit

Parameters

controller
PKPaymentAuthorizationController

The controller that owns this delegate.

Attributes

Remarks

This method is called after the user authenticates, but before the request is authorized.

Applies to