-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kristina Yasuda
authored and
Kristina Yasuda
committed
May 28, 2024
1 parent
9413d97
commit d423234
Showing
3 changed files
with
90 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GET /authorize? | ||
response_type=vp_token | ||
&client_id=https%3A%2F%2Fclient.example.org%2Fcb | ||
&redirect_uri=https%3A%2F%2Fclient.example.org%2Fcb | ||
&presentation_definition=... | ||
&nonce=n-0S6_WzA2Mj HTTP/1.1 | ||
Host: wallet.example.com | ||
GET /authorize? | ||
response_type=vp_token | ||
&client_id=https%3A%2F%2Fclient.example.org%2Fcb | ||
&redirect_uri=https%3A%2F%2Fclient.example.org%2Fcb | ||
&presentation_definition=... | ||
&nonce=n-0S6_WzA2Mj HTTP/1.1 | ||
Host: wallet.example.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
POST /post HTTP/1.1 | ||
Host: client.example.org | ||
Content-Type: application/x-www-form-urlencoded | ||
POST /post HTTP/1.1 | ||
Host: client.example.org | ||
Content-Type: application/x-www-form-urlencoded | ||
|
||
response=eyJra...9t2LQ | ||
response=eyJra...9t2LQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters