OAuth Attribute Object
Contains information about an attribute in an OAuth message; resource owner information, such as firstname or lastname.
This object is used by the following operations:
- Any operations that use the ResourceOwnerUserInfo object
The properties included in the Attribute object are listed below.
| Property | Type | Description |
|---|---|---|
| Name | string | The name of the attribute. |
| Value | string | The value for the attribute. |
| Type | AttributeValueType | Contains information about the data type for an OAuth attribute value. |