The following table describes the OAuth2 parameters:
Parameter |
Description |
|---|---|
Grant type |
Specifies the following grant types for different use case values::
|
OAuth2 API URL |
Defines the REST API authorization endpoint. Add parameters by clicking |
Client ID |
(Optional) Defines the public identifier for applications. Add parameters by clicking |
Client secret |
(Optional) (Resource Owner Password Credentials grant type) Defines the secret known to the application and the authorization server. Add parameters by clicking |
Username |
(Resource Owner Password Credentials grant type or Password grant type) Defines that user name of the authorization server. Add parameters by clicking |
Password |
(Resource Owner Password Credentials grant type or Password grant type) Defines the password of the authorization server. Add parameters by clicking |
Token parameter |
(Resource Owner Password Credentials grant type or Password grant type) Defines the access token required by the REST API. This token can be used in the URL request header for authentication. EXAMPLE: Authorization=Bearer{{TOKEN_NAME}} |
Content-Type |
(Optional) Indicates the media type of the resource. |
Headers |
(Optional) Defines any additional HTTP headers in the following format: <name>=<value> NOTE: Separate any pair of names of values by a semi colon. Add parameters by clicking |
Body |
(Optional) Defines any any text that is required in the request body. Add parameters by clicking |
Use Basic authentication |
Add additional authentication to OAuth2 request. |
User name parameter |
Defines the user name of the HTTP server from the dropdown list. |
Password parameter |
Defines the password of the HTTP server from the dropdown list. |
Parent Topic |