- Sort Score
- Result 10 results
- Languages All
Results 2191 - 2200 of 9,383 for https (0.05 sec)
-
docs/em/docs/advanced/security/oauth2-scopes.md
๐โ 1๏ธโฃ ๐ซ ๐โโ โ โ๏ธ Oauth2๏ธโฃ, ๐ ๐ช ๐ฃ & โ๏ธ โ. ๐ "โ" ๐ป (๐ต ๐). ๐ซ ๐ โ๏ธ ๐ฃ ๐ฏ ๐โโ โ, ๐ผ: * `users:read` โ๏ธ `users:write` โ ๐ผ. * `instagram_basic` โ๏ธ ๐ฑ๐ / ๐ฑ๐. * `https://www.googleapis.com/auth/drive` โ๏ธ ๐บ๐ธ๐. /// info Oauth2๏ธโฃ "โ" ๐ป ๐ ๐ฃ ๐ฏ โ โ. โซ๏ธ ๐ซ ๐ค ๐ฅ โซ๏ธ โ๏ธ ๐ ๐ฆน ๐ `:` โ๏ธ ๐ฅ โซ๏ธ ๐. ๐ โน ๐ ๏ธ ๐ฏ. Oauth2๏ธโฃ ๐ซ ๐ป. /// ## ๐ ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/simple-oauth2.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 12:17:45 UTC 2024 - 13.3K bytes - Viewed (0) -
cmd/batch-rotate.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "context" "encoding/base64" "fmt" "math/rand" "net/http" "runtime" "strconv" "strings" "time" jsoniter "github.com/json-iterator/go" "github.com/minio/minio-go/v7/pkg/tags" "github.com/minio/minio/internal/crypto" xhttp "github.com/minio/minio/internal/http" "github.com/minio/minio/internal/kms"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Sep 18 17:59:03 UTC 2024 - 14.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
๋ชจ๋ HTTP(์ค๋ฅ) ์ํ ์ฝ๋ 401 "UNAUTHORIZED"๋ `WWW-Authenticate` ํค๋๋ ๋ฐํํด์ผ ํฉ๋๋ค. ๋ฒ ์ด๋ฌ ํ ํฐ์ ๊ฒฝ์ฐ(์ง๊ธ์ ๊ฒฝ์ฐ) ํด๋น ํค๋์ ๊ฐ์ `Bearer`์ฌ์ผ ํฉ๋๋ค. ์ค์ ๋ก ์ถ๊ฐ ํค๋๋ฅผ ๊ฑด๋๋ธ ์ ์์ผ๋ฉฐ ์ฌ์ ํ ์๋ํฉ๋๋ค. ๊ทธ๋ฌ๋ ์ฌ๊ธฐ์์๋ ์ฌ์์ ์ค์ํ๋๋ก ์ ๊ณต๋ฉ๋๋ค. ๋ํ ์ด๋ฅผ ์์ํ๊ณ (ํ์ฌ ๋๋ ๋ฏธ๋์) ์ฌ์ฉํ๋ ๋๊ตฌ๊ฐ ์์ ์ ์์ผ๋ฉฐ, ํ์ฌ ๋๋ ๋ฏธ๋์ ์์ ํน์ ์์ ์ ์ ์ ๋ค์๊ฒ ์ ์ฉํ ๊ฒ์ ๋๋ค. ๊ทธ๊ฒ์ด ํ์ค์ ์ด์ ์ ๋๋ค ... /// ## ํ์ธํ๊ธฐ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.5K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/UnsignedInts.java
* class be used, at a small efficiency penalty, to enforce the distinction in the type system. * * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/PrimitivesExplained#unsigned-support">unsigned * primitive utilities</a>. * * @author Louis Wasserman * @since 11.0 */ @GwtCompatible @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 21:17:54 UTC 2024 - 13.7K bytes - Viewed (0) -
guava/src/com/google/common/primitives/UnsignedInts.java
* class be used, at a small efficiency penalty, to enforce the distinction in the type system. * * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/PrimitivesExplained#unsigned-support">unsigned * primitive utilities</a>. * * @author Louis Wasserman * @since 11.0 */ @GwtCompatible @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 21:17:54 UTC 2024 - 13.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
final AbstractFuture<String> future = new AbstractFuture<String>() {}; currentFuture.set(future); for (Callable<?> task : allTasks) { @SuppressWarnings("unused") // https://errorprone.info/bugpattern/FutureReturnValueIgnored Future<?> possiblyIgnoredError = executor.submit(task); } awaitUnchecked(barrier); assertThat(future.isDone()).isTrue();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 47.1K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample3.eml
6733-0800) ๅไปๆ้ 10:00-18:00 ---------- ๏ผ็บ่ก๏ผ ๆ ชๅผไผ็คพใฝใใผใปใณใณใใฅใผใฟใจใณใฟใใคใณใกใณใ ใ108-8270 ๆฑไบฌ้ฝๆธฏๅบๆธฏๅ1ไธ็ฎ6็ช27ๅท โ "PlayStation Network"ใฎใๅฉ็จใซ้ขใใ่ฆ็ด http://www.jp.playstation.com/R/psn_kiyaku โ ็นๅฎๅๅๅผๆณใซๅบใฅใ่กจ็คบ http://www.jp.playstation.com/R/aboutstore โ ใใใใใๅใๅใใ๏ผFAQ๏ผ http://www.jp.playstation.com/support/ โ ๆ ชๅผไผ็คพใฝใใผใปใณใณใใฅใผใฟใจใณใฟใใคใณใกใณใใฎๅไบบๆ ๅ ฑไฟ่ญทๆน้ http://www.jp.playstation.com/about/privacy.html ---------- PDFใตใณใใใซ.pdf PDFใตใณใใซใใผใฟ ใ็ฅใใPDFใตใณใใซใใผใฟใ็ฅใใPDFใตใณใใซใใผใฟใ็ฅใใPDF ใตใณใใซใใผใฟใ็ฅใใPDFใตใณใใซใใผใฟใ็ฅใใPDFใตใณใใซใใผ ใฟใ็ฅใใPDFใตใณใใซใใผใฟใ็ฅใใPDFใตใณใใซใใผใฟใ็ฅใใ...
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 539.6K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Equivalence.java
* an equivalence as a bi-predicate like this: {@code myEquivalence::equivalent}. * * @author Bob Lee * @author Ben Yu * @author Gregory Kick * @since 10.0 (<a href="https://github.com/google/guava/wiki/Compatibility">mostly * source-compatible</a> since 4.0) */ @GwtCompatible @ElementTypesAreNonnullByDefault /*
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu May 16 14:34:47 UTC 2024 - 13.8K bytes - Viewed (0) -
docs/site-replication/run-multi-site-minio-idp.sh
site3_pid1=$! minio server --config-dir /tmp/minio-internal --address ":9030" http://localhost:9003/tmp/minio-internal-idp3/{1...4} http://localhost:9030/tmp/minio-internal-idp3/{5...8} >/tmp/minio3_2.log 2>&1 & site3_pid2=$! export MC_HOST_minio1=http://minio:minio123@localhost:9001
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 08:03:58 UTC 2024 - 12.1K bytes - Viewed (0)