- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 11 for authorizationCode (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_security_oauth2_authorization_code_bearer_scopes_openapi_simple.py
"securitySchemes": { "OAuth2AuthorizationCodeBearer": { "type": "oauth2", "flows": { "authorizationCode": { "scopes": { "read": "Read access", "write": "Write access", },
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 2.6K bytes - Click Count (0) -
tests/test_security_oauth2_authorization_code_bearer.py
}, "components": { "securitySchemes": { "OAuth2AuthorizationCodeBearer": { "type": "oauth2", "flows": { "authorizationCode": { "authorizationUrl": "authorize", "tokenUrl": "token", "scopes": {}, } },Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Jun 30 18:25:16 GMT 2023 - 2.3K bytes - Click Count (0) -
tests/test_security_oauth2_authorization_code_bearer_description.py
}, "components": { "securitySchemes": { "OAuth2AuthorizationCodeBearer": { "type": "oauth2", "flows": { "authorizationCode": { "authorizationUrl": "authorize", "tokenUrl": "token", "scopes": {}, } },Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Jun 30 18:25:16 GMT 2023 - 2.4K bytes - Click Count (0) -
tests/test_security_oauth2_authorization_code_bearer_scopes_openapi.py
"securitySchemes": { "OAuth2AuthorizationCodeBearer": { "type": "oauth2", "flows": { "authorizationCode": { "scopes": { "read": "Read access", "write": "Write access", },
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 6.6K bytes - Click Count (0) -
docs/uk/docs/tutorial/security/index.md
* `implicit`— неявний * `clientCredentials`— облікові дані клієнта * `authorizationCode` — код авторизації * Але є один окремий «потік», який ідеально підходить для реалізації автентифікації всередині одного додатку: * `password`: у наступних розділах буде приклад використання цього потоку.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Jun 24 18:57:48 GMT 2025 - 6.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/index.md
* Vários desses fluxos são apropriados para construir um provedor de autenticação OAuth2 (como Google, Facebook, X (Twitter), GitHub, etc): * `implicit` * `clientCredentials` * `authorizationCode` * Mas existe um “fluxo” específico que pode ser perfeitamente usado para resolver autenticação diretamente na mesma aplicação: * `password`: alguns dos próximos capítulos tratarão disso.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:17:03 GMT 2025 - 4.9K bytes - Click Count (0) -
docs/de/docs/tutorial/security/index.md
* Mehrere dieser Flows eignen sich zum Aufbau eines OAuth 2.0-Authentifizierungsanbieters (wie Google, Facebook, X (Twitter), GitHub usw.): * `implicit` * `clientCredentials` * `authorizationCode` * Es gibt jedoch einen bestimmten „Flow“, der perfekt für die direkte Abwicklung der Authentifizierung in derselben Anwendung verwendet werden kann:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 5.2K bytes - Click Count (0) -
docs/en/docs/tutorial/security/index.md
* Several of these flows are appropriate for building an OAuth 2.0 authentication provider (like Google, Facebook, X (Twitter), GitHub, etc): * `implicit` * `clientCredentials` * `authorizationCode` * But there is one specific "flow" that can be perfectly used for handling authentication in the same application directly: * `password`: some next chapters will cover examples of this.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 4.4K bytes - Click Count (0) -
docs/zh/docs/tutorial/security/index.md
* HTTP Digest,等等。 * `oauth2`:所有的 OAuth2 处理安全性的方式(称为「流程」)。 *以下几种流程适合构建 OAuth 2.0 身份认证的提供者(例如 Google,Facebook,X (Twitter),GitHub 等): * `implicit` * `clientCredentials` * `authorizationCode` * 但是有一个特定的「流程」可以完美地用于直接在同一应用程序中处理身份认证: * `password`:接下来的几章将介绍它的示例。 * `openIdConnect`:提供了一种定义如何自动发现 OAuth2 身份认证数据的方法。 * 此自动发现机制是 OpenID Connect 规范中定义的内容。 /// tipCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 4.2K bytes - Click Count (0) -
docs/ja/docs/tutorial/security/index.md
* HTTP ダイジェスト認証など * `oauth2`: OAuth2のセキュリティ処理方法(「フロー」と呼ばれます)のすべて。 * これらのフローのいくつかは、OAuth 2.0認証プロバイダ(Google、Facebook、X (Twitter)、GitHubなど)を構築するのに適しています。 * `implicit` * `clientCredentials` * `authorizationCode` * しかし、同じアプリケーション内で認証を直接処理するために完全に機能する特定の「フロー」があります。 * `password`: 次のいくつかの章では、その例を紹介します。 * `openIdConnect`: OAuth2認証データを自動的に発見する方法を定義できます。 * この自動検出メカニズムは、OpenID Connectの仕様で定義されているものです。Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 6K bytes - Click Count (0)