- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 462 for authenticator (0.09 sec)
-
docs/em/docs/advanced/security/oauth2-scopes.md
`security_scopes` ๐ (๐ `SecurityScopes`) ๐ `scope_str` ๐ข โฎ๏ธ ๐ ๐ป, ๐ ๐ โ ๐ฝ ๐ (๐ฅ ๐ โ๏ธ โซ๏ธ). ๐ฅ โ `HTTPException` ๐ ๐ฅ ๐ช ๐ค-โ๏ธ (`raise`) โช ๐ โ. ๐ โ , ๐ฅ ๐ โ ๐ (๐ฅ ๐) ๐ป ๐ฝ ๐ (โ๏ธ `scope_str`). ๐ฅ ๐ฎ ๐ ๐ป โ โ `WWW-Authenticate` ๐ (๐ ๐ ๐). {* ../../docs_src/security/tutorial005.py hl[105,107:115] *} ## โ `username` & ๐ฝ ๐ ๐ฅ โ ๐ ๐ฅ ๐ค `username`, & โ โ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:03:10 UTC 2025 - 10.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java
} @Override public boolean isRequestedSessionIdFromURL() { throw new UnsupportedOperationException(); } @Override public boolean authenticate(jakarta.servlet.http.HttpServletResponse response) { throw new UnsupportedOperationException(); } @Override public void login(String username, String password) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.2K bytes - Viewed (0) -
docs/pt/docs/advanced/security/oauth2-scopes.md
Nesta exceรงรฃo, nรณs incluรญmos os escopos necessรกrios (se houver algum) como uma string separada por espaรงos (utilizando `scope_str`). Nรณs colocamos esta string contendo os escopos no cabeรงalho `WWW-Authenticate` (isso รฉ parte da especificaรงรฃo). {* ../../docs_src/security/tutorial005_an_py310.py hl[106,108:116] *} ## Verifique o `username` e o formato dos dados
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
public static final int ACB_NOT_DELEGATED = 16384; /** Account control bit flag: Use DES encryption keys only */ public static final int ACB_USE_DES_KEY_ONLY = 32768; /** Account control bit flag: Pre-authentication is not required */ public static final int ACB_DONT_REQUIRE_PREAUTH = 65536; /** * SAMR CloseHandle operation for closing an opened SAM handle.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
public static final int ACB_NOT_DELEGATED = 16384; /** Account control bit flag: Use DES encryption keys only */ public static final int ACB_USE_DES_KEY_ONLY = 32768; /** Account control bit flag: Pre-authentication is not required */ public static final int ACB_DONT_REQUIRE_PREAUTH = 65536; /** * SAMR CloseHandle operation for closing an opened SAM handle.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
bytesIn.writeByte(0x7d) // == Literal indexed == // Indexed name (idx = 60) -> "www-authenticate" bytesIn.writeByte(0x05) // Literal value (len = 5) bytesIn.writeUtf8("Basic") hpackReader!!.readHeaders() assertThat(hpackReader!!.getAndResetHeaderList()) .containsExactly(Header("www-authenticate", "Basic")) } @Test fun readLiteralHeaderWithIncrementalIndexingDynamicName() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 38.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
/** Bad request status indicating client error. */ BAD_REQUEST(1), /** System error status indicating server error. */ SYSTEM_ERROR(2), /** Unauthorized status indicating authentication failure. */ UNAUTHORIZED(3), /** General failure status. */ FAILED(9); private final int id; Status(final int id) { this.id = id; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
cmd/batch-rotate.go
// notify: // endpoint: "https://notify.endpoint" # notification endpoint to receive job status events // token: "Bearer xxxxx" # optional authentication token for the notification endpoint // retry: // attempts: 10 # number of retries for the job before giving up // delay: "500ms" # least amount of delay between each retry
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 14.7K bytes - Viewed (0) -
cmd/generic-handlers.go
} defer logger.AuditLog(r.Context(), w, r, mustGetClaimsFromToken(r)) invalidReq := errorCodes.ToAPIErr(ErrInvalidRequest) invalidReq.Description = fmt.Sprintf("%s (request has multiple authentication types, please use one)", invalidReq.Description) writeErrorResponse(r.Context(), w, invalidReq, r.URL) atomic.AddUint64(&globalHTTPStats.rejectedRequestsInvalid, 1) return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 20.7K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/cors/CorsHandlerTest.java
} @Override public boolean isRequestedSessionIdFromURL() { return false; } @Override public boolean authenticate(jakarta.servlet.http.HttpServletResponse response) { return false; } @Override public void login(String username, String password) { }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 25.9K bytes - Viewed (0)