init(encryptionScheme:)
Instantiates a new request configuration with the given encryption scheme.
Declaration
init?(encryptionScheme: PKEncryptionScheme)Parameters
- encryptionScheme:
The encryption scheme to be used in this request. For a list of possible values, see Pkencryptionscheme.
Return Value
A newly instantiated configuration object.
Discussion
After instantiating a configuration object, you must also set its cardholderName and primaryAccountSuffix properties before using it to create a PKAddPaymentPassViewController instance.