Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 730 Bytes

PublicKey.md

File metadata and controls

11 lines (8 loc) · 730 Bytes

# PublicKey

Properties

Name Type Description Notes
algorithm string The algorithm associated with the public key that is returned, such as Elliptic Curve Digital Signature Algorithm (ECDSA). [optional]
digest string The digest associated with the public key that is returned, such as Secure Hash Algorithm 1 (SHA1). [optional]
key string The public key that is returned for the specified key ID. This value is used to validate the eBay push notification message payload. [optional]

[Back to Model list] [Back to API list] [Back to README]