Bearer トークンからセッションを確認し、DID を返す。
Output
Encoding
application/jsondid
stringdid
Required
認証されたユーザーの DID
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"maxLength": 2048,
"description": "認証されたユーザーの DID"
}
}
},
"encoding": "application/json"
},
"description": "Bearer トークンからセッションを確認し、DID を返す。"
}