Field | Description |
Server URL | Provide the login endpoint to initiate communication with the SaaS provider. Example: https://www.google.com/m8/feeds. |
Connection TimeOut | The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. |
Connection Retry Count | The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails. Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected. |
Retry on Response Failure | Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection. |
Consumer ID | Also referred to as the Client ID, specify the Client ID you obtained from the Google Developer Console. This is a client identifier issued to the client to identify itself to the authorization server. |
Consumer Secret | Also referred to as the Client Secret, specify the Client Secret you obtained from the Google Developer Console. This is a secret matching to the client identifier. |
Access Token | Specify the access token you obtained from the OAuth Playground. This token is used for authentication and is issued by the Authorization Server. |
Refresh Token | A token used by the client to obtain a new access token without involving the resource owner. |
Refresh URL | This is the provider specific URL to refresh an Access Token. Example: https://www.googleapis.com/oauth2/v4/token. |