EndpointsOAuthDetails Object
Includes OAuth information about an API's endpoints.
This object is used by the following operations:
- Operations that reference the APIVersionOAuthDetails object; for example, the PUT /api/apis/versions/{APIVersionID}/oauthdetails operation
The properties included in the EndpointsOAuthDetails object are listed below.
Property | Type | Required | Description |
---|---|---|---|
ProductionEndpoint | EndpointOAuthDetails | Optional | Includes OAuth information for an API's Production endpoint, such as the supported OAuth version and grant types. |
SandboxEndpoint | EndpointOAuthDetails | Required | Includes OAuth information for an API's Sandbox endpoint, such as the supported OAuth version and grant types. |