Skip to content

Commit 570a121

Browse files
updated docs
1 parent 5bf3d47 commit 570a121

File tree

171 files changed

+313
-321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+313
-321
lines changed

docs/assets/style.css

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
--light-color-text-aside: #6e6e6e;
1212
--light-color-link: #1f70c2;
1313

14+
--light-color-ts-keyword: #056bd6;
1415
--light-color-ts-project: #b111c9;
1516
--light-color-ts-module: var(--light-color-ts-project);
1617
--light-color-ts-namespace: var(--light-color-ts-project);
@@ -50,6 +51,7 @@
5051
--dark-color-text-aside: #dddddd;
5152
--dark-color-link: #00aff4;
5253

54+
--dark-color-ts-keyword: #3399ff;
5355
--dark-color-ts-project: #e358ff;
5456
--dark-color-ts-module: var(--dark-color-ts-project);
5557
--dark-color-ts-namespace: var(--dark-color-ts-project);
@@ -91,6 +93,7 @@
9193
--color-text-aside: var(--light-color-text-aside);
9294
--color-link: var(--light-color-link);
9395

96+
--color-ts-keyword: var(--light-color-ts-keyword);
9497
--color-ts-module: var(--light-color-ts-module);
9598
--color-ts-namespace: var(--light-color-ts-namespace);
9699
--color-ts-enum: var(--light-color-ts-enum);
@@ -132,6 +135,7 @@
132135
--color-text-aside: var(--dark-color-text-aside);
133136
--color-link: var(--dark-color-link);
134137

138+
--color-ts-keyword: var(--dark-color-ts-keyword);
135139
--color-ts-module: var(--dark-color-ts-module);
136140
--color-ts-namespace: var(--dark-color-ts-namespace);
137141
--color-ts-enum: var(--dark-color-ts-enum);
@@ -180,6 +184,7 @@ body {
180184
--color-text-aside: var(--light-color-text-aside);
181185
--color-link: var(--light-color-link);
182186

187+
--color-ts-keyword: var(--light-color-ts-keyword);
183188
--color-ts-module: var(--light-color-ts-module);
184189
--color-ts-namespace: var(--light-color-ts-namespace);
185190
--color-ts-enum: var(--light-color-ts-enum);
@@ -219,6 +224,7 @@ body {
219224
--color-text-aside: var(--dark-color-text-aside);
220225
--color-link: var(--dark-color-link);
221226

227+
--color-ts-keyword: var(--dark-color-ts-keyword);
222228
--color-ts-module: var(--dark-color-ts-module);
223229
--color-ts-namespace: var(--dark-color-ts-namespace);
224230
--color-ts-enum: var(--dark-color-ts-enum);
@@ -984,6 +990,11 @@ a.tsd-index-link {
984990
overflow-x: auto;
985991
}
986992

993+
.tsd-signature-keyword {
994+
color: var(--color-ts-keyword);
995+
font-weight: normal;
996+
}
997+
987998
.tsd-signature-symbol {
988999
color: var(--color-text-aside);
9891000
font-weight: normal;

docs/classes/client_use_user.RequestError.html

+2-2
Large diffs are not rendered by default.

docs/classes/http_auth0_next_api_request.default.html

+2-2
Large diffs are not rendered by default.

docs/classes/http_auth0_next_api_response.default.html

+2-2
Large diffs are not rendered by default.

docs/classes/http_auth0_next_request.default.html

+2-2
Large diffs are not rendered by default.

docs/classes/http_auth0_next_request_cookies.default.html

+2-2
Large diffs are not rendered by default.

docs/classes/http_auth0_next_response.default.html

+2-2
Large diffs are not rendered by default.

docs/classes/http_auth0_next_response_cookies.default.html

+2-2
Large diffs are not rendered by default.

docs/classes/session_session.default.html

+8-8
Large diffs are not rendered by default.

docs/classes/utils_errors.AccessTokenError.html

+6-6
Large diffs are not rendered by default.

docs/classes/utils_errors.AuthError.html

+6-6
Large diffs are not rendered by default.

docs/classes/utils_errors.CallbackHandlerError.html

+6-6
Large diffs are not rendered by default.

docs/classes/utils_errors.HandlerError.html

+6-6
Large diffs are not rendered by default.

docs/classes/utils_errors.LoginHandlerError.html

+6-6
Large diffs are not rendered by default.

docs/classes/utils_errors.LogoutHandlerError.html

+6-6
Large diffs are not rendered by default.

docs/classes/utils_errors.ProfileHandlerError.html

+6-6
Large diffs are not rendered by default.

docs/enums/utils_errors.AccessTokenErrorCode.html

+2-2
Large diffs are not rendered by default.

docs/functions/client_use_user.default.html

+1-1
Large diffs are not rendered by default.

docs/functions/client_use_user.useUser.html

+2-2
Large diffs are not rendered by default.

docs/functions/config.configSingletonGetter.html

+1-1
Large diffs are not rendered by default.

docs/functions/edge.getAccessToken-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/edge.getSession-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/edge.handleAuth-1.html

+3-3
Large diffs are not rendered by default.

docs/functions/edge.handleCallback-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/edge.handleLogin-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/edge.handleLogout-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/edge.handleProfile-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/edge.initAuth0-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/edge.touchSession-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/edge.updateSession-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/edge.withApiAuthRequired-1.html

+3-3
Large diffs are not rendered by default.

docs/functions/edge.withMiddlewareAuthRequired.html

+2-2
Large diffs are not rendered by default.

docs/functions/edge.withPageAuthRequired-1.html

+3-3
Large diffs are not rendered by default.

docs/functions/handlers_router_helpers.getHandler.html

+1-1
Large diffs are not rendered by default.

docs/functions/helpers_testing.generateSessionCookie.html

+1-1
Large diffs are not rendered by default.

docs/functions/index.getAccessToken-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/index.getSession-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/index.handleAuth-1.html

+3-3
Large diffs are not rendered by default.

docs/functions/index.handleCallback-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/index.handleLogin-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/index.handleLogout-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/index.handleProfile-1.html

+1-1
Large diffs are not rendered by default.

docs/functions/index.initAuth0-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/index.touchSession-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/index.updateSession-1.html

+2-2
Large diffs are not rendered by default.

docs/functions/index.withApiAuthRequired-1.html

+3-3
Large diffs are not rendered by default.

docs/functions/index.withPageAuthRequired-1.html

+3-3
Large diffs are not rendered by default.

docs/functions/init._initAuth.html

+1-1
Large diffs are not rendered by default.

docs/interfaces/client_use_user.UserProfile.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/client_with_page_auth_required.UserProps.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html

+4-4
Large diffs are not rendered by default.

docs/interfaces/config.NextConfig.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/handlers_callback.CallbackOptions.html

+5-5
Large diffs are not rendered by default.

docs/interfaces/handlers_login.AuthorizationParams.html

+6-6
Large diffs are not rendered by default.

docs/interfaces/handlers_login.LoginOptions.html

+4-4
Large diffs are not rendered by default.

docs/interfaces/handlers_logout.LogoutOptions.html

+3-3
Large diffs are not rendered by default.

docs/interfaces/session_get_access_token.AccessTokenRequest.html

+6-7
Large diffs are not rendered by default.

docs/interfaces/session_get_access_token.GetAccessTokenResult.html

+2-2
Large diffs are not rendered by default.

docs/interfaces/session_session.Claims.html

+1-1
Large diffs are not rendered by default.

docs/interfaces/shared.Auth0Server.html

+14-14
Large diffs are not rendered by default.

docs/modules/client.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>client | @auth0/nextjs-auth0</title><meta name="description" content="Documentation for @auth0/nextjs-auth0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@auth0/nextjs-auth0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@auth0/nextjs-auth0</a></li><li><a href="client.html">client</a></li></ul><h1>Module client</h1></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/auth0/nextjs-auth0/blob/d06d352/src/client/index.ts#L1">client/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">References</h3><div class="tsd-index-list"><a href="client.html#RequestError" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Request<wbr/>Error</span></a>
1+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>client | @auth0/nextjs-auth0</title><meta name="description" content="Documentation for @auth0/nextjs-auth0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@auth0/nextjs-auth0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@auth0/nextjs-auth0</a></li><li><a href="client.html">client</a></li></ul><h1>Module client</h1></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/auth0/nextjs-auth0/blob/5bf3d47/src/client/index.ts#L1">client/index.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">References</h3><div class="tsd-index-list"><a href="client.html#RequestError" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Request<wbr/>Error</span></a>
22
<a href="client.html#UserProfile" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>User<wbr/>Profile</span></a>
33
<a href="client.html#UserProvider" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>User<wbr/>Provider</span></a>
44
<a href="client.html#UserProviderProps" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>User<wbr/>Provider<wbr/>Props</span></a>

docs/modules/client_use_user.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>client/use-user | @auth0/nextjs-auth0</title><meta name="description" content="Documentation for @auth0/nextjs-auth0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@auth0/nextjs-auth0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@auth0/nextjs-auth0</a></li><li><a href="client_use_user.html">client/use-user</a></li></ul><h1>Module client/use-user</h1></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/auth0/nextjs-auth0/blob/d06d352/src/client/use-user.tsx#L1">client/use-user.tsx:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Client</h3><div class="tsd-index-list"><a href="../classes/client_use_user.RequestError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Request<wbr/>Error</span></a>
1+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>client/use-user | @auth0/nextjs-auth0</title><meta name="description" content="Documentation for @auth0/nextjs-auth0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@auth0/nextjs-auth0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@auth0/nextjs-auth0</a></li><li><a href="client_use_user.html">client/use-user</a></li></ul><h1>Module client/use-user</h1></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/auth0/nextjs-auth0/blob/5bf3d47/src/client/use-user.tsx#L1">client/use-user.tsx:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Client</h3><div class="tsd-index-list"><a href="../classes/client_use_user.RequestError.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Request<wbr/>Error</span></a>
22
<a href="../interfaces/client_use_user.UserProfile.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>User<wbr/>Profile</span></a>
33
<a href="../types/client_use_user.UserContext.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>User<wbr/>Context</span></a>
44
<a href="../types/client_use_user.UserProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>User<wbr/>Provider</span></a>

docs/modules/client_with_page_auth_required.html

+1-1
Large diffs are not rendered by default.

docs/modules/config.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>config | @auth0/nextjs-auth0</title><meta name="description" content="Documentation for @auth0/nextjs-auth0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@auth0/nextjs-auth0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@auth0/nextjs-auth0</a></li><li><a href="config.html">config</a></li></ul><h1>Module config</h1></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/auth0/nextjs-auth0/blob/d06d352/src/config.ts#L1">config.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Other</h3><div class="tsd-index-list"><a href="../types/config.GetConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>Get<wbr/>Config</span></a>
1+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>config | @auth0/nextjs-auth0</title><meta name="description" content="Documentation for @auth0/nextjs-auth0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@auth0/nextjs-auth0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@auth0/nextjs-auth0</a></li><li><a href="config.html">config</a></li></ul><h1>Module config</h1></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/auth0/nextjs-auth0/blob/5bf3d47/src/config.ts#L1">config.ts:1</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Other</h3><div class="tsd-index-list"><a href="../types/config.GetConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>Get<wbr/>Config</span></a>
22
<a href="../functions/config.configSingletonGetter.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>config<wbr/>Singleton<wbr/>Getter</span></a>
33
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Server</h3><div class="tsd-index-list"><a href="../types/config.ConfigParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg><span>Config<wbr/>Parameters</span></a>
44
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">server</h3><div class="tsd-index-list"><a href="../interfaces/config.NextConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Next<wbr/>Config</span></a>

0 commit comments

Comments
 (0)