PaymentAuthenticator
public protocol PaymentAuthenticator : AnyObject
A class that handles payment authentication (2-Factor) and notifies it’s delegate
-
Undocumented
Declaration
Swift
associatedtype Controller -
The delegate that is notified of the authentication results
Declaration
Swift
var delegate: PaymentAuthenticationDelegate? { get set } -
Perform asynchronous authentication
- key: The key
Stringthat was acquired from the confirmation required error.
Declaration
Swift
func authenticate(with key: String, controller: Controller) - key: The key
PaymentAuthenticator Protocol Reference