update docs

This commit is contained in:
Anderson Valério 2025-05-07 08:17:17 -03:00
parent 1102ad256c
commit 13549c6092
No known key found for this signature in database
GPG Key ID: 92D38E56BFF005A0
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ Provider holds all configuration for a single provider
| `code_challenge_method` | _string_ | The code challenge method |
| `backendLogoutURL` | _string_ | URL to call to perform backend logout, `{id_token}` would be replaced by the actual `id_token` if available in the session |
| `backendLogoutAllSessionsURL` | _string_ | URL to call to perform backend logout, `{user_id}` would be replaced by the actual `user_id` if available in the session IntrospectClaims |
| `backendRevokeAccessTokenURL` | _string_ | URL to call to perform backend revoke token |
### ProviderType
#### (`string` alias)