Skip to main content

DataSource RESTSECURITY

The RESTSecurity DataSource class streamlines the retrieval of data from REST APIs. It assists in managing caching, deduplicating requests, and handling errors during the resolution of operations

Engaging in Practical Implementation

Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working

  1. Click On the Connection Properties
  2. Select the DataSource Type from drop down
  3. Provide the Credentials
  4. Click on Submit to save the Credentials
  5. On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.

Type OAUTH

;

;

FieldsDescriptionExample
TypeOAUTHOAUTH
Grant TypeGrant Typepassword
Token URLToken unique identifier used to locate a resource on OAUTH Tokenhttps://...
Client IdClient ID means a unique alphanumeric code provided to and used by a customer for identifying each query or requesabcd...
Client SecretA client secret is a secret known only to the OAuth application and the authorization serverab123...
User NameA name that uses for identification purposes when logging rakhitest@atdev.com
PasswordA password is a string of characters used to verify the identity of a user during the authentication processabc...
DataSource NameDatasource Name which is configured in connections propertiessfdcoauth
DataSource TypeRESTSECURITYRESTSECURITY
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev

Type API-KEY

;

;

FieldsDescriptionExample
TypeAPI-KEYAPI-KEY
NameNameAuthorization
ValueValueabc...
DataSource NameDatasource Name which is configured in connections propertiesoktasecurity
DataSource TypeRESTSECURITYRESTSECURITY
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev

Type Basic

;

;

FieldsDescriptionExample
TypeBasicBasic
UsernameThe name of the Userabc..
PasswordUnique secured key xyz..
DataSource NameDatasource Name which is configured in connections propertiesoktasecurity
DataSource TypeRESTSECURITYRESTSECURITY
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev