Auth
Package
Version
Downloads
Components
OAuthCallback
import { OAuthCallback } from "@carto/react-auth";
// inside the proper routing config...
const routes = [
/* ...some other routes and */
{ path: "/oauthCallback", element: <OAuthCallback /> },
];Functions
useOAuthLogin
Param
Type
Description
Last updated
Was this helpful?
