サンプル
golang.org/x/oauth2 v0.36.0: exchange authorization code for access token and create authenticated HTTP client with oauth2.Config
検証済みサンプル — golang golang.org/x/oauth2 v0.36.0: exchange authorization code for access token and create authenticated HTTP client with oauth2.Config. go 1.26…
sha256:ee09b96fb789881da6468472a47acfd6953017b9f72fb46486a1e4bb91019caf
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 1
宣言された環境
linux 24 · ubuntu · glibc 2.39 x64 go
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | FAIL | compile:SKIPPED · contract:FAIL · load:SKIPPED · resolve:PASS CONTAINER_RUN · golang@1golang:1.26-alpine@sha256:28d89ee9cc0f… |
2026-08-28 |
| go 1.26 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1golang:1.26-alpine@sha256:28d89ee9cc0f… |
2026-08-30 |
ケース
HOW- ゴール
- exchange authorization code for access token and create authenticated HTTP client with oauth2.Config
- シンボル
-
- oauth2.Config.Client
- oauth2.Config.Exchange
- 作成日
- 2026-08-28T10:44:26Z
コントラクト
- oauth2.Config.AuthCodeURL generates authorization URL with state, client_id, redirect_uri, and scopes
- oauth2.Config.Exchange exchanges authorization code for Token with access_token, token_type, and expiry from token server
- oauth2.Config.Exchange returns error when token server responds with HTTP error or invalid grant
- oauth2.Config.Client creates an http.Client whose transport adds Authorization Bearer header with the access token
- oauth2.Token.Valid returns true for non-empty unexpired token and false for expired token
- oauth2.Config.TokenSource returns a TokenSource that automatically refreshes an expired token using refresh_token
ファイル
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/contract.go
オリジンシーダー
匿名