mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Provide proper args_desc in oauth_issue_token command
This commit is contained in:
parent
e63fe5c216
commit
50596dc4d3
@ -102,7 +102,9 @@ get_commands_spec() ->
|
|||||||
args = [{jid, string},{ttl, integer}, {scopes, string}],
|
args = [{jid, string},{ttl, integer}, {scopes, string}],
|
||||||
policy = restricted,
|
policy = restricted,
|
||||||
args_example = ["user@server.com", "connected_users_number;muc_online_rooms"],
|
args_example = ["user@server.com", "connected_users_number;muc_online_rooms"],
|
||||||
args_desc = ["List of scopes to allow, separated by ';'"],
|
args_desc = ["Jid for which issue token",
|
||||||
|
"Time to live of generated token in seconds",
|
||||||
|
"List of scopes to allow, separated by ';'"],
|
||||||
result = {result, {tuple, [{token, string}, {scopes, string}, {expires_in, string}]}}
|
result = {result, {tuple, [{token, string}, {scopes, string}, {expires_in, string}]}}
|
||||||
},
|
},
|
||||||
#ejabberd_commands{name = oauth_list_tokens, tags = [oauth],
|
#ejabberd_commands{name = oauth_list_tokens, tags = [oauth],
|
||||||
|
Loading…
Reference in New Issue
Block a user