Actions
CheckAuthForB2B » 이력 » 개정판 10
« 뒤로 |
개정판 10/12
(비교(diff))
| 다음 »
이름없음, 2021/06/10 05:58
CheckAuthForB2B¶
요청한 did가 snplab 또는 기업의 did인지 확인합니다.
checkAuthForB2B(
did: String
): CommandResponse
did
field | type | description |
did | String | snplab 또는 b2b의 did |
CommandResponse
field | type | description | note |
command | String | 요청 Command 유형 | 값: authCheck |
Request Example
query{ checkAuthForB2B(did:"G5rw9qAMbozGxySHkMaztD"){ command } }
Response Example
{ "data": { "checkAuthForB2B": { "command": "authCheck" } } }
이름없음이(가) 약 4년 전에 변경 · 10 revisions