- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 528 for token1 (0.27 sec)
-
docs/pt/docs/project-generation.md
- π¦ Suporte para modo escuro. - π [Docker Compose](https://www.docker.com) para desenvolvimento e produΓ§Γ£o. - π _Hash_ seguro de senhas por padrΓ£o. - π AutenticaΓ§Γ£o por token JWT. - π« RecuperaΓ§Γ£o de senhas baseada em email. - β Testes com [Pytest](https://pytest.org). - π [Traefik](https://traefik.io) como proxy reverso / balanceador de carga.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 21 09:57:31 UTC 2025 - 2.1K bytes - Viewed (0) -
cmd/admin-heal-ops.go
} } } // getHealSequenceByToken - Retrieve a heal sequence by token. The second // argument returns if a heal sequence actually exists. func (ahs *allHealState) getHealSequenceByToken(token string) (h *healSequence, exists bool) { ahs.RLock() defer ahs.RUnlock() for _, healSeq := range ahs.healSeqMap { if healSeq.clientToken == token { return healSeq, true } } return nil, false }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Context.java
} throw new SmbException("ExtendedGSSContext is not implemented by GSSContext"); } @Override public byte[] initSecContext(byte[] token, int off, int len) throws SmbException { try { return this.gssContext.initSecContext(token, off, len); } catch (GSSException e) { throw new SmbAuthException("GSSAPI mechanism failed", e); } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13.5K bytes - Viewed (1) -
src/main/resources/fess_label.properties
labels.boost_document_rule_boost_expr=Boost Expression labels.boost_document_rule_sort_order=Sort Order labels.access_token_configuration=Access Token labels.access_token_title_details=Access Token labels.access_token_list_name=Name labels.access_token_name=Name labels.access_token_token=Token labels.access_token_expires=Expires labels.access_token_parameter_name=Parameter Name labels.access_token_updated_time=Created Date
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.boost_document_rule_boost_expr=ExpressΓ£o de impulso labels.boost_document_rule_sort_order=Ordem de classificaΓ§Γ£o labels.access_token_configuration=Token de acesso labels.access_token_title_details=Token de acesso labels.access_token_list_name=Nome labels.access_token_name=Nome labels.access_token_token=Token labels.access_token_expires=Expira labels.access_token_parameter_name=Nome do parΓ’metro labels.access_token_updated_time=Data de criaΓ§Γ£o
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
cmd/s3-zip-handlers.go
listObjectsInfo ListObjectsV2Info ) // Always set this listObjectsInfo.ContinuationToken = token // Open and iterate through the files in the archive. for _, file := range files { objName := zipObjInfo.Name + archiveSeparator + file.Name if objName <= startAfter || objName <= token { continue } if strings.HasPrefix(objName, prefix) { if count == maxKeys { isTruncated = true
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15.8K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
/// /// info In diesem Beispiel verwenden wir zwei erfundene benutzerdefinierte Header `X-Key` und `X-Token`. Aber in realen FΓ€llen wΓΌrden Sie bei der Implementierung von Sicherheit mehr Vorteile durch die Verwendung der integrierten [Sicherheits-Werkzeuge (siehe nΓ€chstes Kapitel)](../security/index.md){.internal-link target=_blank} erzielen.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/SsoLoginException.java
/** * Exception thrown when SSO (Single Sign-On) login operations fail. * * This exception is used to indicate various SSO authentication failures * including configuration errors, authentication token validation failures, * communication issues with SSO providers, and other SSO-related problems. */ public class SsoLoginException extends FessSystemException { /** Serial version UID for serialization compatibility. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
cmd/api-errors.go
}, ErrInvalidToken: { Code: "InvalidTokenId", Description: "The security token included in the request is invalid", HTTPStatusCode: http.StatusForbidden, }, ErrNoTokenRevokeType: { Code: "InvalidArgument", Description: "No token revoke type specified and one could not be inferred from the request", HTTPStatusCode: http.StatusBadRequest, },
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (1) -
docs/em/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
βοΈ π `dependencies` *β‘ π οΈ π¨βπ¨* π πͺ β π π« π οΈ βͺ β π¨βπ¨/π β. β«οΈ πͺ βΉ β π¨ π π©βπ» π π β» π’ π π & πͺ π β«οΈ π. /// /// info π πΌ π₯ βοΈ π π π `X-Key` & `X-Token`. βοΈ π° πΌ, πβ π οΈ πββ, π π π€ π π° βͺοΈβ‘οΈ βοΈ π οΈ [πββ π (β π)](../security/index.md){.internal-link target=_blank}. /// ## π β & π¨ π² π πͺ βοΈ π π *π’* π βοΈ π. ### π π
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.1K bytes - Viewed (0)