GetOAuthAuthorizationURL
SharePoint の認可URL を取得します。Web ブラウザでアウトプットに返されたURL にアクセスします。これはSharePoint への接続文字列の一部として使われるアクセストークンを要求します。
Input
| Name | Type | Description |
| CallbackUrl | String | ユーザーがアプリを認可した後にSharepoint が戻るURL。 |
| Scope | String | ユーザーにリクエストしているスコープまたは権限。
デフォルト値はAllSites.Manageです。 |
| State | String | コールバックで送信する任意の値。 |
| Prompt | String | Defaults to 'select_account' which prompts the user to select account while authenticating. Set to 'None', for no prompt, 'login' to force user to enter their credentials or 'consent' to trigger the OAuth consent dialog after the user signs in, asking the user to grant permissions to the app. |
Result Set Columns
| Name | Type | Description |
| URL | String | ベリファイアトークンを取得し、データプロバイダーを認可するためにWeb ブラウザに入力されるURL。 |