Appearance
obj+me.virmesh.handle.record
player に紐づく current handle record です。
Description
HandleServer が保持する公開 handle record です。
primaryHandle を canonical handle とし、secondaryHandles には同一 player へ解決される補助 handle を入れます。
playerServer はその player の authoritative PlayerServer を示します。
updated_at は handle payload 自体に対して署名した時刻です。
Aliases
handleRecordme.virmesh.handle.record
Fields
idstringRequiredhandle owner の player identifier です。
primaryHandlestringRequiredplayer の canonical primary handle です。
secondaryHandlesstring[]Required同一 player に解決される secondary handle 一覧です。
playerServerstringRequiredplayer を管理する PlayerServer の absolute URL です。
updated_atintegerRequiredこの handle record payload を生成した時刻です。epoch second を返します。
Examples
resolved handle record
{
"id": "medi:player:ed25519:base64-public-key",
"primaryHandle": "[email protected]",
"secondaryHandles": [
"[email protected]"
],
"playerServer": "https://ps.example.com/",
"updated_at": 1770000100
}Referenced by
| Kind | Reference | Field |
|---|---|---|
| Action response (200) | me.virmesh.handle.resolveHandle | payload |
| Object field | obj+me.virmesh.player.profile | handle.record |
| Status payload | status+me.virmesh.success.handleResolved | payload |