publicKey property

  1. @BuiltValueField.new(wireName: r'publicKey')
String? get publicKey

Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key.

Implementation

@BuiltValueField(wireName: r'publicKey')
String? get publicKey;