Redirect anatomy
The debugger treats an authorization request and its redirect as related records. It exposes callback parameters from the query string or URL fragment, including success values such as code and failure values such as error and error_description. That placement matters: authorization code responses normally use the query component, while an implicit response can place token data in the fragment, which the redirect server does not receive.