PKPaymentAuthorizationControllerDelegate.WillAuthorizePayment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.