From 5b14a5d7895f4f735e135df4a54b43efaf289a40 Mon Sep 17 00:00:00 2001 From: Alessandro De Blasis Date: Tue, 11 Jul 2023 21:19:53 +0000 Subject: [PATCH] docs(oauth2_app): docs --- docs/resources/oauth2_app.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resources/oauth2_app.md b/docs/resources/oauth2_app.md index 9dd1740..24b6d36 100644 --- a/docs/resources/oauth2_app.md +++ b/docs/resources/oauth2_app.md @@ -20,6 +20,10 @@ Handling [gitea oauth application](https://docs.gitea.io/en-us/oauth2-provider/) - `name` (String) OAuth Application name - `redirect_uris` (Set of String) Accepted redirect URIs +### Optional + +- `confidential_client` (Boolean) If set to false, it will be a public client (PKCE will be required) + ### Read-Only - `client_id` (String) OAuth2 Application client id