import { handleCallback } from "https://deno.land/x/netzo@0.4.49/plugins/auth/utils/providers/netzo.ts";
Handles the OAuth callback request for the given Netzo configuration, and
then redirects the client to the success URL set in signIn
. The
request URL must match the redirect URL of the OAuth application.
Parameters
request: Request
_clientConfig: NetzoClientConfig