Search
Preparing search index...
The search index is not available
supertokens-auth-react
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
supertokens-auth-react
recipe/recipeModule
default
Class default<GetRedirectionURLContextType, Action, OnHandleEventContextType, N>
Abstract
Type Parameters
GetRedirectionURLContextType
Action
OnHandleEventContextType
N
extends
NormalisedConfig
<
GetRedirectionURLContextType
,
Action
,
OnHandleEventContextType
>
Hierarchy
BaseRecipeModule
<
GetRedirectionURLContextType
,
Action
,
OnHandleEventContextType
,
N
>
default
default
Index
Constructors
constructor
Properties
config
recipeID
Methods
get
Default
RedirectionURL
get
Redirect
Url
redirect
Constructors
constructor
new default
<
GetRedirectionURLContextType
,
Action
,
OnHandleEventContextType
,
N
>
(
config
:
NormalisedConfigWithAppInfoAndRecipeID
<
N
>
)
:
default
<
GetRedirectionURLContextType
,
Action
,
OnHandleEventContextType
,
N
>
Type Parameters
GetRedirectionURLContextType
Action
OnHandleEventContextType
N
extends
NormalisedConfig
<
GetRedirectionURLContextType
,
Action
,
OnHandleEventContextType
>
Parameters
config:
NormalisedConfigWithAppInfoAndRecipeID
<
N
>
Returns
default
<
GetRedirectionURLContextType
,
Action
,
OnHandleEventContextType
,
N
>
Properties
config
config
:
NormalisedConfigWithAppInfoAndRecipeID
<
N
>
Abstract
recipeID
recipeID
:
string
Methods
get
Default
RedirectionURL
get
Default
RedirectionURL
(
_
:
NormalisedGetRedirectionURLContext
<
GetRedirectionURLContextType
>
, _userContext
:
UserContext
)
:
Promise
<
string
>
Parameters
_:
NormalisedGetRedirectionURLContext
<
GetRedirectionURLContextType
>
_userContext:
UserContext
Returns
Promise
<
string
>
get
Redirect
Url
get
Redirect
Url
(
context
:
NormalisedGetRedirectionURLContext
<
GetRedirectionURLContextType
>
, userContext
:
UserContext
)
:
Promise
<
null
|
string
>
Parameters
context:
NormalisedGetRedirectionURLContext
<
GetRedirectionURLContextType
>
userContext:
UserContext
Returns
Promise
<
null
|
string
>
redirect
redirect
(
context
:
NormalisedGetRedirectionURLContext
<
GetRedirectionURLContextType
>
, navigate
:
undefined
|
Navigate
, queryParams
?:
Record
<
string
,
string
>
, userContext
?:
UserContext
)
:
Promise
<
void
>
Parameters
context:
NormalisedGetRedirectionURLContext
<
GetRedirectionURLContextType
>
navigate:
undefined
|
Navigate
Optional
queryParams:
Record
<
string
,
string
>
Optional
userContext:
UserContext
Returns
Promise
<
void
>
Modules
date
Provider
index
recipe/auth
Recipe
recipe/emailpassword
recipe/emailverification
recipe/multifactorauth
recipe/multitenancy
recipe/oauth2provider
recipe/passwordless
recipe/recipe
Module
recipe/session
recipe/thirdparty
recipe/totp
recipe/userroles
default
constructor
config
recipeID
get
Default
RedirectionURL
get
Redirect
Url
redirect
Generated using
TypeDoc