Skip to content

Commit 32c55da

Browse files
committed
Add action
1 parent a871de7 commit 32c55da

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

authentication-scheme.mediawiki

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ The payloads are transmitted in the form of JSON.
3232

3333
<pre>
3434
{
35-
"grant_type": "signature",
35+
"action": "Authentication",
36+
"grant_type": "Signature",
3637
"allowed_algorithms": ["ECDSA-P256"],
3738
"network": 5195086,
3839
"nonce": "13458238842203010919",
@@ -41,9 +42,13 @@ The payloads are transmitted in the form of JSON.
4142
}
4243
</pre>
4344

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+
4449
=====grant_type=====
4550

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.
4752

4853
=====allowed_algorithms=====
4954

0 commit comments

Comments
 (0)