CheckAuthForB2B » 이력 » 버전 12
이름없음, 2021/06/10 06:32
| 1 | 5 | 이름없음 | h1. CheckAuthForB2B |
|---|---|---|---|
| 2 | 2 | 이름없음 | |
| 3 | 6 | 이름없음 | 요청한 did가 snplab 또는 기업의 did인지 확인합니다. |
| 4 | |||
| 5 | 9 | 이름없음 | <pre><code class="java"> |
| 6 | 2 | 이름없음 | checkAuthForB2B( |
| 7 | 3 | 이름없음 | did: String |
| 8 | 2 | 이름없음 | ): CommandResponse |
| 9 | 1 | 이름없음 | </code></pre> |
| 10 | 3 | 이름없음 | |
| 11 | 4 | 이름없음 | *did* |
| 12 | 3 | 이름없음 | |
| 13 | | field | type | description | |
||
| 14 | | did | String | snplab 또는 b2b의 did | |
||
| 15 | 2 | 이름없음 | |
| 16 | *%{color: #000000;}CommandResponse%* |
||
| 17 | |||
| 18 | 8 | 이름없음 | | %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% | note | |
| 19 | 7 | 이름없음 | | %{color: #000000;}command% | %{color: #000000;}String% | %{color: #000000;}요청 Command 유형% | %{color: #000000;}값: authCheck% | |
| 20 | 2 | 이름없음 | |
| 21 | 8 | 이름없음 | --- |
| 22 | 1 | 이름없음 | |
| 23 | 8 | 이름없음 | *%{color: #000000;}Request Example%* |
| 24 | |||
| 25 | 2 | 이름없음 | <pre> |
| 26 | query{ |
||
| 27 | checkAuthForB2B(did:"G5rw9qAMbozGxySHkMaztD"){ |
||
| 28 | command |
||
| 29 | 1 | 이름없음 | } |
| 30 | 2 | 이름없음 | }</pre> |
| 31 | |||
| 32 | 8 | 이름없음 | *%{color: #000000;}Response Example%* |
| 33 | 2 | 이름없음 | |
| 34 | <pre> |
||
| 35 | { |
||
| 36 | "data": { |
||
| 37 | "checkAuthForB2B": { |
||
| 38 | "command": "authCheck" |
||
| 39 | } |
||
| 40 | } |
||
| 41 | }</pre> |