mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-08 21:17:12 +01:00
deploy: 9df6dd5fd3
This commit is contained in:
parent
d01cb77ded
commit
228c40bec8
5
dist/oauth2-redirect.html
vendored
5
dist/oauth2-redirect.html
vendored
@ -31,8 +31,9 @@
|
|||||||
isValid = qp.state === sentState
|
isValid = qp.state === sentState
|
||||||
|
|
||||||
if ((
|
if ((
|
||||||
oauth2.auth.schema.get("flow") === "accessCode"||
|
oauth2.auth.schema.get("flow") === "accessCode" ||
|
||||||
oauth2.auth.schema.get("flow") === "authorizationCode"
|
oauth2.auth.schema.get("flow") === "authorizationCode" ||
|
||||||
|
oauth2.auth.schema.get("flow") === "authorization_code"
|
||||||
) && !oauth2.auth.code) {
|
) && !oauth2.auth.code) {
|
||||||
if (!isValid) {
|
if (!isValid) {
|
||||||
oauth2.errCb({
|
oauth2.errCb({
|
||||||
|
2
dist/swagger-ui-bundle.js
vendored
2
dist/swagger-ui-bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui-bundle.js.map
vendored
2
dist/swagger-ui-bundle.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui-es-bundle-core.js
vendored
2
dist/swagger-ui-es-bundle-core.js
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui-es-bundle-core.js.map
vendored
2
dist/swagger-ui-es-bundle-core.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui-es-bundle.js
vendored
2
dist/swagger-ui-es-bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui-es-bundle.js.map
vendored
2
dist/swagger-ui-es-bundle.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui-standalone-preset.js
vendored
2
dist/swagger-ui-standalone-preset.js
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui-standalone-preset.js.map
vendored
2
dist/swagger-ui-standalone-preset.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui.css
vendored
2
dist/swagger-ui.css
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui.css.map
vendored
2
dist/swagger-ui.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui.js
vendored
2
dist/swagger-ui.js
vendored
File diff suppressed because one or more lines are too long
2
dist/swagger-ui.js.map
vendored
2
dist/swagger-ui.js.map
vendored
File diff suppressed because one or more lines are too long
@ -45,7 +45,7 @@ tags:
|
|||||||
- name: modified
|
- name: modified
|
||||||
description: These methods are modified in the tdlight-bot-api
|
description: These methods are modified in the tdlight-bot-api
|
||||||
paths:
|
paths:
|
||||||
/userlogin:
|
/userLogin:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- added
|
- added
|
||||||
@ -55,7 +55,7 @@ paths:
|
|||||||
|
|
||||||
Use this method to receive the authorization token to log in as user.
|
Use this method to receive the authorization token to log in as user.
|
||||||
|
|
||||||
Note: You don't have your token yet, so the domain is just {base_url}/userlogin
|
Note: You don't have your token yet, so the domain is just {base_url}/userLogin
|
||||||
|
|
||||||
Returns an `AuthorizationState` with the user token on success.
|
Returns an `AuthorizationState` with the user token on success.
|
||||||
requestBody:
|
requestBody:
|
||||||
|
Loading…
Reference in New Issue
Block a user