This commit is contained in:
Kazuyuki Hashimoto 2024-01-21 15:12:14 +09:00 committed by GitHub
parent 351e12702a
commit 3ce66b7f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,11 +37,11 @@ https://{host}/miauth/{session}
また、URLにクエリパラメータとしていくつかのオプションを設定できます:
| 名前 | 説明 |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| ------------ |--------------------------------------------------------------------------------|
| `name` | アプリケーション名。 |
| `icon` | アプリケーションのアイコン画像URL。 |
| `callback` | 認証が終わった後にリダイレクトするURL。<br>リダイレクト時には、`session`というクエリパラメータでセッションIDが付きます。 |
| `permission` | アプリケーションが要求する権限。<br>要求する権限を`,`で区切って列挙します。権限の一覧は[こちら](./permission.md)で確認できます。 |
| `permission` | アプリケーションが要求する権限。<br>要求する権限を`,`で区切って列挙します。権限の一覧は[こちら](../permission.md)で確認できます。 |
:::tip{label='例'}