このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"password": "string",
"token": "string"
}curl --location 'https://misskey.io/api/i/2fa/register-key' \
--header 'Content-Type: application/json' \
--data '{
"password": "string",
"token": "string"
}'{
"rp": {
"id": "string"
},
"user": {
"id": "string",
"name": "string",
"displayName": "string"
},
"challenge": "string",
"pubKeyCredParams": [
{
"type": "string",
"alg": 0
}
],
"timeout": 0,
"excludeCredentials": [
{
"id": "string",
"type": "string",
"transports": [
"ble"
]
}
],
"authenticatorSelection": {
"authenticatorAttachment": "cross-platform",
"requireResidentKey": true,
"userVerification": "discouraged"
},
"attestation": "direct",
"extensions": {
"appid": "string",
"credProps": true,
"hmacCreateSecret": true
}
}