RedirectToAuth reference API
The redirectToAuth
method simply redirect the user to authentication page UI.
Example:
import { redirectToAuth } from "supertokens-auth-react/recipe/thirdparty";
redirectToAuth();
- redirectToAuth:
- Description:
redirectToAuth
will redirect the user to authentication page UI. - Output:
void
- Description: