Interface InputCredentialsApplePay

Applies if a user enters new credentials using Apple Pay. Subtype of InputCredentials.

interface InputCredentialsApplePay {
    @type: "inputCredentialsApplePay";
    data: string;
}

Properties

Properties

@type: "inputCredentialsApplePay"
data: string

JSON-encoded data with the credential identifier.