FeedAuthorizationType property: Feed class
Description
Use this property to set or return the authorization type to be used to execute the Feed object, as a string. This value overrides the current authorization type. The values are:
| Value | Description |
|---|---|
|
&utility.FEEDAUTHTYPE_DEFAULT |
The current authenticated user is used to execute the Feed object. |
|
&utility.FEEDAUTHTYPE_ANONYMOUS |
The specified user is used to execute the Feed object for anonymous requests. |
|
&utility.FEEDAUTHTYPE_ALL |
The specified user is used to execute the Feed object for all requests. |
This property is read/write.