GetOAuthAuthorizationURL
Gets the Service Now authorization URL. Access the URL returned in the output in a Web browser. This requests the access token that can be used as part of the connection string to Service Now.
Input
| Name | Type | Required | Description |
| CallbackUrl | String | True | The URL that Service Now will return to after the user has authorized your app. |
| State | String | False | An arbitrary string of your choosing that is returned to your app; a successful roundtrip of this string helps ensure that your app initiated the request.
デフォルト値はstateです。 |
Result Set Columns
| Name | Type | Description |
| URL | String | The URL to be entered into a Web browser to obtain the verifier token and authorize the data provider with. |