Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 353 for AUTH (0.2 sec)

  1. internal/logger/target/http/http.go

    	if resp.StatusCode >= 200 && resp.StatusCode <= 299 {
    		// accepted HTTP status codes.
    		return nil
    	} else if resp.StatusCode == http.StatusForbidden {
    		return fmt.Errorf("%s returned '%s', please check if your auth token is correctly set", h.Endpoint(), resp.Status)
    	}
    	return fmt.Errorf("%s returned '%s', please check your endpoint configuration", h.Endpoint(), resp.Status)
    }
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 15.6K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt

            headers = headersOf("www-authenticate", "Basic realm=\"protected area\""),
            body = "Please authenticate.",
          ),
        )
        server.enqueue(
          MockResponse(body = "Successful auth!"),
        )
        val credential = basic("username", "password")
        client =
          client
            .newBuilder()
            .authenticator(RecordingOkAuthenticator(credential, "Basic"))
            .build()
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Nov 01 12:18:11 UTC 2025
    - 67.4K bytes
    - Viewed (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/EventListener.kt

       *
       * The network response's status code is most influential when deciding how to follow up:
       *
       *  * For redirects (301: Moved Permanently, 302: Temporary Redirect, etc.)
       *  * For auth challenges (401: Unauthorized, 407: Proxy Authentication Required.)
       *  * For client timeouts (408: Request Time-Out.)
       *  * For server failures (503: Service Unavailable.)
       *
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Oct 07 21:03:04 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_fr.properties

    labels.dict_synonym_details=Dict Synonym Détails
    labels.duplicate_host_details=Duplicate Host Détails
    labels.elevate_word_details=Elevate Word Détails
    labels.failure_url_details=Failure Url Détails
    labels.file_auth_details=File Auth Détails
    labels.file_config_details=File Config Détails
    labels.group_details=Group Détails
    labels.job_log_details=Job Log Détails
    labels.key_match_details=Key Match Détails
    labels.labeltype_details=Labeltype Détails
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_it.properties

    labels.dict_synonym_details=Dict Synonym Dettagli
    labels.duplicate_host_details=Duplicate Host Dettagli
    labels.elevate_word_details=Elevate Word Dettagli
    labels.failure_url_details=Failure Url Dettagli
    labels.file_auth_details=File Auth Dettagli
    labels.file_config_details=File Config Dettagli
    labels.group_details=Group Dettagli
    labels.job_log_details=Job Log Dettagli
    labels.key_match_details=Key Match Dettagli
    labels.labeltype_details=Labeltype Dettagli
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 04 09:16:23 UTC 2025
    - 46.6K bytes
    - Viewed (0)
  6. README.md

    <a href="https://www.propelauth.com/?utm_source=fastapi&utm_campaign=1223&utm_medium=mainbadge" target="_blank" title="Auth, user management and more for your B2B product"><img src="https://fastapi.tiangolo.com/img/sponsors/propelauth.png"></a>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 25 11:01:37 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_es.properties

    labels.dict_synonym_details=Dict Synonym Detalles
    labels.duplicate_host_details=Duplicate Host Detalles
    labels.elevate_word_details=Elevate Word Detalles
    labels.failure_url_details=Failure Url Detalles
    labels.file_auth_details=File Auth Detalles
    labels.file_config_details=File Config Detalles
    labels.group_details=Group Detalles
    labels.job_log_details=Job Log Detalles
    labels.key_match_details=Key Match Detalles
    labels.labeltype_details=Labeltype Detalles
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_hi.properties

    labels.dict_synonym_details=Dict Synonym विवरण
    labels.duplicate_host_details=Duplicate Host विवरण
    labels.elevate_word_details=Elevate Word विवरण
    labels.failure_url_details=Failure Url विवरण
    labels.file_auth_details=File Auth विवरण
    labels.file_config_details=File Config विवरण
    labels.group_details=Group विवरण
    labels.job_log_details=Job Log विवरण
    labels.key_match_details=Key Match विवरण
    labels.labeltype_details=Labeltype विवरण
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 64.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.11.md

        - [(No, really, you MUST do this before you upgrade)](#no-really-you-must-do-this-before-you-upgrade)
      - [Major Themes](#major-themes)
        - [SIG API Machinery](#sig-api-machinery)
        - [SIG Auth](#sig-auth)
        - [SIG CLI](#sig-cli)
        - [SIG Cluster Lifecycle](#sig-cluster-lifecycle)
        - [SIG Instrumentation](#sig-instrumentation)
        - [SIG Network](#sig-network)
        - [SIG Node](#sig-node)
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  10. docs/ru/docs/advanced/security/oauth2-scopes.md

    Обычно они используются для объявления конкретных разрешений безопасности, например:
    
    - `users:read` или `users:write` — распространённые примеры.
    - `instagram_basic` используется Facebook / Instagram.
    - `https://www.googleapis.com/auth/drive` используется Google.
    
    /// info | Информация
    
    В OAuth2 «scope» — это просто строка, объявляющая требуемое конкретное разрешение.
    
    Неважно, есть ли там другие символы, такие как `:`, или это URL.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 11:37:11 UTC 2025
    - 20.7K bytes
    - Viewed (0)
Back to top