You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"securitySchemes": {
"authlete": {
"type": "oauth2",
"description": "Click the **Get Token** button below to log in with your Authlete account and retrieve an access token for API access.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://login.authlete.com/authorize",
"tokenUrl": "https://login.authlete.com/token",
"scopes": {
"authlete": "Inherit Authlete Account Permissions"
},
"x-client-id": "api-explorer",
"x-default-scopes": "authlete",
"x-pkce-only": true
}
}
},
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Obtain an **access token** and set it in the following textbox."
}
}
The text was updated successfully, but these errors were encountered:
We define security schemes at the root level and same schemes are applied to all endpoints. This doesn't work in the Try box.
The text was updated successfully, but these errors were encountered: