CheckAuthForB2B » 이력 » 개정판 8
개정판 7 (이름없음, 2021/06/10 05:03) → 개정판 8/12 (이름없음, 2021/06/10 05:57)
h1. CheckAuthForB2B 요청한 did가 snplab 또는 기업의 did인지 확인합니다. h2. %{color: #000000;}요청 필드% <pre><code class="c"> checkAuthForB2B( did: String ): CommandResponse </code></pre> *did* | field | type | description | | did | String | snplab 또는 b2b의 did | *%{color: #000000;}CommandResponse%* | %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% | note | | %{color: #000000;}command% | %{color: #000000;}String% | %{color: #000000;}요청 Command 유형% | %{color: #000000;}값: authCheck% | --- *%{color: #000000;}Request Example%* #000000;}요청 예시%* <pre> query{ checkAuthForB2B(did:"G5rw9qAMbozGxySHkMaztD"){ command } }</pre> *%{color: #000000;}Response Example%* #000000;}응답 예시%* <pre> { "data": { "checkAuthForB2B": { "command": "authCheck" } } }</pre>