ApplePay

data class ApplePay(val nonce: String, val nonceSignature: String, val certificate: String) : WalletProvider

Digital wallet provisioning for Apple Pay.

Parameters

nonce

Base64 cryptographic nonce provided by the device's wallet.

nonceSignature

Base64 cryptographic nonce provided by the device's wallet.

certificate

Apple's public leaf certificate. Base64 encoded in PEM format with headers (-----BEGIN CERTIFICATE-----) and trailers omitted. Provided by the device's wallet.

Constructors

Link copied to clipboard
constructor(nonce: String, nonceSignature: String, certificate: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard