CheckAuthForB2B » 이력 » 버전 11
이름없음, 2021/06/10 06:30
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 | 11 | 이름없음 | --- |
12 | |||
13 | 4 | 이름없음 | *did* |
14 | 3 | 이름없음 | |
15 | | field | type | description | |
||
16 | | did | String | snplab 또는 b2b의 did | |
||
17 | 2 | 이름없음 | |
18 | *%{color: #000000;}CommandResponse%* |
||
19 | |||
20 | 8 | 이름없음 | | %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% | note | |
21 | 7 | 이름없음 | | %{color: #000000;}command% | %{color: #000000;}String% | %{color: #000000;}요청 Command 유형% | %{color: #000000;}값: authCheck% | |
22 | 2 | 이름없음 | |
23 | 8 | 이름없음 | --- |
24 | 1 | 이름없음 | |
25 | 8 | 이름없음 | *%{color: #000000;}Request Example%* |
26 | |||
27 | 2 | 이름없음 | <pre> |
28 | query{ |
||
29 | checkAuthForB2B(did:"G5rw9qAMbozGxySHkMaztD"){ |
||
30 | command |
||
31 | 1 | 이름없음 | } |
32 | 2 | 이름없음 | }</pre> |
33 | |||
34 | 8 | 이름없음 | *%{color: #000000;}Response Example%* |
35 | 2 | 이름없음 | |
36 | <pre> |
||
37 | { |
||
38 | "data": { |
||
39 | "checkAuthForB2B": { |
||
40 | "command": "authCheck" |
||
41 | } |
||
42 | } |
||
43 | }</pre> |