File tree 1 file changed +7
-2
lines changed 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ The payloads are transmitted in the form of JSON.
32
32
33
33
<pre>
34
34
{
35
- "grant_type": "signature",
35
+ "action": "Authentication",
36
+ "grant_type": "Signature",
36
37
"allowed_algorithms": ["ECDSA-P256"],
37
38
"network": 5195086,
38
39
"nonce": "13458238842203010919",
@@ -41,9 +42,13 @@ The payloads are transmitted in the form of JSON.
41
42
}
42
43
</pre>
43
44
45
+ =====action =====
46
+
47
+ This field should be fixed to <code>"Authentication" </code> and can be extended in the future to support more actions.
48
+
44
49
=====grant_type =====
45
50
46
- This field should be fixed to <code>"signature " </code> and can be extended in the future to support more authentication schemes.
51
+ This field should be fixed to <code>"Signature " </code> and can be extended in the future to support more authentication schemes.
47
52
48
53
=====allowed_algorithms =====
49
54
You can’t perform that action at this time.
0 commit comments