PluginOAuthCallbackQuery
Attributes (5)
| Attribute | Type | Required | Description |
|---|---|---|---|
code | string | No | |
state | string | No | |
error | string | No | |
ubi | string | No | |
token | string | No | What a desktop-style flow returns instead of code: the provider mints a token before theconsent screen and hands the same one back, which the plugin exchanges for a session. Last.fm's auth works this way. Listed here because the route parses this query strictly, so an undeclared parameter is a 400 before any plugin code runs |