OAuth MACCredentials Object

Contains information about a MAC token, such as the Mac_algorithm, mac_id and Mac_key, for an OAuth grant.

This object is used by the following operations:

The properties included in the MACCredentials object are listed below.

Property Type Description
GrantID string The unique ID for a specific instance of an OAuth grant.
Grant Grant Contains information about an OAuth grant.
mac_key string The key for the MAC credentials.
mac_algorithm string The algorithm for the MAC credentials.
mac_id string The ID for the MAC credentials.