OAuth ResourceOwnerUserInfo Object
Contains UserInfo information about an OAuth resource owner.
This object is used by the following operations:
- Any operations that use the Grant object
The properties included in the ResourceOwnerUserInfo object are listed below.
Property | Type | Description |
---|---|---|
DomainName | string | Optional. Domain name for the resource owner. |
UID | string | Optional. Unique ID for the resource owner. |
Attributes | Attribute[ ] |
Contains information about an attribute in an OAuth message; resource owner information, such as firstname or lastname. One or more. |
ImplicitConsent | Consent | Contains information about an OAuth implicit consent. This property encapsulates the consent given by the user even before the explicit authorization step. |