2018-11-19 01:18:18 +08:00
|
|
|
{
|
|
|
|
"ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
|
|
|
|
"RelyingPartyEntity": {
|
|
|
|
"id": "acme.com",
|
|
|
|
"name": "Acme"
|
|
|
|
},
|
|
|
|
"UserEntity": {
|
2018-11-22 02:39:26 +08:00
|
|
|
"id": "00000000000000000000000000000001",
|
2018-11-19 01:18:18 +08:00
|
|
|
"icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
|
|
|
|
"name": "johnpsmith@acme.com",
|
|
|
|
"displayName": "John P. Smith"
|
|
|
|
},
|
|
|
|
"pubKeyCredParams": [
|
|
|
|
{
|
|
|
|
"type": "public-key",
|
|
|
|
"alg": -7,
|
2018-11-22 01:45:11 +08:00
|
|
|
".name": "ES256"
|
2018-11-19 01:18:18 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "public-key",
|
|
|
|
"alg": -257,
|
2018-11-22 01:45:11 +08:00
|
|
|
".name": "RS256"
|
2018-11-19 01:18:18 +08:00
|
|
|
}
|
|
|
|
],
|
2018-11-27 18:31:39 +08:00
|
|
|
"MakeCredentialOptions": {
|
2018-11-19 01:18:18 +08:00
|
|
|
"uv": false,
|
2018-11-28 01:33:51 +08:00
|
|
|
"rk": true
|
2018-11-27 18:24:55 +08:00
|
|
|
},
|
|
|
|
"GetAssertionOptions": {
|
|
|
|
"up": true,
|
|
|
|
"uv": false
|
2018-11-19 01:18:18 +08:00
|
|
|
}
|
2018-11-27 18:24:55 +08:00
|
|
|
}
|