mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-13 18:16:56 +00:00
5efe6e212a
Was deprecated in I5fa88704c6da2ae2679a19e0c5a2cfe7f3bf5f50 Bug: T304375 Change-Id: Ibea5ab0b1215b21ef4e0cd1afbd1de8fc87a9810
25 lines
1.3 KiB
JSON
25 lines
1.3 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Bryan Davis",
|
|
"Brad Jorsch",
|
|
"Dejan Savuljesku",
|
|
"Umherirrender",
|
|
"Ryan Lane <rlane@wikimedia.org>",
|
|
"Tyler Romeo <tylerromeo@gmail.com>"
|
|
]
|
|
},
|
|
"apihelp-query+oath-description": "Check to see if two-factor authentication (OATH) is enabled for a user.",
|
|
"apihelp-query+oath-summary": "Check to see if two-factor authentication (OATH) is enabled for a user.",
|
|
"apihelp-query+oath-param-user": "User to get information about. Defaults to the current user.",
|
|
"apihelp-query+oath-param-reason": "Reason for querying the OATH status.",
|
|
"apihelp-query+oath-example-1": "Get information about the current user",
|
|
"apihelp-query+oath-example-2": "Get information about user <kbd>Example</kbd>",
|
|
"apihelp-oathvalidate-description": "Validate a two-factor authentication (OATH) token.",
|
|
"apihelp-oathvalidate-summary": "Validate a two-factor authentication (OATH) token.",
|
|
"apihelp-oathvalidate-param-user": "User to validate token for. Defaults to the current user.",
|
|
"apihelp-oathvalidate-example-1": "Validate JSON data for the current user",
|
|
"apihelp-oathvalidate-example-3": "Validate JSON data for user <kbd>Example</kbd>",
|
|
"apihelp-oathvalidate-param-data": "JSON encoded data expected by the module currently activated for the user being authenticated"
|
|
}
|