redirectToAuth({show?: "signin" | "signup", redirectBack?: boolean})
The redirectToAuth
method redirects the user to sign-in/sign-up page UI.
#
Parametersshow
(Optional)- Allowed values are
"signin"
and"signout"
- Allowed values are
redirectBack
(Optional)- If
true
, will redirect the user to the current page. It isfalse
by default
- If
#
Returnsvoid