App Args
Creates an app associated with a developer. This API associates the developer app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The name
is the unique ID of the app that you can use in API calls. The DisplayName
(set as an attribute) appears in the UI. If you don't set the DisplayName
attribute, the name
appears in the UI.
Constructors
Properties
List of API products associated with the developer app.
List of attributes for the developer app.
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to developer apps.
ID of the developer.
Expiration time, in milliseconds, for the consumer key that is generated for the developer app. If not set or left to the default value of -1
, the API key never expires. The expiration time can't be updated after it is set.