PKPaymentAuthorizationControllerDelegate_Extensions.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.
public static void WillAuthorizePayment (this PassKit.IPKPaymentAuthorizationControllerDelegate This, PassKit.PKPaymentAuthorizationController controller);
static member WillAuthorizePayment : PassKit.IPKPaymentAuthorizationControllerDelegate * PassKit.PKPaymentAuthorizationController -> unit
Parameters
The instance on which this extension method operates.
- controller
- PKPaymentAuthorizationController
The controller that owns this delegate.
Remarks
This method is called after the user authenticates, but before the request is authorized.