Property
|
Description
|
Valid Values
|
"scope"
|
Scopes are used to grant an application different levels of access to data on behalf of the end user.
|
Currently, the only supported scope is "api.access.odata".
|
"clientId"
|
The client ID is generated when the client application is registered. This ID is required when client applications initiate OAuth authorization.
|
An auto-generated value used when client applications initiate OAuth authorization.
|
"clientSecret"
|
The client secret is generated when the client application is registered. This secret is required when client applications initiate OAuth authorization.
|
An auto-generated value used when client applications initiate OAuth authorization.
|
"response_type"
|
The grant type being used.
|
The response type must be 'code'
|
"redirect_uri"
|
List of authorized URLs
|
This may be one valid URL or a comma separated list of valid URLs.
|