Property
|
Description
|
Valid Values
|
"grant_type"
|
The grant type used for OAuth flow
|
This can be either password or refresh_token. In this case, it is refresh_token.
|
"refresh_token"
|
The refresh token that had been issued to the application.
|
A valid refresh token issued by Hybrid Data Pipeline.
|
"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.
|
Property
|
Description
|
Valid Values
|
"grant_type"
|
The grant type used for OAuth flow
|
This can be either password or refresh_token. In this case, it is password.
|
"scope"
|
An OAuth 2.0 scope specifies the resources that can be accessed by client applications.
|
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.
|
"username"
|
User credentials
|
String
|
"password"
|
User Credentials
|
String
|