Skip to content

Commit

Permalink
Updated oid4vci sample request
Browse files Browse the repository at this point in the history
  • Loading branch information
QZHelen committed Nov 20, 2024
1 parent 33dcc7a commit 4ae9eb6
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions app/src/main/assets/openid4vci_request.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,18 @@
"cose_key"
],
"credential_signing_alg_values_supported": [
"ES256",
"ES384",
"ES512"
"ES256"
],
"display": [
{
"name": "Payment Card",
"name": "Visa Payment Card",
"locale": "en-US",
"logo": {
"uri": "https://state.example.org/public/mdl.png",
"alt_text": "Visa Payment Card"
},
"background_color": "#12107c",
"text_color": "#FFFFFF"
},
{
"name": "付款凭证",
"locale": "zh-CN",
"logo": {
"uri": "https://state.example.org/public/mdl.png",
"alt_text": "Visa付款凭证"
},
"background_color": "#12107c",
"text_color": "#FFFFFF"
}
],
"claims": {
Expand Down

0 comments on commit 4ae9eb6

Please sign in to comment.