Search translations

Jump to navigation Jump to search
Languages
Message groups
A token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]
MediaWiki:Apihelp-flow-param-token/en
A "$1" token retrieved from [[Special:ApiHelp/query+tokens|action=query&meta=tokens]]
MediaWiki:Api-help-param-token/en
Gets tokens for data-modifying actions.
MediaWiki:Apihelp-query+tokens-summary/en
Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
MediaWiki:Apihelp-checktoken-summary/en
Get JWT tokens to authenticate with cxserver.
MediaWiki:Apihelp-cxtoken-description/en
Get JWT tokens to authenticate with cxserver.
MediaWiki:Apihelp-cxtoken-summary/en
The following list is a list of one-time use scratch tokens. These tokens can only be used once, and are for emergency use. Please write these down and keep them in a secure location. If you lose your phone, these tokens are the only way to rescue your account. '''These tokens will never be shown again'''.
MediaWiki:Oathauth-scratchtokens/en
Tokens may not be obtained when the same-origin policy is not applied.
MediaWiki:Apiwarn-tokens-origin/en
Your OAuth 2.0 consumer tokens have been reset. The new tokens are:
; Consumer token: $1
; Consumer secret: $2
; Access token: $3
<em>Please record these for future reference.</em>
MediaWiki:Mwoauthconsumerregistration-secretreset-owner-only-oauth2/en
Your OAuth consumer tokens have been reset. The new tokens are:
; Consumer token: $1
; Consumer secret: $2
; Access token: $3
; Access secret: $4
<em>Please record these for future reference.</em>
MediaWiki:Mwoauthconsumerregistration-secretreset-owner-only/en
Fetching a token via <kbd>action=login</kbd> is deprecated. Use <kbd>action=query&meta=tokens&type=login</kbd> instead.
MediaWiki:Apiwarn-deprecation-login-token/en
Extraneous CSRF token found. CSRF tokens must not be used when using authentication mechanisms such as OAuth that are safe against CSRF attacks.
MediaWiki:Rest-extraneous-csrf-token/en
You will no longer be able to use the authentication device registered with this account. All scratch-tokens associated with this account will be invalidated.
MediaWiki:Oathauth-totp-disable-warning/en
Your OAuth consumer has been created.

Your tokens are:
; Consumer token: $1
; Consumer secret: $2
; Access token: $3
; Access secret: $4
<em>Please record these for future reference.</em>
MediaWiki:Mwoauthconsumerregistration-created-owner-only/en
Your OAuth 2.0 client has been created.

Your tokens are:
; Client application key: $1
; Client application secret: $2
; Access token: $3
;<em>Please record these for future reference.</em>
MediaWiki:Mwoauthconsumerregistration-created-owner-only-oauth2/en
The general procedure to use this module is:
# Fetch the fields available from <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> with <kbd>amirequestsfor=$4</kbd>, and a <kbd>$5</kbd> token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>.
# Present the fields to the user, and obtain their submission.
# Post to this module, supplying <var>$1returnurl</var> and any relevant fields.
# Check the <samp>status</samp> in the response.
#* If you received <samp>PASS</samp> or <samp>FAIL</samp>, you're done. The operation either succeeded or it didn't.
#* If you received <samp>UI</samp>, present the new fields to the user and obtain their submission. Then post to this module with <var>$1continue</var> and the relevant fields set, and repeat step 4.
#* If you received <samp>REDIRECT</samp>, direct the user to the <samp>redirecttarget</samp> and wait for the return to <var>$1returnurl</var>. Then post to this module with <var>$1continue</var> and any fields passed to the return URL, and repeat step 4.
#* If you received <samp>RESTART</samp>, that means the authentication worked but we don't have a linked user account. You might treat this as <samp>UI</samp> or as <samp>FAIL</samp>.
MediaWiki:Api-help-authmanager-general-usage/en