- Sort Score
- Num 10 results
- Language All
Results 571 - 580 of 710 for token5 (0.04 seconds)
-
docs/fr/docs/advanced/security/oauth2-scopes.md
C’est le même mécanisme utilisé lorsque vous donnez des permissions en vous connectant avec Facebook, Google, GitHub, etc. : <img src="/img/tutorial/security/image11.png"> ## Jeton JWT avec scopes { #jwt-token-with-scopes } Modifiez maintenant le *chemin d’accès* du jeton pour renvoyer les scopes demandés.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.5K bytes - Click Count (0) -
cmd/metacache-stream_test.go
testdata/huffman-zero.wb.expect", "src/compress/flate/testdata/huffman-zero.wb.expect-noinput", "src/compress/flate/testdata/null-long-match.dyn.expect-noinput", "src/compress/flate/testdata/null-long-match.wb.expect-noinput", "src/compress/flate/token.go", "src/compress/flate/writer_test.go", "src/compress/gzip/", "src/compress/gzip/example_test.go", "src/compress/gzip/gunzip.go", "src/compress/gzip/gunzip_test.go", "src/compress/gzip/gzip.go", "src/compress/gzip/gzip_test.go", "src/compress/gz...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 15K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
/** * Get the open flags returned by the server * @return the flags */ public final byte getOpenFlags() { return this.openFlags; } /** * Get the create action taken by the server * @return the createAction */ public final int getCreateAction() { return this.createAction; } /** * Get the file creation timeCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:49:49 GMT 2025 - 15.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/bigger-applications.md
## 依存関係 { #dependencies } アプリケーションの複数箇所で使う依存関係が必要になります。 そのため、専用の `dependencies` モジュール(`app/dependencies.py`)に置きます。 ここではカスタムヘッダー `X-Token` を読む簡単な依存関係を使います: {* ../../docs_src/bigger_applications/app_an_py310/dependencies.py hl[3,6:8] title["app/dependencies.py"] *} /// tip | 豆知識 この例を簡単にするために架空のヘッダーを使っています。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 22.8K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/HashingTest.java
.addEqualityGroup(hashFunction2) .testEquals(); assertThat(hashFunction1b.toString()).isEqualTo(hashFunction1a.toString()); } } } // Parity tests taken from //util/hash/hash_unittest.cc
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 26.7K bytes - Click Count (2) -
docs/ko/docs/advanced/security/oauth2-scopes.md
그리고 접근을 허용할 스코프를 선택할 수 있게 됩니다: `me`와 `items`. 이는 Facebook, Google, GitHub 등으로 로그인하면서 권한을 부여할 때 사용되는 것과 동일한 메커니즘입니다: <img src="/img/tutorial/security/image11.png"> ## 스코프를 포함한 JWT 토큰 { #jwt-token-with-scopes } 이제 토큰 *경로 처리*를 수정해, 요청된 스코프를 반환하도록 합니다. 여전히 동일한 `OAuth2PasswordRequestForm`을 사용합니다. 여기에는 요청에서 받은 각 스코프를 담는 `scopes` 속성이 있으며, 타입은 `str`의 `list`입니다. 그리고 JWT 토큰의 일부로 스코프를 반환합니다. /// danger | 위험
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.7K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
*/ boolean isAllowNTLMFallback(); /** * Property {@code jcifs.smb.useRawNTLM} (boolean, default false) * * @return whether to use raw NTLMSSP tokens instead of SPNEGO wrapped ones * @since 2.1 */ boolean isUseRawNTLM(); /** * * Property {@code jcifs.smb.client.disablePlainTextPasswords} (boolean, default true) *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
docs/es/docs/index.md
* Seguridad y autenticación, incluyendo soporte para **OAuth2** con **tokens JWT** y autenticación **HTTP Basic**. * Técnicas más avanzadas (pero igualmente fáciles) para declarar **modelos JSON profundamente anidados** (gracias a Pydantic).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 22.6K bytes - Click Count (0) -
docs/pt/docs/index.md
* Segurança e autenticação, incluindo suporte para **OAuth2** com autenticação com **JWT tokens** e **HTTP Basic**. * Técnicas mais avançadas (mas igualmente fáceis) para declaração de **modelos JSON profundamente aninhados** (graças ao Pydantic).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 22.7K bytes - Click Count (0) -
cmd/local-locker.go
return false, nil } // Wait for mutex defer l.getMutex()() if ctx.Err() != nil { return false, ctx.Err() } if !l.canTakeLock(args.Resources...) { // Not all locks can be taken on resources, // reject it completely. return false, nil } // No locks held on the all resources, so claim write // lock on all resources at once. now := UTCNow()
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 12K bytes - Click Count (0)