authorization_response_querystring: TObject<
    { code: TString; iss: TOptional<TString>; state: TString },
> = ...

Query string built by the authorization endpoint.

If the user approves the request, the authorization endpoint generates an authorization code and builds the redirect back to the client.