Actions
GetNonce » 이력 » 개정판 1
개정판 1/3
| 다음 »
이름없음, 2021/12/21 10:39
GetNonce¶
getNonce(
param: BaseRequest
): NonceResponse
BaseRequest
field | type | description | note |
---|---|---|---|
did | String | 사용자 did | |
command | String |
NonceResponse
field | type | description | note |
---|---|---|---|
nonce | String | ||
command | String |
Request Example
query {
getNonce(param: {
did: "G5rw9qAMbozGxySHkMaztD"
command: "getNonce"
}) {
nonce
}
}
Response Example
{
"data": {
"getNonce": {
"nonce": "0a821689-60cb-440f-a6ea-631f00b7e42c"
}
}
}
이름없음이(가) 3년 이상 전에 변경 · 1 revisions