From 5a97b3c95db988fa328c8240b58e56e6bfe75707 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Tue, 25 Jul 2023 11:37:36 +0100 Subject: [PATCH] Release v3.0.0 --- .circleci/config.yml | 3 +- CHANGELOG.md | 11 + docs/assets/search.js | 2 +- .../classes/client_use_user.RequestError.html | 16 +- .../http_auth0_next_api_request.default.html | 161 ++++++++ .../http_auth0_next_api_response.default.html | 135 +++++++ .../http_auth0_next_request.default.html | 161 ++++++++ ...tp_auth0_next_request_cookies.default.html | 123 ++++++ .../http_auth0_next_response.default.html | 173 ++++++++ ...p_auth0_next_response_cookies.default.html | 150 +++++++ docs/classes/session_session.default.html | 26 +- .../utils_errors.AccessTokenError.html | 24 +- docs/classes/utils_errors.AuthError.html | 24 +- .../utils_errors.CallbackHandlerError.html | 28 +- docs/classes/utils_errors.HandlerError.html | 26 +- .../utils_errors.LoginHandlerError.html | 26 +- .../utils_errors.LogoutHandlerError.html | 26 +- .../utils_errors.ProfileHandlerError.html | 26 +- .../utils_errors.AccessTokenErrorCode.html | 24 +- docs/functions/client_use_user.default.html | 12 +- docs/functions/client_use_user.useUser.html | 12 +- docs/functions/edge.getAccessToken-1.html | 161 ++++++++ docs/functions/edge.getSession-1.html | 99 ++++- docs/functions/edge.handleAuth-1.html | 176 ++++++++ docs/functions/edge.handleCallback-1.html | 208 ++++++++++ docs/functions/edge.handleLogin-1.html | 208 ++++++++++ docs/functions/edge.handleLogout-1.html | 208 ++++++++++ docs/functions/edge.handleProfile-1.html | 208 ++++++++++ docs/functions/edge.initAuth0-1.html | 96 ++++- docs/functions/edge.updateSession-1.html | 163 ++++++++ .../functions/edge.withApiAuthRequired-1.html | 180 +++++++++ .../edge.withMiddlewareAuthRequired.html | 169 ++++++++ .../edge.withPageAuthRequired-1.html | 198 +++++++++ .../handlers_router_helpers.getHandler.html | 114 ++++++ ...helpers_testing.generateSessionCookie.html | 12 +- docs/functions/index._initAuth.html | 127 ------ docs/functions/index.getAccessToken-1.html | 54 ++- docs/functions/index.getSession-1.html | 52 ++- docs/functions/index.handleAuth-1.html | 57 ++- docs/functions/index.handleCallback-1.html | 94 ++++- docs/functions/index.handleLogin-1.html | 94 ++++- docs/functions/index.handleLogout-1.html | 94 ++++- docs/functions/index.handleProfile-1.html | 94 ++++- docs/functions/index.initAuth0-1.html | 50 ++- docs/functions/index.updateSession-1.html | 54 ++- .../index.withApiAuthRequired-1.html | 67 +++- .../index.withPageAuthRequired-1.html | 75 +++- ...uthRequired-1.html => init._initAuth.html} | 63 ++- docs/index.html | 20 + .../client_use_user.UserProfile.html | 28 +- ...ent_with_page_auth_required.UserProps.html | 14 +- ..._required.WithPageAuthRequiredOptions.html | 18 +- .../config.AuthorizationParameters.html | 20 +- docs/interfaces/config.BaseConfig.html | 61 +-- docs/interfaces/config.CookieConfig.html | 24 +- docs/interfaces/config.NextConfig.html | 26 +- docs/interfaces/config.SessionConfig.html | 30 +- .../handlers_callback.CallbackOptions.html | 26 +- .../handlers_login.AuthorizationParams.html | 24 +- .../handlers_login.LoginOptions.html | 20 +- .../handlers_logout.LogoutOptions.html | 16 +- ...n_get_access_token.AccessTokenRequest.html | 22 +- ...get_access_token.GetAccessTokenResult.html | 16 +- docs/interfaces/session_session.Claims.html | 12 +- ...th0Server.html => shared.Auth0Server.html} | 190 +++++---- docs/modules/client.html | 12 +- docs/modules/client_use_user.html | 12 +- .../client_with_page_auth_required.html | 12 +- docs/modules/config.html | 12 +- docs/modules/edge.html | 341 +++++++++++++++- docs/modules/handlers.html | 67 +++- docs/modules/handlers_auth.html | 23 +- docs/modules/handlers_callback.html | 21 +- docs/modules/handlers_login.html | 21 +- docs/modules/handlers_logout.html | 12 +- docs/modules/handlers_profile.html | 23 +- docs/modules/handlers_router_helpers.html | 97 +++++ docs/modules/helpers.html | 66 ++- docs/modules/helpers_testing.html | 12 +- .../helpers_with_api_auth_required.html | 24 +- ...helpers_with_middleware_auth_required.html | 12 +- .../helpers_with_page_auth_required.html | 28 +- docs/modules/http.html | 118 ++++++ docs/modules/http_auth0_next_api_request.html | 82 ++++ .../modules/http_auth0_next_api_response.html | 82 ++++ docs/modules/http_auth0_next_request.html | 82 ++++ .../http_auth0_next_request_cookies.html | 82 ++++ docs/modules/http_auth0_next_response.html | 82 ++++ .../http_auth0_next_response_cookies.html | 82 ++++ docs/modules/index.html | 152 +++++-- docs/modules/init.html | 87 ++++ docs/modules/session.html | 27 +- docs/modules/session_get_access_token.html | 23 +- docs/modules/session_get_session.html | 12 +- docs/modules/session_session.html | 12 +- docs/modules/session_touch_session.html | 12 +- docs/modules/session_update_session.html | 12 +- docs/modules/shared.html | 375 ++++++++++++++++++ docs/modules/utils_errors.html | 12 +- docs/modules/version.html | 12 +- docs/types/client_use_user.UserContext.html | 14 +- docs/types/client_use_user.UserProvider.html | 12 +- .../client_use_user.UserProviderProps.html | 12 +- ...ge_auth_required.WithPageAuthRequired.html | 14 +- docs/types/config.ConfigParameters.html | 16 +- docs/types/edge.InitAuth0.html | 98 ++++- .../types/handlers_auth.AppRouterOnError.html | 95 +++++ docs/types/handlers_auth.HandleAuth.html | 30 +- docs/types/handlers_auth.Handlers.html | 17 +- ...l => handlers_auth.PageRouterOnError.html} | 25 +- .../handlers_callback.AfterCallback.html | 57 +-- ...ndlers_callback.AfterCallbackAppRoute.html | 121 ++++++ ...dlers_callback.AfterCallbackPageRoute.html | 123 ++++++ .../handlers_callback.CallbackHandler.html | 35 +- ...lers_callback.CallbackOptionsProvider.html | 31 +- .../handlers_callback.HandleCallback.html | 85 +--- docs/types/handlers_login.GetLoginState.html | 40 +- .../handlers_login.GetLoginStateAppRoute.html | 107 +++++ ...handlers_login.GetLoginStatePageRoute.html | 107 +++++ docs/types/handlers_login.HandleLogin.html | 85 +--- docs/types/handlers_login.LoginHandler.html | 35 +- .../handlers_login.LoginOptionsProvider.html | 31 +- docs/types/handlers_logout.HandleLogout.html | 83 +--- docs/types/handlers_logout.LogoutHandler.html | 33 +- ...handlers_logout.LogoutOptionsProvider.html | 29 +- docs/types/handlers_profile.AfterRefetch.html | 36 +- ...handlers_profile.AfterRefetchAppRoute.html | 101 +++++ ...andlers_profile.AfterRefetchPageRoute.html | 103 +++++ .../types/handlers_profile.HandleProfile.html | 85 +--- .../handlers_profile.ProfileHandler.html | 35 +- .../handlers_profile.ProfileOptions.html | 14 +- ...ndlers_profile.ProfileOptionsProvider.html | 31 +- ...lers_router_helpers.AppRouteHandlerFn.html | 108 +++++ ...uter_helpers.AppRouteHandlerFnContext.html | 88 ++++ .../handlers_router_helpers.AuthHandler.html | 109 +++++ .../handlers_router_helpers.Handler.html | 129 ++++++ ...dlers_router_helpers.OptionsProvider.html} | 57 ++- ...ers_router_helpers.PageRouteHandlerFn.html | 108 +++++ ...s_testing.GenerateSessionCookieConfig.html | 12 +- ...h_api_auth_required.AppRouteHandlerFn.html | 100 +++++ ...uth_required.AppRouteHandlerFnContext.html | 90 +++++ ...api_auth_required.WithApiAuthRequired.html | 42 +- ..._required.WithApiAuthRequiredAppRoute.html | 101 +++++ ...required.WithApiAuthRequiredPageRoute.html | 101 +++++ ...h_required.WithMiddlewareAuthRequired.html | 12 +- ...page_auth_required.AppRouterPageRoute.html | 101 +++++ ..._auth_required.AppRouterPageRouteOpts.html | 101 +++++ ...d.GetServerSidePropsResultWithSession.html | 21 +- ...ers_with_page_auth_required.PageRoute.html | 27 +- ...ge_auth_required.WithPageAuthRequired.html | 53 +-- ...equired.WithPageAuthRequiredAppRouter.html | 115 ++++++ ....WithPageAuthRequiredAppRouterOptions.html | 94 +++++ ...quired.WithPageAuthRequiredPageRouter.html | 113 ++++++ ...ithPageAuthRequiredPageRouterOptions.html} | 29 +- ...ssionStore.html => index.Auth0Server.html} | 54 ++- docs/types/index.InitAuth0.html | 52 ++- docs/types/index.SessionStorePayload.html | 118 ------ ...dge.Auth0Edge.html => init.InitAuth0.html} | 57 ++- ...session_get_access_token.AfterRefresh.html | 36 +- ...get_access_token.AfterRefreshAppRoute.html | 98 +++++ ...et_access_token.AfterRefreshPageRoute.html | 102 +++++ ...ssion_get_access_token.GetAccessToken.html | 24 +- .../types/session_get_session.GetSession.html | 20 +- .../session_touch_session.TouchSession.html | 20 +- .../session_update_session.UpdateSession.html | 22 +- docs/types/shared.SessionStore.html | 134 +++++++ docs/types/shared.SessionStorePayload.html | 134 +++++++ docs/variables/shared.telemetry.html | 141 +++++++ docs/variables/version.default.html | 14 +- package-lock.json | 4 +- package.json | 2 +- src/version.ts | 2 +- 172 files changed, 10004 insertions(+), 1553 deletions(-) create mode 100644 docs/classes/http_auth0_next_api_request.default.html create mode 100644 docs/classes/http_auth0_next_api_response.default.html create mode 100644 docs/classes/http_auth0_next_request.default.html create mode 100644 docs/classes/http_auth0_next_request_cookies.default.html create mode 100644 docs/classes/http_auth0_next_response.default.html create mode 100644 docs/classes/http_auth0_next_response_cookies.default.html create mode 100644 docs/functions/edge.getAccessToken-1.html create mode 100644 docs/functions/edge.handleAuth-1.html create mode 100644 docs/functions/edge.handleCallback-1.html create mode 100644 docs/functions/edge.handleLogin-1.html create mode 100644 docs/functions/edge.handleLogout-1.html create mode 100644 docs/functions/edge.handleProfile-1.html create mode 100644 docs/functions/edge.updateSession-1.html create mode 100644 docs/functions/edge.withApiAuthRequired-1.html create mode 100644 docs/functions/edge.withMiddlewareAuthRequired.html create mode 100644 docs/functions/edge.withPageAuthRequired-1.html create mode 100644 docs/functions/handlers_router_helpers.getHandler.html delete mode 100644 docs/functions/index._initAuth.html rename docs/functions/{edge.withMiddlewareAuthRequired-1.html => init._initAuth.html} (52%) rename docs/interfaces/{index.Auth0Server.html => shared.Auth0Server.html} (57%) create mode 100644 docs/modules/handlers_router_helpers.html create mode 100644 docs/modules/http.html create mode 100644 docs/modules/http_auth0_next_api_request.html create mode 100644 docs/modules/http_auth0_next_api_response.html create mode 100644 docs/modules/http_auth0_next_request.html create mode 100644 docs/modules/http_auth0_next_request_cookies.html create mode 100644 docs/modules/http_auth0_next_response.html create mode 100644 docs/modules/http_auth0_next_response_cookies.html create mode 100644 docs/modules/init.html create mode 100644 docs/modules/shared.html create mode 100644 docs/types/handlers_auth.AppRouterOnError.html rename docs/types/{handlers_auth.OnError.html => handlers_auth.PageRouterOnError.html} (75%) create mode 100644 docs/types/handlers_callback.AfterCallbackAppRoute.html create mode 100644 docs/types/handlers_callback.AfterCallbackPageRoute.html create mode 100644 docs/types/handlers_login.GetLoginStateAppRoute.html create mode 100644 docs/types/handlers_login.GetLoginStatePageRoute.html create mode 100644 docs/types/handlers_profile.AfterRefetchAppRoute.html create mode 100644 docs/types/handlers_profile.AfterRefetchPageRoute.html create mode 100644 docs/types/handlers_router_helpers.AppRouteHandlerFn.html create mode 100644 docs/types/handlers_router_helpers.AppRouteHandlerFnContext.html create mode 100644 docs/types/handlers_router_helpers.AuthHandler.html create mode 100644 docs/types/handlers_router_helpers.Handler.html rename docs/types/{edge.GetSession.html => handlers_router_helpers.OptionsProvider.html} (60%) create mode 100644 docs/types/handlers_router_helpers.PageRouteHandlerFn.html create mode 100644 docs/types/helpers_with_api_auth_required.AppRouteHandlerFn.html create mode 100644 docs/types/helpers_with_api_auth_required.AppRouteHandlerFnContext.html create mode 100644 docs/types/helpers_with_api_auth_required.WithApiAuthRequiredAppRoute.html create mode 100644 docs/types/helpers_with_api_auth_required.WithApiAuthRequiredPageRoute.html create mode 100644 docs/types/helpers_with_page_auth_required.AppRouterPageRoute.html create mode 100644 docs/types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html create mode 100644 docs/types/helpers_with_page_auth_required.WithPageAuthRequiredAppRouter.html create mode 100644 docs/types/helpers_with_page_auth_required.WithPageAuthRequiredAppRouterOptions.html create mode 100644 docs/types/helpers_with_page_auth_required.WithPageAuthRequiredPageRouter.html rename docs/types/{helpers_with_page_auth_required.WithPageAuthRequiredOptions.html => helpers_with_page_auth_required.WithPageAuthRequiredPageRouterOptions.html} (72%) rename docs/types/{index.SessionStore.html => index.Auth0Server.html} (67%) delete mode 100644 docs/types/index.SessionStorePayload.html rename docs/types/{edge.Auth0Edge.html => init.InitAuth0.html} (67%) create mode 100644 docs/types/session_get_access_token.AfterRefreshAppRoute.html create mode 100644 docs/types/session_get_access_token.AfterRefreshPageRoute.html create mode 100644 docs/types/shared.SessionStore.html create mode 100644 docs/types/shared.SessionStorePayload.html create mode 100644 docs/variables/shared.telemetry.html diff --git a/.circleci/config.yml b/.circleci/config.yml index cb62d62d1..f4afbc770 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,6 @@ workflows: context: - browserstack-env - ship/node-publish: - publish-command: npm publish --tag beta requires: - build context: @@ -53,4 +52,4 @@ workflows: filters: branches: only: - - beta + - main diff --git a/CHANGELOG.md b/CHANGELOG.md index 52146f5d6..5a9acbf1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v3.0.0](https://github.com/auth0/nextjs-auth0/tree/v3.0.0) (2023-07-25) +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v2.7.0...v3.0.0) + +**Added** +- Support for the App Router +- Support for Edge Runtime +- Support for Responses in Middleware + +**⚠️ BREAKING CHANGES** +- Support for EOL Node versions 12 and 14 has been removed. See the [V3_MIGRATION_GUIDE.md](./V3_MIGRATION_GUIDE.md) for more details. + ## [v2.7.0](https://github.com/auth0/nextjs-auth0/tree/v2.7.0) (2023-07-19) [Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v2.6.3...v2.7.0) diff --git a/docs/assets/search.js b/docs/assets/search.js index 3a76d4928..add4de526 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"rows\":[{\"kind\":2,\"name\":\"client\",\"url\":\"modules/client.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"client/use-user\",\"url\":\"modules/client_use_user.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"UserProfile\",\"url\":\"interfaces/client_use_user.UserProfile.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/client_use_user.UserProfile.html#email\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"email_verified\",\"url\":\"interfaces/client_use_user.UserProfile.html#email_verified\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/client_use_user.UserProfile.html#name\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"nickname\",\"url\":\"interfaces/client_use_user.UserProfile.html#nickname\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"picture\",\"url\":\"interfaces/client_use_user.UserProfile.html#picture\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"sub\",\"url\":\"interfaces/client_use_user.UserProfile.html#sub\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"interfaces/client_use_user.UserProfile.html#updated_at\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"org_id\",\"url\":\"interfaces/client_use_user.UserProfile.html#org_id\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":4194304,\"name\":\"UserContext\",\"url\":\"types/client_use_user.UserContext.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_use_user.UserContext.html#__type\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext\"},{\"kind\":1024,\"name\":\"user\",\"url\":\"types/client_use_user.UserContext.html#__type.user\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"types/client_use_user.UserContext.html#__type.error\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":1024,\"name\":\"isLoading\",\"url\":\"types/client_use_user.UserContext.html#__type.isLoading\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":1024,\"name\":\"checkSession\",\"url\":\"types/client_use_user.UserContext.html#__type.checkSession\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_use_user.UserContext.html#__type.checkSession.__type-1\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type.checkSession\"},{\"kind\":128,\"name\":\"RequestError\",\"url\":\"classes/client_use_user.RequestError.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/client_use_user.RequestError.html#constructor\",\"classes\":\"\",\"parent\":\"client/use-user.RequestError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/client_use_user.RequestError.html#status\",\"classes\":\"\",\"parent\":\"client/use-user.RequestError\"},{\"kind\":4194304,\"name\":\"UserProviderProps\",\"url\":\"types/client_use_user.UserProviderProps.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":64,\"name\":\"useUser\",\"url\":\"functions/client_use_user.useUser.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":4194304,\"name\":\"UserProvider\",\"url\":\"types/client_use_user.UserProvider.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_use_user.UserProvider.html#__type\",\"classes\":\"\",\"parent\":\"client/use-user.UserProvider\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/client_use_user.default.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":2,\"name\":\"client/with-page-auth-required\",\"url\":\"modules/client_with_page_auth_required.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WithPageAuthRequiredOptions\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#returnTo\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions\"},{\"kind\":1024,\"name\":\"onRedirecting\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onRedirecting\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onRedirecting.__type-2\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions.onRedirecting\"},{\"kind\":1024,\"name\":\"onError\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onError\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onError.__type\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions.onError\"},{\"kind\":256,\"name\":\"UserProps\",\"url\":\"interfaces/client_with_page_auth_required.UserProps.html\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required\"},{\"kind\":1024,\"name\":\"user\",\"url\":\"interfaces/client_with_page_auth_required.UserProps.html#user\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.UserProps\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequired\",\"url\":\"types/client_with_page_auth_required.WithPageAuthRequired.html\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_with_page_auth_required.WithPageAuthRequired.html#__type\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequired\"},{\"kind\":2,\"name\":\"config\",\"url\":\"modules/config.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"BaseConfig\",\"url\":\"interfaces/config.BaseConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"secret\",\"url\":\"interfaces/config.BaseConfig.html#secret\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/config.BaseConfig.html#session\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"auth0Logout\",\"url\":\"interfaces/config.BaseConfig.html#auth0Logout\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/config.BaseConfig.html#authorizationParams\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"baseURL\",\"url\":\"interfaces/config.BaseConfig.html#baseURL\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clientID\",\"url\":\"interfaces/config.BaseConfig.html#clientID\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clientSecret\",\"url\":\"interfaces/config.BaseConfig.html#clientSecret\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clockTolerance\",\"url\":\"interfaces/config.BaseConfig.html#clockTolerance\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"httpTimeout\",\"url\":\"interfaces/config.BaseConfig.html#httpTimeout\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"enableTelemetry\",\"url\":\"interfaces/config.BaseConfig.html#enableTelemetry\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"getLoginState\",\"url\":\"interfaces/config.BaseConfig.html#getLoginState\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.BaseConfig.html#getLoginState.__type\",\"classes\":\"\",\"parent\":\"config.BaseConfig.getLoginState\"},{\"kind\":1024,\"name\":\"identityClaimFilter\",\"url\":\"interfaces/config.BaseConfig.html#identityClaimFilter\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"idpLogout\",\"url\":\"interfaces/config.BaseConfig.html#idpLogout\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"idTokenSigningAlg\",\"url\":\"interfaces/config.BaseConfig.html#idTokenSigningAlg\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"issuerBaseURL\",\"url\":\"interfaces/config.BaseConfig.html#issuerBaseURL\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"legacySameSiteCookie\",\"url\":\"interfaces/config.BaseConfig.html#legacySameSiteCookie\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"routes\",\"url\":\"interfaces/config.BaseConfig.html#routes\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.BaseConfig.html#routes.__type-2\",\"classes\":\"\",\"parent\":\"config.BaseConfig.routes\"},{\"kind\":1024,\"name\":\"postLogoutRedirect\",\"url\":\"interfaces/config.BaseConfig.html#routes.__type-2.postLogoutRedirect\",\"classes\":\"\",\"parent\":\"config.BaseConfig.routes.__type\"},{\"kind\":1024,\"name\":\"callback\",\"url\":\"interfaces/config.BaseConfig.html#routes.__type-2.callback\",\"classes\":\"\",\"parent\":\"config.BaseConfig.routes.__type\"},{\"kind\":1024,\"name\":\"clientAssertionSigningKey\",\"url\":\"interfaces/config.BaseConfig.html#clientAssertionSigningKey\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clientAssertionSigningAlg\",\"url\":\"interfaces/config.BaseConfig.html#clientAssertionSigningAlg\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":256,\"name\":\"SessionConfig\",\"url\":\"interfaces/config.SessionConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/config.SessionConfig.html#name\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/config.SessionConfig.html#store\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"genId\",\"url\":\"interfaces/config.SessionConfig.html#genId\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.SessionConfig.html#genId.__type\",\"classes\":\"\",\"parent\":\"config.SessionConfig.genId\"},{\"kind\":1024,\"name\":\"rolling\",\"url\":\"interfaces/config.SessionConfig.html#rolling\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"rollingDuration\",\"url\":\"interfaces/config.SessionConfig.html#rollingDuration\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"absoluteDuration\",\"url\":\"interfaces/config.SessionConfig.html#absoluteDuration\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"autoSave\",\"url\":\"interfaces/config.SessionConfig.html#autoSave\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"storeIDToken\",\"url\":\"interfaces/config.SessionConfig.html#storeIDToken\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"cookie\",\"url\":\"interfaces/config.SessionConfig.html#cookie\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":256,\"name\":\"CookieConfig\",\"url\":\"interfaces/config.CookieConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"domain\",\"url\":\"interfaces/config.CookieConfig.html#domain\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/config.CookieConfig.html#path\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"transient\",\"url\":\"interfaces/config.CookieConfig.html#transient\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"httpOnly\",\"url\":\"interfaces/config.CookieConfig.html#httpOnly\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"secure\",\"url\":\"interfaces/config.CookieConfig.html#secure\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"sameSite\",\"url\":\"interfaces/config.CookieConfig.html#sameSite\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":256,\"name\":\"AuthorizationParameters\",\"url\":\"interfaces/config.AuthorizationParameters.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"scope\",\"url\":\"interfaces/config.AuthorizationParameters.html#scope\",\"classes\":\"\",\"parent\":\"config.AuthorizationParameters\"},{\"kind\":1024,\"name\":\"response_mode\",\"url\":\"interfaces/config.AuthorizationParameters.html#response_mode\",\"classes\":\"\",\"parent\":\"config.AuthorizationParameters\"},{\"kind\":1024,\"name\":\"response_type\",\"url\":\"interfaces/config.AuthorizationParameters.html#response_type\",\"classes\":\"\",\"parent\":\"config.AuthorizationParameters\"},{\"kind\":256,\"name\":\"NextConfig\",\"url\":\"interfaces/config.NextConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"organization\",\"url\":\"interfaces/config.NextConfig.html#organization\",\"classes\":\"\",\"parent\":\"config.NextConfig\"},{\"kind\":1024,\"name\":\"routes\",\"url\":\"interfaces/config.NextConfig.html#routes\",\"classes\":\"\",\"parent\":\"config.NextConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.NextConfig.html#routes.__type\",\"classes\":\"\",\"parent\":\"config.NextConfig.routes\"},{\"kind\":1024,\"name\":\"callback\",\"url\":\"interfaces/config.NextConfig.html#routes.__type.callback\",\"classes\":\"\",\"parent\":\"config.NextConfig.routes.__type\"},{\"kind\":1024,\"name\":\"login\",\"url\":\"interfaces/config.NextConfig.html#routes.__type.login\",\"classes\":\"\",\"parent\":\"config.NextConfig.routes.__type\"},{\"kind\":1024,\"name\":\"unauthorized\",\"url\":\"interfaces/config.NextConfig.html#routes.__type.unauthorized\",\"classes\":\"\",\"parent\":\"config.NextConfig.routes.__type\"},{\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/config.NextConfig.html#session\",\"classes\":\"\",\"parent\":\"config.NextConfig\"},{\"kind\":1024,\"name\":\"identityClaimFilter\",\"url\":\"interfaces/config.NextConfig.html#identityClaimFilter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"config.NextConfig\"},{\"kind\":4194304,\"name\":\"ConfigParameters\",\"url\":\"types/config.ConfigParameters.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":2,\"name\":\"edge\",\"url\":\"modules/edge.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Auth0Edge\",\"url\":\"types/edge.Auth0Edge.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/edge.Auth0Edge.html#__type\",\"classes\":\"\",\"parent\":\"edge.Auth0Edge\"},{\"kind\":1024,\"name\":\"withMiddlewareAuthRequired\",\"url\":\"types/edge.Auth0Edge.html#__type.withMiddlewareAuthRequired\",\"classes\":\"\",\"parent\":\"edge.Auth0Edge.__type\"},{\"kind\":1024,\"name\":\"getSession\",\"url\":\"types/edge.Auth0Edge.html#__type.getSession\",\"classes\":\"\",\"parent\":\"edge.Auth0Edge.__type\"},{\"kind\":4194304,\"name\":\"GetSession\",\"url\":\"types/edge.GetSession.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/edge.GetSession.html#__type\",\"classes\":\"\",\"parent\":\"edge.GetSession\"},{\"kind\":4194304,\"name\":\"InitAuth0\",\"url\":\"types/edge.InitAuth0.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/edge.InitAuth0.html#__type\",\"classes\":\"\",\"parent\":\"edge.InitAuth0\"},{\"kind\":64,\"name\":\"initAuth0\",\"url\":\"functions/edge.initAuth0-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"getSession\",\"url\":\"functions/edge.getSession-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"withMiddlewareAuthRequired\",\"url\":\"functions/edge.withMiddlewareAuthRequired-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":2,\"name\":\"handlers/auth\",\"url\":\"modules/handlers_auth.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Handlers\",\"url\":\"types/handlers_auth.Handlers.html\",\"classes\":\"\",\"parent\":\"handlers/auth\"},{\"kind\":4194304,\"name\":\"HandleAuth\",\"url\":\"types/handlers_auth.HandleAuth.html\",\"classes\":\"\",\"parent\":\"handlers/auth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_auth.HandleAuth.html#__type\",\"classes\":\"\",\"parent\":\"handlers/auth.HandleAuth\"},{\"kind\":4194304,\"name\":\"OnError\",\"url\":\"types/handlers_auth.OnError.html\",\"classes\":\"\",\"parent\":\"handlers/auth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_auth.OnError.html#__type\",\"classes\":\"\",\"parent\":\"handlers/auth.OnError\"},{\"kind\":2,\"name\":\"handlers/callback\",\"url\":\"modules/handlers_callback.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AfterCallback\",\"url\":\"types/handlers_callback.AfterCallback.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_callback.AfterCallback.html#__type\",\"classes\":\"\",\"parent\":\"handlers/callback.AfterCallback\"},{\"kind\":256,\"name\":\"CallbackOptions\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":1024,\"name\":\"afterCallback\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#afterCallback\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":1024,\"name\":\"redirectUri\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#redirectUri\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":1024,\"name\":\"organization\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#organization\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#authorizationParams\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":4194304,\"name\":\"CallbackOptionsProvider\",\"url\":\"types/handlers_callback.CallbackOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_callback.CallbackOptionsProvider.html#__type\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptionsProvider\"},{\"kind\":4194304,\"name\":\"HandleCallback\",\"url\":\"types/handlers_callback.HandleCallback.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_callback.HandleCallback.html#__type\",\"classes\":\"\",\"parent\":\"handlers/callback.HandleCallback\"},{\"kind\":4194304,\"name\":\"CallbackHandler\",\"url\":\"types/handlers_callback.CallbackHandler.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_callback.CallbackHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackHandler\"},{\"kind\":2,\"name\":\"handlers\",\"url\":\"modules/handlers.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"handlers/login\",\"url\":\"modules/handlers_login.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GetLoginState\",\"url\":\"types/handlers_login.GetLoginState.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.GetLoginState.html#__type\",\"classes\":\"\",\"parent\":\"handlers/login.GetLoginState\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.GetLoginState.html#__type.__type-1.__type-2\",\"classes\":\"\",\"parent\":\"handlers/login.GetLoginState.__type.__type\"},{\"kind\":256,\"name\":\"AuthorizationParams\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":1024,\"name\":\"connection\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#connection\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"connection_scope\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#connection_scope\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"invitation\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#invitation\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"organization\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#organization\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"screen_hint\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#screen_hint\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":256,\"name\":\"LoginOptions\",\"url\":\"interfaces/handlers_login.LoginOptions.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/handlers_login.LoginOptions.html#authorizationParams\",\"classes\":\"\",\"parent\":\"handlers/login.LoginOptions\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"interfaces/handlers_login.LoginOptions.html#returnTo\",\"classes\":\"\",\"parent\":\"handlers/login.LoginOptions\"},{\"kind\":1024,\"name\":\"getLoginState\",\"url\":\"interfaces/handlers_login.LoginOptions.html#getLoginState\",\"classes\":\"\",\"parent\":\"handlers/login.LoginOptions\"},{\"kind\":4194304,\"name\":\"LoginOptionsProvider\",\"url\":\"types/handlers_login.LoginOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.LoginOptionsProvider.html#__type\",\"classes\":\"\",\"parent\":\"handlers/login.LoginOptionsProvider\"},{\"kind\":4194304,\"name\":\"HandleLogin\",\"url\":\"types/handlers_login.HandleLogin.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.HandleLogin.html#__type\",\"classes\":\"\",\"parent\":\"handlers/login.HandleLogin\"},{\"kind\":4194304,\"name\":\"LoginHandler\",\"url\":\"types/handlers_login.LoginHandler.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.LoginHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/login.LoginHandler\"},{\"kind\":2,\"name\":\"handlers/logout\",\"url\":\"modules/handlers_logout.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"LogoutOptions\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html#returnTo\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutOptions\"},{\"kind\":1024,\"name\":\"logoutParams\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html#logoutParams\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html#logoutParams.__type\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutOptions.logoutParams\"},{\"kind\":4194304,\"name\":\"LogoutOptionsProvider\",\"url\":\"types/handlers_logout.LogoutOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_logout.LogoutOptionsProvider.html#__type\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutOptionsProvider\"},{\"kind\":4194304,\"name\":\"HandleLogout\",\"url\":\"types/handlers_logout.HandleLogout.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_logout.HandleLogout.html#__type\",\"classes\":\"\",\"parent\":\"handlers/logout.HandleLogout\"},{\"kind\":4194304,\"name\":\"LogoutHandler\",\"url\":\"types/handlers_logout.LogoutHandler.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_logout.LogoutHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutHandler\"},{\"kind\":2,\"name\":\"handlers/profile\",\"url\":\"modules/handlers_profile.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AfterRefetch\",\"url\":\"types/handlers_profile.AfterRefetch.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.AfterRefetch.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.AfterRefetch\"},{\"kind\":4194304,\"name\":\"ProfileOptions\",\"url\":\"types/handlers_profile.ProfileOptions.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.ProfileOptions.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileOptions\"},{\"kind\":1024,\"name\":\"refetch\",\"url\":\"types/handlers_profile.ProfileOptions.html#__type.refetch\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileOptions.__type\"},{\"kind\":1024,\"name\":\"afterRefetch\",\"url\":\"types/handlers_profile.ProfileOptions.html#__type.afterRefetch\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileOptions.__type\"},{\"kind\":4194304,\"name\":\"ProfileOptionsProvider\",\"url\":\"types/handlers_profile.ProfileOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.ProfileOptionsProvider.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileOptionsProvider\"},{\"kind\":4194304,\"name\":\"HandleProfile\",\"url\":\"types/handlers_profile.HandleProfile.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.HandleProfile.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.HandleProfile\"},{\"kind\":4194304,\"name\":\"ProfileHandler\",\"url\":\"types/handlers_profile.ProfileHandler.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.ProfileHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileHandler\"},{\"kind\":2,\"name\":\"helpers\",\"url\":\"modules/helpers.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"helpers/testing\",\"url\":\"modules/helpers_testing.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GenerateSessionCookieConfig\",\"url\":\"types/helpers_testing.GenerateSessionCookieConfig.html\",\"classes\":\"\",\"parent\":\"helpers/testing\"},{\"kind\":64,\"name\":\"generateSessionCookie\",\"url\":\"functions/helpers_testing.generateSessionCookie.html\",\"classes\":\"\",\"parent\":\"helpers/testing\"},{\"kind\":2,\"name\":\"helpers/with-api-auth-required\",\"url\":\"modules/helpers_with_api_auth_required.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WithApiAuthRequired\",\"url\":\"types/helpers_with_api_auth_required.WithApiAuthRequired.html\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_api_auth_required.WithApiAuthRequired.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required.WithApiAuthRequired\"},{\"kind\":2,\"name\":\"helpers/with-middleware-auth-required\",\"url\":\"modules/helpers_with_middleware_auth_required.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WithMiddlewareAuthRequired\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequired.html\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequired.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required.WithMiddlewareAuthRequired\"},{\"kind\":2,\"name\":\"helpers/with-page-auth-required\",\"url\":\"modules/helpers_with_page_auth_required.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"types/helpers_with_page_auth_required.GetServerSidePropsResultWithSession.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":4194304,\"name\":\"PageRoute\",\"url\":\"types/helpers_with_page_auth_required.PageRoute.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.PageRoute.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.PageRoute\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequiredOptions\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredOptions.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredOptions.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredOptions\"},{\"kind\":1024,\"name\":\"getServerSideProps\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredOptions.html#__type.getServerSideProps\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredOptions.__type\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredOptions.html#__type.returnTo\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredOptions.__type\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequired\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequired.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequired.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequired\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"Auth0Server\",\"url\":\"interfaces/index.Auth0Server.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":1024,\"name\":\"getSession\",\"url\":\"interfaces/index.Auth0Server.html#getSession\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"touchSession\",\"url\":\"interfaces/index.Auth0Server.html#touchSession\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"updateSession\",\"url\":\"interfaces/index.Auth0Server.html#updateSession\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"getAccessToken\",\"url\":\"interfaces/index.Auth0Server.html#getAccessToken\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"handleLogin\",\"url\":\"interfaces/index.Auth0Server.html#handleLogin\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"handleCallback\",\"url\":\"interfaces/index.Auth0Server.html#handleCallback\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"handleLogout\",\"url\":\"interfaces/index.Auth0Server.html#handleLogout\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"handleProfile\",\"url\":\"interfaces/index.Auth0Server.html#handleProfile\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"withApiAuthRequired\",\"url\":\"interfaces/index.Auth0Server.html#withApiAuthRequired\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"withPageAuthRequired\",\"url\":\"interfaces/index.Auth0Server.html#withPageAuthRequired\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":1024,\"name\":\"handleAuth\",\"url\":\"interfaces/index.Auth0Server.html#handleAuth\",\"classes\":\"\",\"parent\":\"index.Auth0Server\"},{\"kind\":4194304,\"name\":\"InitAuth0\",\"url\":\"types/index.InitAuth0.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.InitAuth0.html#__type\",\"classes\":\"\",\"parent\":\"index.InitAuth0\"},{\"kind\":64,\"name\":\"initAuth0\",\"url\":\"functions/index.initAuth0-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"_initAuth\",\"url\":\"functions/index._initAuth.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"getSession\",\"url\":\"functions/index.getSession-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"updateSession\",\"url\":\"functions/index.updateSession-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"getAccessToken\",\"url\":\"functions/index.getAccessToken-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"withApiAuthRequired\",\"url\":\"functions/index.withApiAuthRequired-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"withPageAuthRequired\",\"url\":\"functions/index.withPageAuthRequired-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleLogin\",\"url\":\"functions/index.handleLogin-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleLogout\",\"url\":\"functions/index.handleLogout-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleCallback\",\"url\":\"functions/index.handleCallback-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleProfile\",\"url\":\"functions/index.handleProfile-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleAuth\",\"url\":\"functions/index.handleAuth-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":4194304,\"name\":\"SessionStore\",\"url\":\"types/index.SessionStore.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":4194304,\"name\":\"SessionStorePayload\",\"url\":\"types/index.SessionStorePayload.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":2,\"name\":\"session/get-access-token\",\"url\":\"modules/session_get_access_token.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AfterRefresh\",\"url\":\"types/session_get_access_token.AfterRefresh.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_get_access_token.AfterRefresh.html#__type\",\"classes\":\"\",\"parent\":\"session/get-access-token.AfterRefresh\"},{\"kind\":256,\"name\":\"AccessTokenRequest\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":1024,\"name\":\"scopes\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#scopes\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":1024,\"name\":\"refresh\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#refresh\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":1024,\"name\":\"afterRefresh\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#afterRefresh\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#authorizationParams\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":256,\"name\":\"GetAccessTokenResult\",\"url\":\"interfaces/session_get_access_token.GetAccessTokenResult.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"interfaces/session_get_access_token.GetAccessTokenResult.html#accessToken\",\"classes\":\"\",\"parent\":\"session/get-access-token.GetAccessTokenResult\"},{\"kind\":4194304,\"name\":\"GetAccessToken\",\"url\":\"types/session_get_access_token.GetAccessToken.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_get_access_token.GetAccessToken.html#__type\",\"classes\":\"\",\"parent\":\"session/get-access-token.GetAccessToken\"},{\"kind\":2,\"name\":\"session/get-session\",\"url\":\"modules/session_get_session.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GetSession\",\"url\":\"types/session_get_session.GetSession.html\",\"classes\":\"\",\"parent\":\"session/get-session\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_get_session.GetSession.html#__type\",\"classes\":\"\",\"parent\":\"session/get-session.GetSession\"},{\"kind\":2,\"name\":\"session\",\"url\":\"modules/session.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"session/session\",\"url\":\"modules/session_session.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"Claims\",\"url\":\"interfaces/session_session.Claims.html\",\"classes\":\"\",\"parent\":\"session/session\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/session_session.default.html\",\"classes\":\"\",\"parent\":\"session/session\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/session_session.default.html#constructor\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"user\",\"url\":\"classes/session_session.default.html#user\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"idToken\",\"url\":\"classes/session_session.default.html#idToken\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"classes/session_session.default.html#accessToken\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"accessTokenScope\",\"url\":\"classes/session_session.default.html#accessTokenScope\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"accessTokenExpiresAt\",\"url\":\"classes/session_session.default.html#accessTokenExpiresAt\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"refreshToken\",\"url\":\"classes/session_session.default.html#refreshToken\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":2,\"name\":\"session/touch-session\",\"url\":\"modules/session_touch_session.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TouchSession\",\"url\":\"types/session_touch_session.TouchSession.html\",\"classes\":\"\",\"parent\":\"session/touch-session\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_touch_session.TouchSession.html#__type\",\"classes\":\"\",\"parent\":\"session/touch-session.TouchSession\"},{\"kind\":2,\"name\":\"session/update-session\",\"url\":\"modules/session_update_session.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"UpdateSession\",\"url\":\"types/session_update_session.UpdateSession.html\",\"classes\":\"\",\"parent\":\"session/update-session\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_update_session.UpdateSession.html#__type\",\"classes\":\"\",\"parent\":\"session/update-session.UpdateSession\"},{\"kind\":2,\"name\":\"utils/errors\",\"url\":\"modules/utils_errors.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"AuthError\",\"url\":\"classes/utils_errors.AuthError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.AuthError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.AuthError.html#code\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.AuthError.html#name\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.AuthError.html#cause\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.AuthError.html#status\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":8,\"name\":\"AccessTokenErrorCode\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":16,\"name\":\"MISSING_SESSION\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#MISSING_SESSION\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"MISSING_ACCESS_TOKEN\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#MISSING_ACCESS_TOKEN\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"MISSING_REFRESH_TOKEN\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#MISSING_REFRESH_TOKEN\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"EXPIRED_ACCESS_TOKEN\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#EXPIRED_ACCESS_TOKEN\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"INSUFFICIENT_SCOPE\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#INSUFFICIENT_SCOPE\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"FAILED_REFRESH_GRANT\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#FAILED_REFRESH_GRANT\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":128,\"name\":\"AccessTokenError\",\"url\":\"classes/utils_errors.AccessTokenError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.AccessTokenError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.AccessTokenError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.AccessTokenError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.AccessTokenError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.AccessTokenError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":128,\"name\":\"HandlerError\",\"url\":\"classes/utils_errors.HandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.HandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.HandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.HandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.HandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.HandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":128,\"name\":\"CallbackHandlerError\",\"url\":\"classes/utils_errors.CallbackHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":128,\"name\":\"LoginHandlerError\",\"url\":\"classes/utils_errors.LoginHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LoginHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.LoginHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LoginHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.LoginHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.LoginHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.LoginHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":128,\"name\":\"LogoutHandlerError\",\"url\":\"classes/utils_errors.LogoutHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":128,\"name\":\"ProfileHandlerError\",\"url\":\"classes/utils_errors.ProfileHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":2,\"name\":\"version\",\"url\":\"modules/version.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/version.default.html\",\"classes\":\"\",\"parent\":\"version\"},{\"kind\":8388608,\"name\":\"UserProvider\",\"url\":\"modules/client.html#UserProvider\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"UserProviderProps\",\"url\":\"modules/client.html#UserProviderProps\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"UserProfile\",\"url\":\"modules/client.html#UserProfile\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"RequestError\",\"url\":\"modules/client.html#RequestError\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"useUser\",\"url\":\"modules/client.html#useUser\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/client.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredOptions\",\"url\":\"modules/client.html#WithPageAuthRequiredOptions\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"WithMiddlewareAuthRequired\",\"url\":\"modules/edge.html#WithMiddlewareAuthRequired\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandleCallback\",\"url\":\"modules/handlers.html#HandleCallback\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"CallbackOptions\",\"url\":\"modules/handlers.html#CallbackOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterCallback\",\"url\":\"modules/handlers.html#AfterCallback\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleLogin\",\"url\":\"modules/handlers.html#HandleLogin\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"LoginOptions\",\"url\":\"modules/handlers.html#LoginOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"GetLoginState\",\"url\":\"modules/handlers.html#GetLoginState\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleLogout\",\"url\":\"modules/handlers.html#HandleLogout\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"LogoutOptions\",\"url\":\"modules/handlers.html#LogoutOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleProfile\",\"url\":\"modules/handlers.html#HandleProfile\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"ProfileOptions\",\"url\":\"modules/handlers.html#ProfileOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterRefetch\",\"url\":\"modules/handlers.html#AfterRefetch\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"Handlers\",\"url\":\"modules/handlers.html#Handlers\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleAuth\",\"url\":\"modules/handlers.html#HandleAuth\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"OnError\",\"url\":\"modules/handlers.html#OnError\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequired\",\"url\":\"modules/helpers.html#WithApiAuthRequired\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"modules/helpers.html#GetServerSidePropsResultWithSession\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/helpers.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredOptions\",\"url\":\"modules/helpers.html#WithPageAuthRequiredOptions\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"PageRoute\",\"url\":\"modules/helpers.html#PageRoute\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"AuthError\",\"url\":\"modules/index.html#AuthError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AccessTokenErrorCode\",\"url\":\"modules/index.html#AccessTokenErrorCode\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AccessTokenError\",\"url\":\"modules/index.html#AccessTokenError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandlerError\",\"url\":\"modules/index.html#HandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"CallbackHandlerError\",\"url\":\"modules/index.html#CallbackHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LoginHandlerError\",\"url\":\"modules/index.html#LoginHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LogoutHandlerError\",\"url\":\"modules/index.html#LogoutHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ProfileHandlerError\",\"url\":\"modules/index.html#ProfileHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ConfigParameters\",\"url\":\"modules/index.html#ConfigParameters\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleAuth\",\"url\":\"modules/index.html#HandleAuth\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleLogin\",\"url\":\"modules/index.html#HandleLogin\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleProfile\",\"url\":\"modules/index.html#HandleProfile\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleLogout\",\"url\":\"modules/index.html#HandleLogout\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleCallback\",\"url\":\"modules/index.html#HandleCallback\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ProfileOptions\",\"url\":\"modules/index.html#ProfileOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Handlers\",\"url\":\"modules/index.html#Handlers\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"modules/index.html#GetServerSidePropsResultWithSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredOptions\",\"url\":\"modules/index.html#WithPageAuthRequiredOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"PageRoute\",\"url\":\"modules/index.html#PageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequired\",\"url\":\"modules/index.html#WithApiAuthRequired\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/index.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetSession\",\"url\":\"modules/index.html#GetSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"TouchSession\",\"url\":\"modules/index.html#TouchSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"UpdateSession\",\"url\":\"modules/index.html#UpdateSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetAccessToken\",\"url\":\"modules/index.html#GetAccessToken\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Session\",\"url\":\"modules/index.html#Session\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Claims\",\"url\":\"modules/index.html#Claims\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AccessTokenRequest\",\"url\":\"modules/index.html#AccessTokenRequest\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetAccessTokenResult\",\"url\":\"modules/index.html#GetAccessTokenResult\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"CallbackOptions\",\"url\":\"modules/index.html#CallbackOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterCallback\",\"url\":\"modules/index.html#AfterCallback\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterRefetch\",\"url\":\"modules/index.html#AfterRefetch\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LoginOptions\",\"url\":\"modules/index.html#LoginOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LogoutOptions\",\"url\":\"modules/index.html#LogoutOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetLoginState\",\"url\":\"modules/index.html#GetLoginState\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"OnError\",\"url\":\"modules/index.html#OnError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Session\",\"url\":\"modules/session.html#Session\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"Claims\",\"url\":\"modules/session.html#Claims\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"GetSession\",\"url\":\"modules/session.html#GetSession\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"GetAccessToken\",\"url\":\"modules/session.html#GetAccessToken\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"AccessTokenRequest\",\"url\":\"modules/session.html#AccessTokenRequest\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"GetAccessTokenResult\",\"url\":\"modules/session.html#GetAccessTokenResult\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"TouchSession\",\"url\":\"modules/session.html#TouchSession\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"UpdateSession\",\"url\":\"modules/session.html#UpdateSession\",\"classes\":\"\",\"parent\":\"session\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,56.393]],[\"comment/0\",[]],[\"name/1\",[1,40.341,2,32.333]],[\"comment/1\",[]],[\"name/2\",[3,51.188]],[\"comment/2\",[]],[\"name/3\",[4,56.393]],[\"comment/3\",[]],[\"name/4\",[5,56.393]],[\"comment/4\",[]],[\"name/5\",[6,37.586]],[\"comment/5\",[]],[\"name/6\",[7,56.393]],[\"comment/6\",[]],[\"name/7\",[8,56.393]],[\"comment/7\",[]],[\"name/8\",[9,56.393]],[\"comment/8\",[]],[\"name/9\",[10,56.393]],[\"comment/9\",[]],[\"name/10\",[11,56.393]],[\"comment/10\",[]],[\"name/11\",[12,56.393]],[\"comment/11\",[]],[\"name/12\",[13,21.852]],[\"comment/12\",[]],[\"name/13\",[2,45.199]],[\"comment/13\",[]],[\"name/14\",[14,56.393]],[\"comment/14\",[]],[\"name/15\",[15,56.393]],[\"comment/15\",[]],[\"name/16\",[16,56.393]],[\"comment/16\",[]],[\"name/17\",[13,21.852]],[\"comment/17\",[]],[\"name/18\",[17,51.188]],[\"comment/18\",[]],[\"name/19\",[18,37.586]],[\"comment/19\",[]],[\"name/20\",[19,38.719]],[\"comment/20\",[]],[\"name/21\",[20,51.188]],[\"comment/21\",[]],[\"name/22\",[21,51.188]],[\"comment/22\",[]],[\"name/23\",[22,51.188]],[\"comment/23\",[]],[\"name/24\",[13,21.852]],[\"comment/24\",[]],[\"name/25\",[23,47.76]],[\"comment/25\",[]],[\"name/26\",[24,25.706,25,23.333,26,20.603,27,20.603]],[\"comment/26\",[]],[\"name/27\",[28,43.155]],[\"comment/27\",[]],[\"name/28\",[29,45.199]],[\"comment/28\",[]],[\"name/29\",[30,56.393]],[\"comment/29\",[]],[\"name/30\",[13,21.852]],[\"comment/30\",[]],[\"name/31\",[31,45.199]],[\"comment/31\",[]],[\"name/32\",[13,21.852]],[\"comment/32\",[]],[\"name/33\",[32,56.393]],[\"comment/33\",[]],[\"name/34\",[2,45.199]],[\"comment/34\",[]],[\"name/35\",[33,39.995]],[\"comment/35\",[]],[\"name/36\",[13,21.852]],[\"comment/36\",[]],[\"name/37\",[34,56.393]],[\"comment/37\",[]],[\"name/38\",[35,56.393]],[\"comment/38\",[]],[\"name/39\",[36,56.393]],[\"comment/39\",[]],[\"name/40\",[37,38.719]],[\"comment/40\",[]],[\"name/41\",[38,56.393]],[\"comment/41\",[]],[\"name/42\",[39,43.155]],[\"comment/42\",[]],[\"name/43\",[40,56.393]],[\"comment/43\",[]],[\"name/44\",[41,56.393]],[\"comment/44\",[]],[\"name/45\",[42,56.393]],[\"comment/45\",[]],[\"name/46\",[43,56.393]],[\"comment/46\",[]],[\"name/47\",[44,56.393]],[\"comment/47\",[]],[\"name/48\",[45,56.393]],[\"comment/48\",[]],[\"name/49\",[46,43.155]],[\"comment/49\",[]],[\"name/50\",[13,21.852]],[\"comment/50\",[]],[\"name/51\",[47,51.188]],[\"comment/51\",[]],[\"name/52\",[48,56.393]],[\"comment/52\",[]],[\"name/53\",[49,56.393]],[\"comment/53\",[]],[\"name/54\",[50,56.393]],[\"comment/54\",[]],[\"name/55\",[51,56.393]],[\"comment/55\",[]],[\"name/56\",[52,51.188]],[\"comment/56\",[]],[\"name/57\",[13,21.852]],[\"comment/57\",[]],[\"name/58\",[53,56.393]],[\"comment/58\",[]],[\"name/59\",[54,51.188]],[\"comment/59\",[]],[\"name/60\",[55,56.393]],[\"comment/60\",[]],[\"name/61\",[56,56.393]],[\"comment/61\",[]],[\"name/62\",[57,56.393]],[\"comment/62\",[]],[\"name/63\",[6,37.586]],[\"comment/63\",[]],[\"name/64\",[58,56.393]],[\"comment/64\",[]],[\"name/65\",[59,56.393]],[\"comment/65\",[]],[\"name/66\",[13,21.852]],[\"comment/66\",[]],[\"name/67\",[60,56.393]],[\"comment/67\",[]],[\"name/68\",[61,56.393]],[\"comment/68\",[]],[\"name/69\",[62,56.393]],[\"comment/69\",[]],[\"name/70\",[63,56.393]],[\"comment/70\",[]],[\"name/71\",[64,56.393]],[\"comment/71\",[]],[\"name/72\",[65,56.393]],[\"comment/72\",[]],[\"name/73\",[66,56.393]],[\"comment/73\",[]],[\"name/74\",[67,56.393]],[\"comment/74\",[]],[\"name/75\",[68,56.393]],[\"comment/75\",[]],[\"name/76\",[69,56.393]],[\"comment/76\",[]],[\"name/77\",[70,56.393]],[\"comment/77\",[]],[\"name/78\",[71,56.393]],[\"comment/78\",[]],[\"name/79\",[72,56.393]],[\"comment/79\",[]],[\"name/80\",[73,56.393]],[\"comment/80\",[]],[\"name/81\",[74,56.393]],[\"comment/81\",[]],[\"name/82\",[75,56.393]],[\"comment/82\",[]],[\"name/83\",[76,56.393]],[\"comment/83\",[]],[\"name/84\",[77,56.393]],[\"comment/84\",[]],[\"name/85\",[78,47.76]],[\"comment/85\",[]],[\"name/86\",[52,51.188]],[\"comment/86\",[]],[\"name/87\",[13,21.852]],[\"comment/87\",[]],[\"name/88\",[54,51.188]],[\"comment/88\",[]],[\"name/89\",[79,56.393]],[\"comment/89\",[]],[\"name/90\",[80,56.393]],[\"comment/90\",[]],[\"name/91\",[37,38.719]],[\"comment/91\",[]],[\"name/92\",[47,51.188]],[\"comment/92\",[]],[\"name/93\",[81,51.188]],[\"comment/93\",[]],[\"name/94\",[82,56.393]],[\"comment/94\",[]],[\"name/95\",[83,56.393]],[\"comment/95\",[]],[\"name/96\",[13,21.852]],[\"comment/96\",[]],[\"name/97\",[84,45.199]],[\"comment/97\",[]],[\"name/98\",[85,38.719]],[\"comment/98\",[]],[\"name/99\",[85,38.719]],[\"comment/99\",[]],[\"name/100\",[13,21.852]],[\"comment/100\",[]],[\"name/101\",[86,45.199]],[\"comment/101\",[]],[\"name/102\",[13,21.852]],[\"comment/102\",[]],[\"name/103\",[86,45.199]],[\"comment/103\",[]],[\"name/104\",[85,38.719]],[\"comment/104\",[]],[\"name/105\",[84,45.199]],[\"comment/105\",[]],[\"name/106\",[87,56.393]],[\"comment/106\",[]],[\"name/107\",[88,45.199]],[\"comment/107\",[]],[\"name/108\",[89,43.155]],[\"comment/108\",[]],[\"name/109\",[13,21.852]],[\"comment/109\",[]],[\"name/110\",[31,45.199]],[\"comment/110\",[]],[\"name/111\",[13,21.852]],[\"comment/111\",[]],[\"name/112\",[90,56.393]],[\"comment/112\",[]],[\"name/113\",[91,45.199]],[\"comment/113\",[]],[\"name/114\",[13,21.852]],[\"comment/114\",[]],[\"name/115\",[92,47.76]],[\"comment/115\",[]],[\"name/116\",[91,45.199]],[\"comment/116\",[]],[\"name/117\",[93,56.393]],[\"comment/117\",[]],[\"name/118\",[78,47.76]],[\"comment/118\",[]],[\"name/119\",[39,43.155]],[\"comment/119\",[]],[\"name/120\",[94,56.393]],[\"comment/120\",[]],[\"name/121\",[13,21.852]],[\"comment/121\",[]],[\"name/122\",[95,43.155]],[\"comment/122\",[]],[\"name/123\",[13,21.852]],[\"comment/123\",[]],[\"name/124\",[96,56.393]],[\"comment/124\",[]],[\"name/125\",[13,21.852]],[\"comment/125\",[]],[\"name/126\",[88,45.199]],[\"comment/126\",[]],[\"name/127\",[97,56.393]],[\"comment/127\",[]],[\"name/128\",[46,43.155]],[\"comment/128\",[]],[\"name/129\",[13,21.852]],[\"comment/129\",[]],[\"name/130\",[13,21.852]],[\"comment/130\",[]],[\"name/131\",[39,43.155]],[\"comment/131\",[]],[\"name/132\",[98,56.393]],[\"comment/132\",[]],[\"name/133\",[99,56.393]],[\"comment/133\",[]],[\"name/134\",[100,56.393]],[\"comment/134\",[]],[\"name/135\",[78,47.76]],[\"comment/135\",[]],[\"name/136\",[101,56.393]],[\"comment/136\",[]],[\"name/137\",[102,47.76]],[\"comment/137\",[]],[\"name/138\",[39,43.155]],[\"comment/138\",[]],[\"name/139\",[29,45.199]],[\"comment/139\",[]],[\"name/140\",[46,43.155]],[\"comment/140\",[]],[\"name/141\",[103,56.393]],[\"comment/141\",[]],[\"name/142\",[13,21.852]],[\"comment/142\",[]],[\"name/143\",[104,43.155]],[\"comment/143\",[]],[\"name/144\",[13,21.852]],[\"comment/144\",[]],[\"name/145\",[105,56.393]],[\"comment/145\",[]],[\"name/146\",[13,21.852]],[\"comment/146\",[]],[\"name/147\",[106,56.393]],[\"comment/147\",[]],[\"name/148\",[107,47.76]],[\"comment/148\",[]],[\"name/149\",[29,45.199]],[\"comment/149\",[]],[\"name/150\",[108,56.393]],[\"comment/150\",[]],[\"name/151\",[13,21.852]],[\"comment/151\",[]],[\"name/152\",[109,56.393]],[\"comment/152\",[]],[\"name/153\",[13,21.852]],[\"comment/153\",[]],[\"name/154\",[110,43.155]],[\"comment/154\",[]],[\"name/155\",[13,21.852]],[\"comment/155\",[]],[\"name/156\",[111,56.393]],[\"comment/156\",[]],[\"name/157\",[13,21.852]],[\"comment/157\",[]],[\"name/158\",[112,56.393]],[\"comment/158\",[]],[\"name/159\",[113,45.199]],[\"comment/159\",[]],[\"name/160\",[13,21.852]],[\"comment/160\",[]],[\"name/161\",[114,47.76]],[\"comment/161\",[]],[\"name/162\",[13,21.852]],[\"comment/162\",[]],[\"name/163\",[115,56.393]],[\"comment/163\",[]],[\"name/164\",[113,45.199]],[\"comment/164\",[]],[\"name/165\",[116,56.393]],[\"comment/165\",[]],[\"name/166\",[13,21.852]],[\"comment/166\",[]],[\"name/167\",[117,43.155]],[\"comment/167\",[]],[\"name/168\",[13,21.852]],[\"comment/168\",[]],[\"name/169\",[118,56.393]],[\"comment/169\",[]],[\"name/170\",[13,21.852]],[\"comment/170\",[]],[\"name/171\",[119,56.393]],[\"comment/171\",[]],[\"name/172\",[120,56.393]],[\"comment/172\",[]],[\"name/173\",[121,56.393]],[\"comment/173\",[]],[\"name/174\",[122,56.393]],[\"comment/174\",[]],[\"name/175\",[26,20.603,27,20.603,123,21.771,124,25.706]],[\"comment/175\",[]],[\"name/176\",[125,43.155]],[\"comment/176\",[]],[\"name/177\",[13,21.852]],[\"comment/177\",[]],[\"name/178\",[26,20.603,27,20.603,123,21.771,126,25.706]],[\"comment/178\",[]],[\"name/179\",[84,45.199]],[\"comment/179\",[]],[\"name/180\",[13,21.852]],[\"comment/180\",[]],[\"name/181\",[25,23.333,26,20.603,27,20.603,123,21.771]],[\"comment/181\",[]],[\"name/182\",[127,47.76]],[\"comment/182\",[]],[\"name/183\",[128,47.76]],[\"comment/183\",[]],[\"name/184\",[13,21.852]],[\"comment/184\",[]],[\"name/185\",[28,43.155]],[\"comment/185\",[]],[\"name/186\",[13,21.852]],[\"comment/186\",[]],[\"name/187\",[129,56.393]],[\"comment/187\",[]],[\"name/188\",[29,45.199]],[\"comment/188\",[]],[\"name/189\",[33,39.995]],[\"comment/189\",[]],[\"name/190\",[13,21.852]],[\"comment/190\",[]],[\"name/191\",[130,56.393]],[\"comment/191\",[]],[\"name/192\",[131,56.393]],[\"comment/192\",[]],[\"name/193\",[85,38.719]],[\"comment/193\",[]],[\"name/194\",[132,45.199]],[\"comment/194\",[]],[\"name/195\",[133,43.155]],[\"comment/195\",[]],[\"name/196\",[134,43.155]],[\"comment/196\",[]],[\"name/197\",[104,43.155]],[\"comment/197\",[]],[\"name/198\",[95,43.155]],[\"comment/198\",[]],[\"name/199\",[110,43.155]],[\"comment/199\",[]],[\"name/200\",[117,43.155]],[\"comment/200\",[]],[\"name/201\",[125,43.155]],[\"comment/201\",[]],[\"name/202\",[33,39.995]],[\"comment/202\",[]],[\"name/203\",[89,43.155]],[\"comment/203\",[]],[\"name/204\",[86,45.199]],[\"comment/204\",[]],[\"name/205\",[13,21.852]],[\"comment/205\",[]],[\"name/206\",[86,45.199]],[\"comment/206\",[]],[\"name/207\",[135,56.393]],[\"comment/207\",[]],[\"name/208\",[85,38.719]],[\"comment/208\",[]],[\"name/209\",[133,43.155]],[\"comment/209\",[]],[\"name/210\",[134,43.155]],[\"comment/210\",[]],[\"name/211\",[125,43.155]],[\"comment/211\",[]],[\"name/212\",[33,39.995]],[\"comment/212\",[]],[\"name/213\",[104,43.155]],[\"comment/213\",[]],[\"name/214\",[110,43.155]],[\"comment/214\",[]],[\"name/215\",[95,43.155]],[\"comment/215\",[]],[\"name/216\",[117,43.155]],[\"comment/216\",[]],[\"name/217\",[89,43.155]],[\"comment/217\",[]],[\"name/218\",[136,56.393]],[\"comment/218\",[]],[\"name/219\",[137,56.393]],[\"comment/219\",[]],[\"name/220\",[138,28.504,139,31.402,140,31.402]],[\"comment/220\",[]],[\"name/221\",[141,51.188]],[\"comment/221\",[]],[\"name/222\",[13,21.852]],[\"comment/222\",[]],[\"name/223\",[142,47.76]],[\"comment/223\",[]],[\"name/224\",[143,56.393]],[\"comment/224\",[]],[\"name/225\",[144,56.393]],[\"comment/225\",[]],[\"name/226\",[141,51.188]],[\"comment/226\",[]],[\"name/227\",[39,43.155]],[\"comment/227\",[]],[\"name/228\",[145,47.76]],[\"comment/228\",[]],[\"name/229\",[146,51.188]],[\"comment/229\",[]],[\"name/230\",[134,43.155]],[\"comment/230\",[]],[\"name/231\",[13,21.852]],[\"comment/231\",[]],[\"name/232\",[37,27.698,138,36.617]],[\"comment/232\",[]],[\"name/233\",[85,38.719]],[\"comment/233\",[]],[\"name/234\",[13,21.852]],[\"comment/234\",[]],[\"name/235\",[37,38.719]],[\"comment/235\",[]],[\"name/236\",[147,56.393]],[\"comment/236\",[]],[\"name/237\",[148,47.76]],[\"comment/237\",[]],[\"name/238\",[23,47.76]],[\"comment/238\",[]],[\"name/239\",[18,37.586]],[\"comment/239\",[]],[\"name/240\",[2,45.199]],[\"comment/240\",[]],[\"name/241\",[149,56.393]],[\"comment/241\",[]],[\"name/242\",[146,51.188]],[\"comment/242\",[]],[\"name/243\",[150,56.393]],[\"comment/243\",[]],[\"name/244\",[151,56.393]],[\"comment/244\",[]],[\"name/245\",[152,56.393]],[\"comment/245\",[]],[\"name/246\",[37,27.698,153,40.341]],[\"comment/246\",[]],[\"name/247\",[132,45.199]],[\"comment/247\",[]],[\"name/248\",[13,21.852]],[\"comment/248\",[]],[\"name/249\",[37,27.698,154,40.341]],[\"comment/249\",[]],[\"name/250\",[133,43.155]],[\"comment/250\",[]],[\"name/251\",[13,21.852]],[\"comment/251\",[]],[\"name/252\",[155,56.393]],[\"comment/252\",[]],[\"name/253\",[156,51.188]],[\"comment/253\",[]],[\"name/254\",[18,37.586]],[\"comment/254\",[]],[\"name/255\",[157,35.639]],[\"comment/255\",[]],[\"name/256\",[6,37.586]],[\"comment/256\",[]],[\"name/257\",[158,39.995]],[\"comment/257\",[]],[\"name/258\",[19,38.719]],[\"comment/258\",[]],[\"name/259\",[159,51.188]],[\"comment/259\",[]],[\"name/260\",[160,56.393]],[\"comment/260\",[]],[\"name/261\",[161,56.393]],[\"comment/261\",[]],[\"name/262\",[162,56.393]],[\"comment/262\",[]],[\"name/263\",[163,56.393]],[\"comment/263\",[]],[\"name/264\",[164,56.393]],[\"comment/264\",[]],[\"name/265\",[165,56.393]],[\"comment/265\",[]],[\"name/266\",[166,51.188]],[\"comment/266\",[]],[\"name/267\",[18,37.586]],[\"comment/267\",[]],[\"name/268\",[157,35.639]],[\"comment/268\",[]],[\"name/269\",[6,37.586]],[\"comment/269\",[]],[\"name/270\",[158,39.995]],[\"comment/270\",[]],[\"name/271\",[19,38.719]],[\"comment/271\",[]],[\"name/272\",[167,51.188]],[\"comment/272\",[]],[\"name/273\",[18,37.586]],[\"comment/273\",[]],[\"name/274\",[157,35.639]],[\"comment/274\",[]],[\"name/275\",[6,37.586]],[\"comment/275\",[]],[\"name/276\",[158,39.995]],[\"comment/276\",[]],[\"name/277\",[19,38.719]],[\"comment/277\",[]],[\"name/278\",[168,51.188]],[\"comment/278\",[]],[\"name/279\",[157,35.639]],[\"comment/279\",[]],[\"name/280\",[18,37.586]],[\"comment/280\",[]],[\"name/281\",[157,35.639]],[\"comment/281\",[]],[\"name/282\",[6,37.586]],[\"comment/282\",[]],[\"name/283\",[158,39.995]],[\"comment/283\",[]],[\"name/284\",[19,38.719]],[\"comment/284\",[]],[\"name/285\",[169,51.188]],[\"comment/285\",[]],[\"name/286\",[157,35.639]],[\"comment/286\",[]],[\"name/287\",[18,37.586]],[\"comment/287\",[]],[\"name/288\",[157,35.639]],[\"comment/288\",[]],[\"name/289\",[6,37.586]],[\"comment/289\",[]],[\"name/290\",[158,39.995]],[\"comment/290\",[]],[\"name/291\",[19,38.719]],[\"comment/291\",[]],[\"name/292\",[170,51.188]],[\"comment/292\",[]],[\"name/293\",[157,35.639]],[\"comment/293\",[]],[\"name/294\",[18,37.586]],[\"comment/294\",[]],[\"name/295\",[157,35.639]],[\"comment/295\",[]],[\"name/296\",[6,37.586]],[\"comment/296\",[]],[\"name/297\",[158,39.995]],[\"comment/297\",[]],[\"name/298\",[19,38.719]],[\"comment/298\",[]],[\"name/299\",[171,51.188]],[\"comment/299\",[]],[\"name/300\",[157,35.639]],[\"comment/300\",[]],[\"name/301\",[18,37.586]],[\"comment/301\",[]],[\"name/302\",[157,35.639]],[\"comment/302\",[]],[\"name/303\",[6,37.586]],[\"comment/303\",[]],[\"name/304\",[158,39.995]],[\"comment/304\",[]],[\"name/305\",[19,38.719]],[\"comment/305\",[]],[\"name/306\",[172,56.393]],[\"comment/306\",[]],[\"name/307\",[23,47.76]],[\"comment/307\",[]],[\"name/308\",[22,51.188]],[\"comment/308\",[]],[\"name/309\",[20,51.188]],[\"comment/309\",[]],[\"name/310\",[3,51.188]],[\"comment/310\",[]],[\"name/311\",[17,51.188]],[\"comment/311\",[]],[\"name/312\",[21,51.188]],[\"comment/312\",[]],[\"name/313\",[33,39.995]],[\"comment/313\",[]],[\"name/314\",[28,43.155]],[\"comment/314\",[]],[\"name/315\",[84,45.199]],[\"comment/315\",[]],[\"name/316\",[95,43.155]],[\"comment/316\",[]],[\"name/317\",[92,47.76]],[\"comment/317\",[]],[\"name/318\",[91,45.199]],[\"comment/318\",[]],[\"name/319\",[104,43.155]],[\"comment/319\",[]],[\"name/320\",[102,47.76]],[\"comment/320\",[]],[\"name/321\",[46,43.155]],[\"comment/321\",[]],[\"name/322\",[110,43.155]],[\"comment/322\",[]],[\"name/323\",[107,47.76]],[\"comment/323\",[]],[\"name/324\",[117,43.155]],[\"comment/324\",[]],[\"name/325\",[114,47.76]],[\"comment/325\",[]],[\"name/326\",[113,45.199]],[\"comment/326\",[]],[\"name/327\",[88,45.199]],[\"comment/327\",[]],[\"name/328\",[89,43.155]],[\"comment/328\",[]],[\"name/329\",[31,45.199]],[\"comment/329\",[]],[\"name/330\",[125,43.155]],[\"comment/330\",[]],[\"name/331\",[127,47.76]],[\"comment/331\",[]],[\"name/332\",[33,39.995]],[\"comment/332\",[]],[\"name/333\",[28,43.155]],[\"comment/333\",[]],[\"name/334\",[128,47.76]],[\"comment/334\",[]],[\"name/335\",[156,51.188]],[\"comment/335\",[]],[\"name/336\",[159,51.188]],[\"comment/336\",[]],[\"name/337\",[166,51.188]],[\"comment/337\",[]],[\"name/338\",[167,51.188]],[\"comment/338\",[]],[\"name/339\",[168,51.188]],[\"comment/339\",[]],[\"name/340\",[169,51.188]],[\"comment/340\",[]],[\"name/341\",[170,51.188]],[\"comment/341\",[]],[\"name/342\",[171,51.188]],[\"comment/342\",[]],[\"name/343\",[81,51.188]],[\"comment/343\",[]],[\"name/344\",[89,43.155]],[\"comment/344\",[]],[\"name/345\",[104,43.155]],[\"comment/345\",[]],[\"name/346\",[117,43.155]],[\"comment/346\",[]],[\"name/347\",[110,43.155]],[\"comment/347\",[]],[\"name/348\",[95,43.155]],[\"comment/348\",[]],[\"name/349\",[114,47.76]],[\"comment/349\",[]],[\"name/350\",[88,45.199]],[\"comment/350\",[]],[\"name/351\",[127,47.76]],[\"comment/351\",[]],[\"name/352\",[28,43.155]],[\"comment/352\",[]],[\"name/353\",[128,47.76]],[\"comment/353\",[]],[\"name/354\",[125,43.155]],[\"comment/354\",[]],[\"name/355\",[33,39.995]],[\"comment/355\",[]],[\"name/356\",[85,38.719]],[\"comment/356\",[]],[\"name/357\",[132,45.199]],[\"comment/357\",[]],[\"name/358\",[133,43.155]],[\"comment/358\",[]],[\"name/359\",[134,43.155]],[\"comment/359\",[]],[\"name/360\",[37,38.719]],[\"comment/360\",[]],[\"name/361\",[148,47.76]],[\"comment/361\",[]],[\"name/362\",[142,47.76]],[\"comment/362\",[]],[\"name/363\",[145,47.76]],[\"comment/363\",[]],[\"name/364\",[92,47.76]],[\"comment/364\",[]],[\"name/365\",[91,45.199]],[\"comment/365\",[]],[\"name/366\",[113,45.199]],[\"comment/366\",[]],[\"name/367\",[102,47.76]],[\"comment/367\",[]],[\"name/368\",[107,47.76]],[\"comment/368\",[]],[\"name/369\",[46,43.155]],[\"comment/369\",[]],[\"name/370\",[31,45.199]],[\"comment/370\",[]],[\"name/371\",[37,38.719]],[\"comment/371\",[]],[\"name/372\",[148,47.76]],[\"comment/372\",[]],[\"name/373\",[85,38.719]],[\"comment/373\",[]],[\"name/374\",[134,43.155]],[\"comment/374\",[]],[\"name/375\",[142,47.76]],[\"comment/375\",[]],[\"name/376\",[145,47.76]],[\"comment/376\",[]],[\"name/377\",[132,45.199]],[\"comment/377\",[]],[\"name/378\",[133,43.155]],[\"comment/378\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":13,\"name\":{\"12\":{},\"17\":{},\"24\":{},\"30\":{},\"32\":{},\"36\":{},\"50\":{},\"57\":{},\"66\":{},\"87\":{},\"96\":{},\"100\":{},\"102\":{},\"109\":{},\"111\":{},\"114\":{},\"121\":{},\"123\":{},\"125\":{},\"129\":{},\"130\":{},\"142\":{},\"144\":{},\"146\":{},\"151\":{},\"153\":{},\"155\":{},\"157\":{},\"160\":{},\"162\":{},\"166\":{},\"168\":{},\"170\":{},\"177\":{},\"180\":{},\"184\":{},\"186\":{},\"190\":{},\"205\":{},\"222\":{},\"231\":{},\"234\":{},\"248\":{},\"251\":{}},\"comment\":{}}],[\"_initauth\",{\"_index\":135,\"name\":{\"207\":{}},\"comment\":{}}],[\"absoluteduration\",{\"_index\":62,\"name\":{\"69\":{}},\"comment\":{}}],[\"access\",{\"_index\":139,\"name\":{\"220\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":146,\"name\":{\"229\":{},\"242\":{}},\"comment\":{}}],[\"accesstokenerror\",{\"_index\":166,\"name\":{\"266\":{},\"337\":{}},\"comment\":{}}],[\"accesstokenerrorcode\",{\"_index\":159,\"name\":{\"259\":{},\"336\":{}},\"comment\":{}}],[\"accesstokenexpiresat\",{\"_index\":151,\"name\":{\"244\":{}},\"comment\":{}}],[\"accesstokenrequest\",{\"_index\":142,\"name\":{\"223\":{},\"362\":{},\"375\":{}},\"comment\":{}}],[\"accesstokenscope\",{\"_index\":150,\"name\":{\"243\":{}},\"comment\":{}}],[\"aftercallback\",{\"_index\":91,\"name\":{\"113\":{},\"116\":{},\"318\":{},\"365\":{}},\"comment\":{}}],[\"afterrefetch\",{\"_index\":113,\"name\":{\"159\":{},\"164\":{},\"326\":{},\"366\":{}},\"comment\":{}}],[\"afterrefresh\",{\"_index\":141,\"name\":{\"221\":{},\"226\":{}},\"comment\":{}}],[\"api\",{\"_index\":124,\"name\":{\"175\":{}},\"comment\":{}}],[\"auth\",{\"_index\":26,\"name\":{\"26\":{},\"175\":{},\"178\":{},\"181\":{}},\"comment\":{}}],[\"auth0edge\",{\"_index\":83,\"name\":{\"95\":{}},\"comment\":{}}],[\"auth0logout\",{\"_index\":38,\"name\":{\"41\":{}},\"comment\":{}}],[\"auth0server\",{\"_index\":131,\"name\":{\"192\":{}},\"comment\":{}}],[\"autherror\",{\"_index\":156,\"name\":{\"253\":{},\"335\":{}},\"comment\":{}}],[\"authorizationparameters\",{\"_index\":73,\"name\":{\"80\":{}},\"comment\":{}}],[\"authorizationparams\",{\"_index\":39,\"name\":{\"42\":{},\"119\":{},\"131\":{},\"138\":{},\"227\":{}},\"comment\":{}}],[\"autosave\",{\"_index\":63,\"name\":{\"70\":{}},\"comment\":{}}],[\"baseconfig\",{\"_index\":35,\"name\":{\"38\":{}},\"comment\":{}}],[\"baseurl\",{\"_index\":40,\"name\":{\"43\":{}},\"comment\":{}}],[\"callback\",{\"_index\":54,\"name\":{\"59\":{},\"88\":{}},\"comment\":{}}],[\"callbackhandler\",{\"_index\":96,\"name\":{\"124\":{}},\"comment\":{}}],[\"callbackhandlererror\",{\"_index\":168,\"name\":{\"278\":{},\"339\":{}},\"comment\":{}}],[\"callbackoptions\",{\"_index\":92,\"name\":{\"115\":{},\"317\":{},\"364\":{}},\"comment\":{}}],[\"callbackoptionsprovider\",{\"_index\":94,\"name\":{\"120\":{}},\"comment\":{}}],[\"cause\",{\"_index\":158,\"name\":{\"257\":{},\"270\":{},\"276\":{},\"283\":{},\"290\":{},\"297\":{},\"304\":{}},\"comment\":{}}],[\"checksession\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"claims\",{\"_index\":148,\"name\":{\"237\":{},\"361\":{},\"372\":{}},\"comment\":{}}],[\"client\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"client/use\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"client/with\",{\"_index\":24,\"name\":{\"26\":{}},\"comment\":{}}],[\"clientassertionsigningalg\",{\"_index\":56,\"name\":{\"61\":{}},\"comment\":{}}],[\"clientassertionsigningkey\",{\"_index\":55,\"name\":{\"60\":{}},\"comment\":{}}],[\"clientid\",{\"_index\":41,\"name\":{\"44\":{}},\"comment\":{}}],[\"clientsecret\",{\"_index\":42,\"name\":{\"45\":{}},\"comment\":{}}],[\"clocktolerance\",{\"_index\":43,\"name\":{\"46\":{}},\"comment\":{}}],[\"code\",{\"_index\":157,\"name\":{\"255\":{},\"268\":{},\"274\":{},\"279\":{},\"281\":{},\"286\":{},\"288\":{},\"293\":{},\"295\":{},\"300\":{},\"302\":{}},\"comment\":{}}],[\"config\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"configparameters\",{\"_index\":81,\"name\":{\"93\":{},\"343\":{}},\"comment\":{}}],[\"connection\",{\"_index\":98,\"name\":{\"132\":{}},\"comment\":{}}],[\"connection_scope\",{\"_index\":99,\"name\":{\"133\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":18,\"name\":{\"19\":{},\"239\":{},\"254\":{},\"267\":{},\"273\":{},\"280\":{},\"287\":{},\"294\":{},\"301\":{}},\"comment\":{}}],[\"cookie\",{\"_index\":65,\"name\":{\"72\":{}},\"comment\":{}}],[\"cookieconfig\",{\"_index\":66,\"name\":{\"73\":{}},\"comment\":{}}],[\"default\",{\"_index\":23,\"name\":{\"25\":{},\"238\":{},\"307\":{}},\"comment\":{}}],[\"domain\",{\"_index\":67,\"name\":{\"74\":{}},\"comment\":{}}],[\"edge\",{\"_index\":82,\"name\":{\"94\":{}},\"comment\":{}}],[\"email\",{\"_index\":4,\"name\":{\"3\":{}},\"comment\":{}}],[\"email_verified\",{\"_index\":5,\"name\":{\"4\":{}},\"comment\":{}}],[\"enabletelemetry\",{\"_index\":45,\"name\":{\"48\":{}},\"comment\":{}}],[\"error\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"expired_access_token\",{\"_index\":163,\"name\":{\"263\":{}},\"comment\":{}}],[\"failed_refresh_grant\",{\"_index\":165,\"name\":{\"265\":{}},\"comment\":{}}],[\"generatesessioncookie\",{\"_index\":122,\"name\":{\"174\":{}},\"comment\":{}}],[\"generatesessioncookieconfig\",{\"_index\":121,\"name\":{\"173\":{}},\"comment\":{}}],[\"genid\",{\"_index\":59,\"name\":{\"65\":{}},\"comment\":{}}],[\"getaccesstoken\",{\"_index\":134,\"name\":{\"196\":{},\"210\":{},\"230\":{},\"359\":{},\"374\":{}},\"comment\":{}}],[\"getaccesstokenresult\",{\"_index\":145,\"name\":{\"228\":{},\"363\":{},\"376\":{}},\"comment\":{}}],[\"getloginstate\",{\"_index\":46,\"name\":{\"49\":{},\"128\":{},\"140\":{},\"321\":{},\"369\":{}},\"comment\":{}}],[\"getserversideprops\",{\"_index\":129,\"name\":{\"187\":{}},\"comment\":{}}],[\"getserversidepropsresultwithsession\",{\"_index\":127,\"name\":{\"182\":{},\"331\":{},\"351\":{}},\"comment\":{}}],[\"getsession\",{\"_index\":85,\"name\":{\"98\":{},\"99\":{},\"104\":{},\"193\":{},\"208\":{},\"233\":{},\"356\":{},\"373\":{}},\"comment\":{}}],[\"handleauth\",{\"_index\":89,\"name\":{\"108\":{},\"203\":{},\"217\":{},\"328\":{},\"344\":{}},\"comment\":{}}],[\"handlecallback\",{\"_index\":95,\"name\":{\"122\":{},\"198\":{},\"215\":{},\"316\":{},\"348\":{}},\"comment\":{}}],[\"handlelogin\",{\"_index\":104,\"name\":{\"143\":{},\"197\":{},\"213\":{},\"319\":{},\"345\":{}},\"comment\":{}}],[\"handlelogout\",{\"_index\":110,\"name\":{\"154\":{},\"199\":{},\"214\":{},\"322\":{},\"347\":{}},\"comment\":{}}],[\"handleprofile\",{\"_index\":117,\"name\":{\"167\":{},\"200\":{},\"216\":{},\"324\":{},\"346\":{}},\"comment\":{}}],[\"handlererror\",{\"_index\":167,\"name\":{\"272\":{},\"338\":{}},\"comment\":{}}],[\"handlers\",{\"_index\":88,\"name\":{\"107\":{},\"126\":{},\"327\":{},\"350\":{}},\"comment\":{}}],[\"handlers/auth\",{\"_index\":87,\"name\":{\"106\":{}},\"comment\":{}}],[\"handlers/callback\",{\"_index\":90,\"name\":{\"112\":{}},\"comment\":{}}],[\"handlers/login\",{\"_index\":97,\"name\":{\"127\":{}},\"comment\":{}}],[\"handlers/logout\",{\"_index\":106,\"name\":{\"147\":{}},\"comment\":{}}],[\"handlers/profile\",{\"_index\":112,\"name\":{\"158\":{}},\"comment\":{}}],[\"helpers\",{\"_index\":119,\"name\":{\"171\":{}},\"comment\":{}}],[\"helpers/testing\",{\"_index\":120,\"name\":{\"172\":{}},\"comment\":{}}],[\"helpers/with\",{\"_index\":123,\"name\":{\"175\":{},\"178\":{},\"181\":{}},\"comment\":{}}],[\"httponly\",{\"_index\":70,\"name\":{\"77\":{}},\"comment\":{}}],[\"httptimeout\",{\"_index\":44,\"name\":{\"47\":{}},\"comment\":{}}],[\"identityclaimfilter\",{\"_index\":47,\"name\":{\"51\":{},\"92\":{}},\"comment\":{}}],[\"idplogout\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"idtoken\",{\"_index\":149,\"name\":{\"241\":{}},\"comment\":{}}],[\"idtokensigningalg\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"index\",{\"_index\":130,\"name\":{\"191\":{}},\"comment\":{}}],[\"initauth0\",{\"_index\":86,\"name\":{\"101\":{},\"103\":{},\"204\":{},\"206\":{}},\"comment\":{}}],[\"insufficient_scope\",{\"_index\":164,\"name\":{\"264\":{}},\"comment\":{}}],[\"invitation\",{\"_index\":100,\"name\":{\"134\":{}},\"comment\":{}}],[\"isloading\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"issuerbaseurl\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"legacysamesitecookie\",{\"_index\":51,\"name\":{\"55\":{}},\"comment\":{}}],[\"login\",{\"_index\":79,\"name\":{\"89\":{}},\"comment\":{}}],[\"loginhandler\",{\"_index\":105,\"name\":{\"145\":{}},\"comment\":{}}],[\"loginhandlererror\",{\"_index\":169,\"name\":{\"285\":{},\"340\":{}},\"comment\":{}}],[\"loginoptions\",{\"_index\":102,\"name\":{\"137\":{},\"320\":{},\"367\":{}},\"comment\":{}}],[\"loginoptionsprovider\",{\"_index\":103,\"name\":{\"141\":{}},\"comment\":{}}],[\"logouthandler\",{\"_index\":111,\"name\":{\"156\":{}},\"comment\":{}}],[\"logouthandlererror\",{\"_index\":170,\"name\":{\"292\":{},\"341\":{}},\"comment\":{}}],[\"logoutoptions\",{\"_index\":107,\"name\":{\"148\":{},\"323\":{},\"368\":{}},\"comment\":{}}],[\"logoutoptionsprovider\",{\"_index\":109,\"name\":{\"152\":{}},\"comment\":{}}],[\"logoutparams\",{\"_index\":108,\"name\":{\"150\":{}},\"comment\":{}}],[\"middleware\",{\"_index\":126,\"name\":{\"178\":{}},\"comment\":{}}],[\"missing_access_token\",{\"_index\":161,\"name\":{\"261\":{}},\"comment\":{}}],[\"missing_refresh_token\",{\"_index\":162,\"name\":{\"262\":{}},\"comment\":{}}],[\"missing_session\",{\"_index\":160,\"name\":{\"260\":{}},\"comment\":{}}],[\"name\",{\"_index\":6,\"name\":{\"5\":{},\"63\":{},\"256\":{},\"269\":{},\"275\":{},\"282\":{},\"289\":{},\"296\":{},\"303\":{}},\"comment\":{}}],[\"nextconfig\",{\"_index\":77,\"name\":{\"84\":{}},\"comment\":{}}],[\"nickname\",{\"_index\":7,\"name\":{\"6\":{}},\"comment\":{}}],[\"onerror\",{\"_index\":31,\"name\":{\"31\":{},\"110\":{},\"329\":{},\"370\":{}},\"comment\":{}}],[\"onredirecting\",{\"_index\":30,\"name\":{\"29\":{}},\"comment\":{}}],[\"org_id\",{\"_index\":11,\"name\":{\"10\":{}},\"comment\":{}}],[\"organization\",{\"_index\":78,\"name\":{\"85\":{},\"118\":{},\"135\":{}},\"comment\":{}}],[\"page\",{\"_index\":25,\"name\":{\"26\":{},\"181\":{}},\"comment\":{}}],[\"pageroute\",{\"_index\":128,\"name\":{\"183\":{},\"334\":{},\"353\":{}},\"comment\":{}}],[\"path\",{\"_index\":68,\"name\":{\"75\":{}},\"comment\":{}}],[\"picture\",{\"_index\":8,\"name\":{\"7\":{}},\"comment\":{}}],[\"postlogoutredirect\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"profilehandler\",{\"_index\":118,\"name\":{\"169\":{}},\"comment\":{}}],[\"profilehandlererror\",{\"_index\":171,\"name\":{\"299\":{},\"342\":{}},\"comment\":{}}],[\"profileoptions\",{\"_index\":114,\"name\":{\"161\":{},\"325\":{},\"349\":{}},\"comment\":{}}],[\"profileoptionsprovider\",{\"_index\":116,\"name\":{\"165\":{}},\"comment\":{}}],[\"redirecturi\",{\"_index\":93,\"name\":{\"117\":{}},\"comment\":{}}],[\"refetch\",{\"_index\":115,\"name\":{\"163\":{}},\"comment\":{}}],[\"refresh\",{\"_index\":144,\"name\":{\"225\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":152,\"name\":{\"245\":{}},\"comment\":{}}],[\"requesterror\",{\"_index\":17,\"name\":{\"18\":{},\"311\":{}},\"comment\":{}}],[\"required\",{\"_index\":27,\"name\":{\"26\":{},\"175\":{},\"178\":{},\"181\":{}},\"comment\":{}}],[\"response_mode\",{\"_index\":75,\"name\":{\"82\":{}},\"comment\":{}}],[\"response_type\",{\"_index\":76,\"name\":{\"83\":{}},\"comment\":{}}],[\"returnto\",{\"_index\":29,\"name\":{\"28\":{},\"139\":{},\"149\":{},\"188\":{}},\"comment\":{}}],[\"rolling\",{\"_index\":60,\"name\":{\"67\":{}},\"comment\":{}}],[\"rollingduration\",{\"_index\":61,\"name\":{\"68\":{}},\"comment\":{}}],[\"routes\",{\"_index\":52,\"name\":{\"56\":{},\"86\":{}},\"comment\":{}}],[\"samesite\",{\"_index\":72,\"name\":{\"79\":{}},\"comment\":{}}],[\"scope\",{\"_index\":74,\"name\":{\"81\":{}},\"comment\":{}}],[\"scopes\",{\"_index\":143,\"name\":{\"224\":{}},\"comment\":{}}],[\"screen_hint\",{\"_index\":101,\"name\":{\"136\":{}},\"comment\":{}}],[\"secret\",{\"_index\":36,\"name\":{\"39\":{}},\"comment\":{}}],[\"secure\",{\"_index\":71,\"name\":{\"78\":{}},\"comment\":{}}],[\"session\",{\"_index\":37,\"name\":{\"40\":{},\"91\":{},\"232\":{},\"235\":{},\"246\":{},\"249\":{},\"360\":{},\"371\":{}},\"comment\":{}}],[\"session/get\",{\"_index\":138,\"name\":{\"220\":{},\"232\":{}},\"comment\":{}}],[\"session/session\",{\"_index\":147,\"name\":{\"236\":{}},\"comment\":{}}],[\"session/touch\",{\"_index\":153,\"name\":{\"246\":{}},\"comment\":{}}],[\"session/update\",{\"_index\":154,\"name\":{\"249\":{}},\"comment\":{}}],[\"sessionconfig\",{\"_index\":57,\"name\":{\"62\":{}},\"comment\":{}}],[\"sessionstore\",{\"_index\":136,\"name\":{\"218\":{}},\"comment\":{}}],[\"sessionstorepayload\",{\"_index\":137,\"name\":{\"219\":{}},\"comment\":{}}],[\"status\",{\"_index\":19,\"name\":{\"20\":{},\"258\":{},\"271\":{},\"277\":{},\"284\":{},\"291\":{},\"298\":{},\"305\":{}},\"comment\":{}}],[\"store\",{\"_index\":58,\"name\":{\"64\":{}},\"comment\":{}}],[\"storeidtoken\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"sub\",{\"_index\":9,\"name\":{\"8\":{}},\"comment\":{}}],[\"token\",{\"_index\":140,\"name\":{\"220\":{}},\"comment\":{}}],[\"touchsession\",{\"_index\":132,\"name\":{\"194\":{},\"247\":{},\"357\":{},\"377\":{}},\"comment\":{}}],[\"transient\",{\"_index\":69,\"name\":{\"76\":{}},\"comment\":{}}],[\"unauthorized\",{\"_index\":80,\"name\":{\"90\":{}},\"comment\":{}}],[\"updated_at\",{\"_index\":10,\"name\":{\"9\":{}},\"comment\":{}}],[\"updatesession\",{\"_index\":133,\"name\":{\"195\":{},\"209\":{},\"250\":{},\"358\":{},\"378\":{}},\"comment\":{}}],[\"user\",{\"_index\":2,\"name\":{\"1\":{},\"13\":{},\"34\":{},\"240\":{}},\"comment\":{}}],[\"usercontext\",{\"_index\":12,\"name\":{\"11\":{}},\"comment\":{}}],[\"userprofile\",{\"_index\":3,\"name\":{\"2\":{},\"310\":{}},\"comment\":{}}],[\"userprops\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"userprovider\",{\"_index\":22,\"name\":{\"23\":{},\"308\":{}},\"comment\":{}}],[\"userproviderprops\",{\"_index\":20,\"name\":{\"21\":{},\"309\":{}},\"comment\":{}}],[\"useuser\",{\"_index\":21,\"name\":{\"22\":{},\"312\":{}},\"comment\":{}}],[\"utils/errors\",{\"_index\":155,\"name\":{\"252\":{}},\"comment\":{}}],[\"version\",{\"_index\":172,\"name\":{\"306\":{}},\"comment\":{}}],[\"withapiauthrequired\",{\"_index\":125,\"name\":{\"176\":{},\"201\":{},\"211\":{},\"330\":{},\"354\":{}},\"comment\":{}}],[\"withmiddlewareauthrequired\",{\"_index\":84,\"name\":{\"97\":{},\"105\":{},\"179\":{},\"315\":{}},\"comment\":{}}],[\"withpageauthrequired\",{\"_index\":33,\"name\":{\"35\":{},\"189\":{},\"202\":{},\"212\":{},\"313\":{},\"332\":{},\"355\":{}},\"comment\":{}}],[\"withpageauthrequiredoptions\",{\"_index\":28,\"name\":{\"27\":{},\"185\":{},\"314\":{},\"333\":{},\"352\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"rows\":[{\"kind\":2,\"name\":\"client\",\"url\":\"modules/client.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"client/use-user\",\"url\":\"modules/client_use_user.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"UserProfile\",\"url\":\"interfaces/client_use_user.UserProfile.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/client_use_user.UserProfile.html#email\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"email_verified\",\"url\":\"interfaces/client_use_user.UserProfile.html#email_verified\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/client_use_user.UserProfile.html#name\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"nickname\",\"url\":\"interfaces/client_use_user.UserProfile.html#nickname\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"picture\",\"url\":\"interfaces/client_use_user.UserProfile.html#picture\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"sub\",\"url\":\"interfaces/client_use_user.UserProfile.html#sub\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"updated_at\",\"url\":\"interfaces/client_use_user.UserProfile.html#updated_at\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":1024,\"name\":\"org_id\",\"url\":\"interfaces/client_use_user.UserProfile.html#org_id\",\"classes\":\"\",\"parent\":\"client/use-user.UserProfile\"},{\"kind\":4194304,\"name\":\"UserContext\",\"url\":\"types/client_use_user.UserContext.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_use_user.UserContext.html#__type\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext\"},{\"kind\":1024,\"name\":\"user\",\"url\":\"types/client_use_user.UserContext.html#__type.user\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"types/client_use_user.UserContext.html#__type.error\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":1024,\"name\":\"isLoading\",\"url\":\"types/client_use_user.UserContext.html#__type.isLoading\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":1024,\"name\":\"checkSession\",\"url\":\"types/client_use_user.UserContext.html#__type.checkSession\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_use_user.UserContext.html#__type.checkSession.__type-1\",\"classes\":\"\",\"parent\":\"client/use-user.UserContext.__type.checkSession\"},{\"kind\":128,\"name\":\"RequestError\",\"url\":\"classes/client_use_user.RequestError.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/client_use_user.RequestError.html#constructor\",\"classes\":\"\",\"parent\":\"client/use-user.RequestError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/client_use_user.RequestError.html#status\",\"classes\":\"\",\"parent\":\"client/use-user.RequestError\"},{\"kind\":4194304,\"name\":\"UserProviderProps\",\"url\":\"types/client_use_user.UserProviderProps.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":64,\"name\":\"useUser\",\"url\":\"functions/client_use_user.useUser.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":4194304,\"name\":\"UserProvider\",\"url\":\"types/client_use_user.UserProvider.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_use_user.UserProvider.html#__type\",\"classes\":\"\",\"parent\":\"client/use-user.UserProvider\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/client_use_user.default.html\",\"classes\":\"\",\"parent\":\"client/use-user\"},{\"kind\":2,\"name\":\"client/with-page-auth-required\",\"url\":\"modules/client_with_page_auth_required.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"WithPageAuthRequiredOptions\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#returnTo\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions\"},{\"kind\":1024,\"name\":\"onRedirecting\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onRedirecting\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onRedirecting.__type-2\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions.onRedirecting\"},{\"kind\":1024,\"name\":\"onError\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onError\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html#onError.__type\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequiredOptions.onError\"},{\"kind\":256,\"name\":\"UserProps\",\"url\":\"interfaces/client_with_page_auth_required.UserProps.html\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required\"},{\"kind\":1024,\"name\":\"user\",\"url\":\"interfaces/client_with_page_auth_required.UserProps.html#user\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.UserProps\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequired\",\"url\":\"types/client_with_page_auth_required.WithPageAuthRequired.html\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/client_with_page_auth_required.WithPageAuthRequired.html#__type\",\"classes\":\"\",\"parent\":\"client/with-page-auth-required.WithPageAuthRequired\"},{\"kind\":2,\"name\":\"config\",\"url\":\"modules/config.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"BaseConfig\",\"url\":\"interfaces/config.BaseConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"secret\",\"url\":\"interfaces/config.BaseConfig.html#secret\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/config.BaseConfig.html#session\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"auth0Logout\",\"url\":\"interfaces/config.BaseConfig.html#auth0Logout\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/config.BaseConfig.html#authorizationParams\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"baseURL\",\"url\":\"interfaces/config.BaseConfig.html#baseURL\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clientID\",\"url\":\"interfaces/config.BaseConfig.html#clientID\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clientSecret\",\"url\":\"interfaces/config.BaseConfig.html#clientSecret\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clockTolerance\",\"url\":\"interfaces/config.BaseConfig.html#clockTolerance\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"httpTimeout\",\"url\":\"interfaces/config.BaseConfig.html#httpTimeout\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"enableTelemetry\",\"url\":\"interfaces/config.BaseConfig.html#enableTelemetry\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"getLoginState\",\"url\":\"interfaces/config.BaseConfig.html#getLoginState\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.BaseConfig.html#getLoginState.__type\",\"classes\":\"\",\"parent\":\"config.BaseConfig.getLoginState\"},{\"kind\":1024,\"name\":\"identityClaimFilter\",\"url\":\"interfaces/config.BaseConfig.html#identityClaimFilter\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"idpLogout\",\"url\":\"interfaces/config.BaseConfig.html#idpLogout\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"idTokenSigningAlg\",\"url\":\"interfaces/config.BaseConfig.html#idTokenSigningAlg\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"issuerBaseURL\",\"url\":\"interfaces/config.BaseConfig.html#issuerBaseURL\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"legacySameSiteCookie\",\"url\":\"interfaces/config.BaseConfig.html#legacySameSiteCookie\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"routes\",\"url\":\"interfaces/config.BaseConfig.html#routes\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.BaseConfig.html#routes.__type-2\",\"classes\":\"\",\"parent\":\"config.BaseConfig.routes\"},{\"kind\":1024,\"name\":\"postLogoutRedirect\",\"url\":\"interfaces/config.BaseConfig.html#routes.__type-2.postLogoutRedirect\",\"classes\":\"\",\"parent\":\"config.BaseConfig.routes.__type\"},{\"kind\":1024,\"name\":\"callback\",\"url\":\"interfaces/config.BaseConfig.html#routes.__type-2.callback\",\"classes\":\"\",\"parent\":\"config.BaseConfig.routes.__type\"},{\"kind\":1024,\"name\":\"clientAssertionSigningKey\",\"url\":\"interfaces/config.BaseConfig.html#clientAssertionSigningKey\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":1024,\"name\":\"clientAssertionSigningAlg\",\"url\":\"interfaces/config.BaseConfig.html#clientAssertionSigningAlg\",\"classes\":\"\",\"parent\":\"config.BaseConfig\"},{\"kind\":256,\"name\":\"SessionConfig\",\"url\":\"interfaces/config.SessionConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/config.SessionConfig.html#name\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"store\",\"url\":\"interfaces/config.SessionConfig.html#store\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"genId\",\"url\":\"interfaces/config.SessionConfig.html#genId\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.SessionConfig.html#genId.__type\",\"classes\":\"\",\"parent\":\"config.SessionConfig.genId\"},{\"kind\":1024,\"name\":\"rolling\",\"url\":\"interfaces/config.SessionConfig.html#rolling\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"rollingDuration\",\"url\":\"interfaces/config.SessionConfig.html#rollingDuration\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"absoluteDuration\",\"url\":\"interfaces/config.SessionConfig.html#absoluteDuration\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"autoSave\",\"url\":\"interfaces/config.SessionConfig.html#autoSave\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"storeIDToken\",\"url\":\"interfaces/config.SessionConfig.html#storeIDToken\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":1024,\"name\":\"cookie\",\"url\":\"interfaces/config.SessionConfig.html#cookie\",\"classes\":\"\",\"parent\":\"config.SessionConfig\"},{\"kind\":256,\"name\":\"CookieConfig\",\"url\":\"interfaces/config.CookieConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"domain\",\"url\":\"interfaces/config.CookieConfig.html#domain\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/config.CookieConfig.html#path\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"transient\",\"url\":\"interfaces/config.CookieConfig.html#transient\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"httpOnly\",\"url\":\"interfaces/config.CookieConfig.html#httpOnly\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"secure\",\"url\":\"interfaces/config.CookieConfig.html#secure\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":1024,\"name\":\"sameSite\",\"url\":\"interfaces/config.CookieConfig.html#sameSite\",\"classes\":\"\",\"parent\":\"config.CookieConfig\"},{\"kind\":256,\"name\":\"AuthorizationParameters\",\"url\":\"interfaces/config.AuthorizationParameters.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"scope\",\"url\":\"interfaces/config.AuthorizationParameters.html#scope\",\"classes\":\"\",\"parent\":\"config.AuthorizationParameters\"},{\"kind\":1024,\"name\":\"response_mode\",\"url\":\"interfaces/config.AuthorizationParameters.html#response_mode\",\"classes\":\"\",\"parent\":\"config.AuthorizationParameters\"},{\"kind\":1024,\"name\":\"response_type\",\"url\":\"interfaces/config.AuthorizationParameters.html#response_type\",\"classes\":\"\",\"parent\":\"config.AuthorizationParameters\"},{\"kind\":256,\"name\":\"NextConfig\",\"url\":\"interfaces/config.NextConfig.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":1024,\"name\":\"organization\",\"url\":\"interfaces/config.NextConfig.html#organization\",\"classes\":\"\",\"parent\":\"config.NextConfig\"},{\"kind\":1024,\"name\":\"routes\",\"url\":\"interfaces/config.NextConfig.html#routes\",\"classes\":\"\",\"parent\":\"config.NextConfig\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/config.NextConfig.html#routes.__type\",\"classes\":\"\",\"parent\":\"config.NextConfig.routes\"},{\"kind\":1024,\"name\":\"callback\",\"url\":\"interfaces/config.NextConfig.html#routes.__type.callback\",\"classes\":\"\",\"parent\":\"config.NextConfig.routes.__type\"},{\"kind\":1024,\"name\":\"login\",\"url\":\"interfaces/config.NextConfig.html#routes.__type.login\",\"classes\":\"\",\"parent\":\"config.NextConfig.routes.__type\"},{\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/config.NextConfig.html#session\",\"classes\":\"\",\"parent\":\"config.NextConfig\"},{\"kind\":1024,\"name\":\"identityClaimFilter\",\"url\":\"interfaces/config.NextConfig.html#identityClaimFilter\",\"classes\":\"tsd-is-inherited\",\"parent\":\"config.NextConfig\"},{\"kind\":4194304,\"name\":\"ConfigParameters\",\"url\":\"types/config.ConfigParameters.html\",\"classes\":\"\",\"parent\":\"config\"},{\"kind\":2,\"name\":\"edge\",\"url\":\"modules/edge.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"InitAuth0\",\"url\":\"types/edge.InitAuth0.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/edge.InitAuth0.html#__type\",\"classes\":\"\",\"parent\":\"edge.InitAuth0\"},{\"kind\":64,\"name\":\"initAuth0\",\"url\":\"functions/edge.initAuth0-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"getSession\",\"url\":\"functions/edge.getSession-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"updateSession\",\"url\":\"functions/edge.updateSession-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"getAccessToken\",\"url\":\"functions/edge.getAccessToken-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"withApiAuthRequired\",\"url\":\"functions/edge.withApiAuthRequired-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"withPageAuthRequired\",\"url\":\"functions/edge.withPageAuthRequired-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"handleLogin\",\"url\":\"functions/edge.handleLogin-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"handleLogout\",\"url\":\"functions/edge.handleLogout-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"handleCallback\",\"url\":\"functions/edge.handleCallback-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"handleProfile\",\"url\":\"functions/edge.handleProfile-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"handleAuth\",\"url\":\"functions/edge.handleAuth-1.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":64,\"name\":\"withMiddlewareAuthRequired\",\"url\":\"functions/edge.withMiddlewareAuthRequired.html\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":2,\"name\":\"handlers/auth\",\"url\":\"modules/handlers_auth.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Handlers\",\"url\":\"types/handlers_auth.Handlers.html\",\"classes\":\"\",\"parent\":\"handlers/auth\"},{\"kind\":4194304,\"name\":\"HandleAuth\",\"url\":\"types/handlers_auth.HandleAuth.html\",\"classes\":\"\",\"parent\":\"handlers/auth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_auth.HandleAuth.html#__type\",\"classes\":\"\",\"parent\":\"handlers/auth.HandleAuth\"},{\"kind\":4194304,\"name\":\"PageRouterOnError\",\"url\":\"types/handlers_auth.PageRouterOnError.html\",\"classes\":\"\",\"parent\":\"handlers/auth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_auth.PageRouterOnError.html#__type\",\"classes\":\"\",\"parent\":\"handlers/auth.PageRouterOnError\"},{\"kind\":4194304,\"name\":\"AppRouterOnError\",\"url\":\"types/handlers_auth.AppRouterOnError.html\",\"classes\":\"\",\"parent\":\"handlers/auth\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_auth.AppRouterOnError.html#__type\",\"classes\":\"\",\"parent\":\"handlers/auth.AppRouterOnError\"},{\"kind\":2,\"name\":\"handlers/callback\",\"url\":\"modules/handlers_callback.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AfterCallback\",\"url\":\"types/handlers_callback.AfterCallback.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":4194304,\"name\":\"AfterCallbackPageRoute\",\"url\":\"types/handlers_callback.AfterCallbackPageRoute.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_callback.AfterCallbackPageRoute.html#__type\",\"classes\":\"\",\"parent\":\"handlers/callback.AfterCallbackPageRoute\"},{\"kind\":4194304,\"name\":\"AfterCallbackAppRoute\",\"url\":\"types/handlers_callback.AfterCallbackAppRoute.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_callback.AfterCallbackAppRoute.html#__type\",\"classes\":\"\",\"parent\":\"handlers/callback.AfterCallbackAppRoute\"},{\"kind\":256,\"name\":\"CallbackOptions\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":1024,\"name\":\"afterCallback\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#afterCallback\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":1024,\"name\":\"redirectUri\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#redirectUri\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":1024,\"name\":\"organization\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#organization\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/handlers_callback.CallbackOptions.html#authorizationParams\",\"classes\":\"\",\"parent\":\"handlers/callback.CallbackOptions\"},{\"kind\":4194304,\"name\":\"CallbackOptionsProvider\",\"url\":\"types/handlers_callback.CallbackOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":4194304,\"name\":\"HandleCallback\",\"url\":\"types/handlers_callback.HandleCallback.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":4194304,\"name\":\"CallbackHandler\",\"url\":\"types/handlers_callback.CallbackHandler.html\",\"classes\":\"\",\"parent\":\"handlers/callback\"},{\"kind\":2,\"name\":\"handlers\",\"url\":\"modules/handlers.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"handlers/login\",\"url\":\"modules/handlers_login.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GetLoginState\",\"url\":\"types/handlers_login.GetLoginState.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":4194304,\"name\":\"GetLoginStatePageRoute\",\"url\":\"types/handlers_login.GetLoginStatePageRoute.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.GetLoginStatePageRoute.html#__type\",\"classes\":\"\",\"parent\":\"handlers/login.GetLoginStatePageRoute\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.GetLoginStatePageRoute.html#__type.__type-1.__type-2\",\"classes\":\"\",\"parent\":\"handlers/login.GetLoginStatePageRoute.__type.__type\"},{\"kind\":4194304,\"name\":\"GetLoginStateAppRoute\",\"url\":\"types/handlers_login.GetLoginStateAppRoute.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.GetLoginStateAppRoute.html#__type\",\"classes\":\"\",\"parent\":\"handlers/login.GetLoginStateAppRoute\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_login.GetLoginStateAppRoute.html#__type.__type-1.__type-2\",\"classes\":\"\",\"parent\":\"handlers/login.GetLoginStateAppRoute.__type.__type\"},{\"kind\":256,\"name\":\"AuthorizationParams\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":1024,\"name\":\"connection\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#connection\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"connection_scope\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#connection_scope\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"invitation\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#invitation\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"organization\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#organization\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":1024,\"name\":\"screen_hint\",\"url\":\"interfaces/handlers_login.AuthorizationParams.html#screen_hint\",\"classes\":\"\",\"parent\":\"handlers/login.AuthorizationParams\"},{\"kind\":256,\"name\":\"LoginOptions\",\"url\":\"interfaces/handlers_login.LoginOptions.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/handlers_login.LoginOptions.html#authorizationParams\",\"classes\":\"\",\"parent\":\"handlers/login.LoginOptions\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"interfaces/handlers_login.LoginOptions.html#returnTo\",\"classes\":\"\",\"parent\":\"handlers/login.LoginOptions\"},{\"kind\":1024,\"name\":\"getLoginState\",\"url\":\"interfaces/handlers_login.LoginOptions.html#getLoginState\",\"classes\":\"\",\"parent\":\"handlers/login.LoginOptions\"},{\"kind\":4194304,\"name\":\"LoginOptionsProvider\",\"url\":\"types/handlers_login.LoginOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":4194304,\"name\":\"HandleLogin\",\"url\":\"types/handlers_login.HandleLogin.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":4194304,\"name\":\"LoginHandler\",\"url\":\"types/handlers_login.LoginHandler.html\",\"classes\":\"\",\"parent\":\"handlers/login\"},{\"kind\":2,\"name\":\"handlers/logout\",\"url\":\"modules/handlers_logout.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"LogoutOptions\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html#returnTo\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutOptions\"},{\"kind\":1024,\"name\":\"logoutParams\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html#logoutParams\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutOptions\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/handlers_logout.LogoutOptions.html#logoutParams.__type\",\"classes\":\"\",\"parent\":\"handlers/logout.LogoutOptions.logoutParams\"},{\"kind\":4194304,\"name\":\"LogoutOptionsProvider\",\"url\":\"types/handlers_logout.LogoutOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":4194304,\"name\":\"HandleLogout\",\"url\":\"types/handlers_logout.HandleLogout.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":4194304,\"name\":\"LogoutHandler\",\"url\":\"types/handlers_logout.LogoutHandler.html\",\"classes\":\"\",\"parent\":\"handlers/logout\"},{\"kind\":2,\"name\":\"handlers/profile\",\"url\":\"modules/handlers_profile.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AfterRefetch\",\"url\":\"types/handlers_profile.AfterRefetch.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":4194304,\"name\":\"AfterRefetchPageRoute\",\"url\":\"types/handlers_profile.AfterRefetchPageRoute.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.AfterRefetchPageRoute.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.AfterRefetchPageRoute\"},{\"kind\":4194304,\"name\":\"AfterRefetchAppRoute\",\"url\":\"types/handlers_profile.AfterRefetchAppRoute.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.AfterRefetchAppRoute.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.AfterRefetchAppRoute\"},{\"kind\":4194304,\"name\":\"ProfileOptions\",\"url\":\"types/handlers_profile.ProfileOptions.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_profile.ProfileOptions.html#__type\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileOptions\"},{\"kind\":1024,\"name\":\"refetch\",\"url\":\"types/handlers_profile.ProfileOptions.html#__type.refetch\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileOptions.__type\"},{\"kind\":1024,\"name\":\"afterRefetch\",\"url\":\"types/handlers_profile.ProfileOptions.html#__type.afterRefetch\",\"classes\":\"\",\"parent\":\"handlers/profile.ProfileOptions.__type\"},{\"kind\":4194304,\"name\":\"ProfileOptionsProvider\",\"url\":\"types/handlers_profile.ProfileOptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":4194304,\"name\":\"HandleProfile\",\"url\":\"types/handlers_profile.HandleProfile.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":4194304,\"name\":\"ProfileHandler\",\"url\":\"types/handlers_profile.ProfileHandler.html\",\"classes\":\"\",\"parent\":\"handlers/profile\"},{\"kind\":2,\"name\":\"handlers/router-helpers\",\"url\":\"modules/handlers_router_helpers.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AppRouteHandlerFnContext\",\"url\":\"types/handlers_router_helpers.AppRouteHandlerFnContext.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.AppRouteHandlerFnContext.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.AppRouteHandlerFnContext\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"types/handlers_router_helpers.AppRouteHandlerFnContext.html#__type.params\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.AppRouteHandlerFnContext.__type\"},{\"kind\":4194304,\"name\":\"AppRouteHandlerFn\",\"url\":\"types/handlers_router_helpers.AppRouteHandlerFn.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.AppRouteHandlerFn.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.AppRouteHandlerFn\"},{\"kind\":4194304,\"name\":\"PageRouteHandlerFn\",\"url\":\"types/handlers_router_helpers.PageRouteHandlerFn.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.PageRouteHandlerFn.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.PageRouteHandlerFn\"},{\"kind\":4194304,\"name\":\"OptionsProvider\",\"url\":\"types/handlers_router_helpers.OptionsProvider.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.OptionsProvider.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.OptionsProvider\"},{\"kind\":4194304,\"name\":\"AuthHandler\",\"url\":\"types/handlers_router_helpers.AuthHandler.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":4194304,\"name\":\"Handler\",\"url\":\"types/handlers_router_helpers.Handler.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.Handler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.Handler\"},{\"kind\":64,\"name\":\"getHandler\",\"url\":\"functions/handlers_router_helpers.getHandler.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/handlers_router_helpers.getHandler.html#getHandler.__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.getHandler.getHandler\"},{\"kind\":2,\"name\":\"helpers\",\"url\":\"modules/helpers.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"helpers/testing\",\"url\":\"modules/helpers_testing.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GenerateSessionCookieConfig\",\"url\":\"types/helpers_testing.GenerateSessionCookieConfig.html\",\"classes\":\"\",\"parent\":\"helpers/testing\"},{\"kind\":64,\"name\":\"generateSessionCookie\",\"url\":\"functions/helpers_testing.generateSessionCookie.html\",\"classes\":\"\",\"parent\":\"helpers/testing\"},{\"kind\":2,\"name\":\"helpers/with-api-auth-required\",\"url\":\"modules/helpers_with_api_auth_required.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AppRouteHandlerFnContext\",\"url\":\"types/helpers_with_api_auth_required.AppRouteHandlerFnContext.html\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_api_auth_required.AppRouteHandlerFnContext.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required.AppRouteHandlerFnContext\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"types/helpers_with_api_auth_required.AppRouteHandlerFnContext.html#__type.params\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required.AppRouteHandlerFnContext.__type\"},{\"kind\":4194304,\"name\":\"AppRouteHandlerFn\",\"url\":\"types/helpers_with_api_auth_required.AppRouteHandlerFn.html\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_api_auth_required.AppRouteHandlerFn.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required.AppRouteHandlerFn\"},{\"kind\":4194304,\"name\":\"WithApiAuthRequiredAppRoute\",\"url\":\"types/helpers_with_api_auth_required.WithApiAuthRequiredAppRoute.html\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_api_auth_required.WithApiAuthRequiredAppRoute.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required.WithApiAuthRequiredAppRoute\"},{\"kind\":4194304,\"name\":\"WithApiAuthRequiredPageRoute\",\"url\":\"types/helpers_with_api_auth_required.WithApiAuthRequiredPageRoute.html\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_api_auth_required.WithApiAuthRequiredPageRoute.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required.WithApiAuthRequiredPageRoute\"},{\"kind\":4194304,\"name\":\"WithApiAuthRequired\",\"url\":\"types/helpers_with_api_auth_required.WithApiAuthRequired.html\",\"classes\":\"\",\"parent\":\"helpers/with-api-auth-required\"},{\"kind\":2,\"name\":\"helpers/with-middleware-auth-required\",\"url\":\"modules/helpers_with_middleware_auth_required.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"WithMiddlewareAuthRequired\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequired.html\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequired.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required.WithMiddlewareAuthRequired\"},{\"kind\":2,\"name\":\"helpers/with-page-auth-required\",\"url\":\"modules/helpers_with_page_auth_required.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"types/helpers_with_page_auth_required.GetServerSidePropsResultWithSession.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":4194304,\"name\":\"PageRoute\",\"url\":\"types/helpers_with_page_auth_required.PageRoute.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.PageRoute.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.PageRoute\"},{\"kind\":4194304,\"name\":\"AppRouterPageRouteOpts\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.AppRouterPageRouteOpts\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html#__type.params\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.AppRouterPageRouteOpts.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html#__type.params.__type-1\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.AppRouterPageRouteOpts.__type.params\"},{\"kind\":1024,\"name\":\"slug\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html#__type.params.__type-1.slug\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.AppRouterPageRouteOpts.__type.params.__type\"},{\"kind\":1024,\"name\":\"searchParams\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html#__type.searchParams\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.AppRouterPageRouteOpts.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRouteOpts.html#__type.searchParams.__type-2\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.AppRouterPageRouteOpts.__type.searchParams\"},{\"kind\":4194304,\"name\":\"AppRouterPageRoute\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRoute.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.AppRouterPageRoute.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.AppRouterPageRoute\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequiredPageRouterOptions\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredPageRouterOptions.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredPageRouterOptions.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredPageRouterOptions\"},{\"kind\":1024,\"name\":\"getServerSideProps\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredPageRouterOptions.html#__type.getServerSideProps\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredPageRouterOptions.__type\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredPageRouterOptions.html#__type.returnTo\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredPageRouterOptions.__type\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequiredPageRouter\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredPageRouter.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredPageRouter.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredPageRouter\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequiredAppRouterOptions\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredAppRouterOptions.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredAppRouterOptions.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredAppRouterOptions\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredAppRouterOptions.html#__type.returnTo\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredAppRouterOptions.__type\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequiredAppRouter\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredAppRouter.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequiredAppRouter.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required.WithPageAuthRequiredAppRouter\"},{\"kind\":4194304,\"name\":\"WithPageAuthRequired\",\"url\":\"types/helpers_with_page_auth_required.WithPageAuthRequired.html\",\"classes\":\"\",\"parent\":\"helpers/with-page-auth-required\"},{\"kind\":2,\"name\":\"http/auth0-next-api-request\",\"url\":\"modules/http_auth0_next_api_request.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/http_auth0_next_api_request.default.html\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-request\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/http_auth0_next_api_request.default.html#constructor\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-request.default\"},{\"kind\":2048,\"name\":\"getUrl\",\"url\":\"classes/http_auth0_next_api_request.default.html#getUrl\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-request.default\"},{\"kind\":2048,\"name\":\"getMethod\",\"url\":\"classes/http_auth0_next_api_request.default.html#getMethod\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-request.default\"},{\"kind\":2048,\"name\":\"getBody\",\"url\":\"classes/http_auth0_next_api_request.default.html#getBody\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-request.default\"},{\"kind\":2048,\"name\":\"getCookies\",\"url\":\"classes/http_auth0_next_api_request.default.html#getCookies\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-request.default\"},{\"kind\":2,\"name\":\"http/auth0-next-api-response\",\"url\":\"modules/http_auth0_next_api_response.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/http_auth0_next_api_response.default.html\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-response\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/http_auth0_next_api_response.default.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"http/auth0-next-api-response.default\"},{\"kind\":2048,\"name\":\"redirect\",\"url\":\"classes/http_auth0_next_api_response.default.html#redirect\",\"classes\":\"\",\"parent\":\"http/auth0-next-api-response.default\"},{\"kind\":2,\"name\":\"http/auth0-next-request-cookies\",\"url\":\"modules/http_auth0_next_request_cookies.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/http_auth0_next_request_cookies.default.html\",\"classes\":\"\",\"parent\":\"http/auth0-next-request-cookies\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/http_auth0_next_request_cookies.default.html#constructor\",\"classes\":\"\",\"parent\":\"http/auth0-next-request-cookies.default\"},{\"kind\":2048,\"name\":\"getCookies\",\"url\":\"classes/http_auth0_next_request_cookies.default.html#getCookies\",\"classes\":\"\",\"parent\":\"http/auth0-next-request-cookies.default\"},{\"kind\":2,\"name\":\"http/auth0-next-request\",\"url\":\"modules/http_auth0_next_request.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/http_auth0_next_request.default.html\",\"classes\":\"\",\"parent\":\"http/auth0-next-request\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/http_auth0_next_request.default.html#constructor\",\"classes\":\"\",\"parent\":\"http/auth0-next-request.default\"},{\"kind\":2048,\"name\":\"getUrl\",\"url\":\"classes/http_auth0_next_request.default.html#getUrl\",\"classes\":\"\",\"parent\":\"http/auth0-next-request.default\"},{\"kind\":2048,\"name\":\"getMethod\",\"url\":\"classes/http_auth0_next_request.default.html#getMethod\",\"classes\":\"\",\"parent\":\"http/auth0-next-request.default\"},{\"kind\":2048,\"name\":\"getBody\",\"url\":\"classes/http_auth0_next_request.default.html#getBody\",\"classes\":\"\",\"parent\":\"http/auth0-next-request.default\"},{\"kind\":2048,\"name\":\"getCookies\",\"url\":\"classes/http_auth0_next_request.default.html#getCookies\",\"classes\":\"\",\"parent\":\"http/auth0-next-request.default\"},{\"kind\":2,\"name\":\"http/auth0-next-response-cookies\",\"url\":\"modules/http_auth0_next_response_cookies.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/http_auth0_next_response_cookies.default.html\",\"classes\":\"\",\"parent\":\"http/auth0-next-response-cookies\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/http_auth0_next_response_cookies.default.html#constructor\",\"classes\":\"\",\"parent\":\"http/auth0-next-response-cookies.default\"},{\"kind\":2048,\"name\":\"setCookie\",\"url\":\"classes/http_auth0_next_response_cookies.default.html#setCookie\",\"classes\":\"\",\"parent\":\"http/auth0-next-response-cookies.default\"},{\"kind\":2048,\"name\":\"clearCookie\",\"url\":\"classes/http_auth0_next_response_cookies.default.html#clearCookie\",\"classes\":\"\",\"parent\":\"http/auth0-next-response-cookies.default\"},{\"kind\":2,\"name\":\"http/auth0-next-response\",\"url\":\"modules/http_auth0_next_response.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/http_auth0_next_response.default.html\",\"classes\":\"\",\"parent\":\"http/auth0-next-response\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/http_auth0_next_response.default.html#constructor\",\"classes\":\"\",\"parent\":\"http/auth0-next-response.default\"},{\"kind\":2048,\"name\":\"setCookie\",\"url\":\"classes/http_auth0_next_response.default.html#setCookie\",\"classes\":\"\",\"parent\":\"http/auth0-next-response.default\"},{\"kind\":2048,\"name\":\"clearCookie\",\"url\":\"classes/http_auth0_next_response.default.html#clearCookie\",\"classes\":\"\",\"parent\":\"http/auth0-next-response.default\"},{\"kind\":2048,\"name\":\"redirect\",\"url\":\"classes/http_auth0_next_response.default.html#redirect\",\"classes\":\"\",\"parent\":\"http/auth0-next-response.default\"},{\"kind\":2,\"name\":\"http\",\"url\":\"modules/http.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"Auth0Server\",\"url\":\"types/index.Auth0Server.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":4194304,\"name\":\"InitAuth0\",\"url\":\"types/index.InitAuth0.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.InitAuth0.html#__type\",\"classes\":\"\",\"parent\":\"index.InitAuth0\"},{\"kind\":64,\"name\":\"initAuth0\",\"url\":\"functions/index.initAuth0-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"getSession\",\"url\":\"functions/index.getSession-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"updateSession\",\"url\":\"functions/index.updateSession-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"getAccessToken\",\"url\":\"functions/index.getAccessToken-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"withApiAuthRequired\",\"url\":\"functions/index.withApiAuthRequired-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"withPageAuthRequired\",\"url\":\"functions/index.withPageAuthRequired-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleLogin\",\"url\":\"functions/index.handleLogin-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleLogout\",\"url\":\"functions/index.handleLogout-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleCallback\",\"url\":\"functions/index.handleCallback-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleProfile\",\"url\":\"functions/index.handleProfile-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":64,\"name\":\"handleAuth\",\"url\":\"functions/index.handleAuth-1.html\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":2,\"name\":\"init\",\"url\":\"modules/init.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"InitAuth0\",\"url\":\"types/init.InitAuth0.html\",\"classes\":\"\",\"parent\":\"init\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/init.InitAuth0.html#__type\",\"classes\":\"\",\"parent\":\"init.InitAuth0\"},{\"kind\":64,\"name\":\"_initAuth\",\"url\":\"functions/init._initAuth.html\",\"classes\":\"\",\"parent\":\"init\"},{\"kind\":2,\"name\":\"session/get-access-token\",\"url\":\"modules/session_get_access_token.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"AfterRefresh\",\"url\":\"types/session_get_access_token.AfterRefresh.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":4194304,\"name\":\"AfterRefreshPageRoute\",\"url\":\"types/session_get_access_token.AfterRefreshPageRoute.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_get_access_token.AfterRefreshPageRoute.html#__type\",\"classes\":\"\",\"parent\":\"session/get-access-token.AfterRefreshPageRoute\"},{\"kind\":4194304,\"name\":\"AfterRefreshAppRoute\",\"url\":\"types/session_get_access_token.AfterRefreshAppRoute.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_get_access_token.AfterRefreshAppRoute.html#__type\",\"classes\":\"\",\"parent\":\"session/get-access-token.AfterRefreshAppRoute\"},{\"kind\":256,\"name\":\"AccessTokenRequest\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":1024,\"name\":\"scopes\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#scopes\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":1024,\"name\":\"refresh\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#refresh\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":1024,\"name\":\"afterRefresh\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#afterRefresh\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":1024,\"name\":\"authorizationParams\",\"url\":\"interfaces/session_get_access_token.AccessTokenRequest.html#authorizationParams\",\"classes\":\"\",\"parent\":\"session/get-access-token.AccessTokenRequest\"},{\"kind\":256,\"name\":\"GetAccessTokenResult\",\"url\":\"interfaces/session_get_access_token.GetAccessTokenResult.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"interfaces/session_get_access_token.GetAccessTokenResult.html#accessToken\",\"classes\":\"\",\"parent\":\"session/get-access-token.GetAccessTokenResult\"},{\"kind\":4194304,\"name\":\"GetAccessToken\",\"url\":\"types/session_get_access_token.GetAccessToken.html\",\"classes\":\"\",\"parent\":\"session/get-access-token\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_get_access_token.GetAccessToken.html#__type\",\"classes\":\"\",\"parent\":\"session/get-access-token.GetAccessToken\"},{\"kind\":2,\"name\":\"session/get-session\",\"url\":\"modules/session_get_session.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"GetSession\",\"url\":\"types/session_get_session.GetSession.html\",\"classes\":\"\",\"parent\":\"session/get-session\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_get_session.GetSession.html#__type\",\"classes\":\"\",\"parent\":\"session/get-session.GetSession\"},{\"kind\":2,\"name\":\"session\",\"url\":\"modules/session.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"session/session\",\"url\":\"modules/session_session.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"Claims\",\"url\":\"interfaces/session_session.Claims.html\",\"classes\":\"\",\"parent\":\"session/session\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/session_session.default.html\",\"classes\":\"\",\"parent\":\"session/session\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/session_session.default.html#constructor\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"user\",\"url\":\"classes/session_session.default.html#user\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"idToken\",\"url\":\"classes/session_session.default.html#idToken\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"classes/session_session.default.html#accessToken\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"accessTokenScope\",\"url\":\"classes/session_session.default.html#accessTokenScope\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"accessTokenExpiresAt\",\"url\":\"classes/session_session.default.html#accessTokenExpiresAt\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":1024,\"name\":\"refreshToken\",\"url\":\"classes/session_session.default.html#refreshToken\",\"classes\":\"\",\"parent\":\"session/session.default\"},{\"kind\":2,\"name\":\"session/touch-session\",\"url\":\"modules/session_touch_session.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"TouchSession\",\"url\":\"types/session_touch_session.TouchSession.html\",\"classes\":\"\",\"parent\":\"session/touch-session\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_touch_session.TouchSession.html#__type\",\"classes\":\"\",\"parent\":\"session/touch-session.TouchSession\"},{\"kind\":2,\"name\":\"session/update-session\",\"url\":\"modules/session_update_session.html\",\"classes\":\"\"},{\"kind\":4194304,\"name\":\"UpdateSession\",\"url\":\"types/session_update_session.UpdateSession.html\",\"classes\":\"\",\"parent\":\"session/update-session\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/session_update_session.UpdateSession.html#__type\",\"classes\":\"\",\"parent\":\"session/update-session.UpdateSession\"},{\"kind\":2,\"name\":\"shared\",\"url\":\"modules/shared.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"telemetry\",\"url\":\"variables/shared.telemetry.html\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/shared.telemetry.html#__type\",\"classes\":\"\",\"parent\":\"shared.telemetry\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"variables/shared.telemetry.html#__type.name\",\"classes\":\"\",\"parent\":\"shared.telemetry.__type\"},{\"kind\":1024,\"name\":\"version\",\"url\":\"variables/shared.telemetry.html#__type.version\",\"classes\":\"\",\"parent\":\"shared.telemetry.__type\"},{\"kind\":256,\"name\":\"Auth0Server\",\"url\":\"interfaces/shared.Auth0Server.html\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":1024,\"name\":\"getSession\",\"url\":\"interfaces/shared.Auth0Server.html#getSession\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"touchSession\",\"url\":\"interfaces/shared.Auth0Server.html#touchSession\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"updateSession\",\"url\":\"interfaces/shared.Auth0Server.html#updateSession\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"getAccessToken\",\"url\":\"interfaces/shared.Auth0Server.html#getAccessToken\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"handleLogin\",\"url\":\"interfaces/shared.Auth0Server.html#handleLogin\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"handleCallback\",\"url\":\"interfaces/shared.Auth0Server.html#handleCallback\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"handleLogout\",\"url\":\"interfaces/shared.Auth0Server.html#handleLogout\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"handleProfile\",\"url\":\"interfaces/shared.Auth0Server.html#handleProfile\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"withApiAuthRequired\",\"url\":\"interfaces/shared.Auth0Server.html#withApiAuthRequired\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"withPageAuthRequired\",\"url\":\"interfaces/shared.Auth0Server.html#withPageAuthRequired\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"handleAuth\",\"url\":\"interfaces/shared.Auth0Server.html#handleAuth\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":1024,\"name\":\"withMiddlewareAuthRequired\",\"url\":\"interfaces/shared.Auth0Server.html#withMiddlewareAuthRequired\",\"classes\":\"\",\"parent\":\"shared.Auth0Server\"},{\"kind\":4194304,\"name\":\"SessionStore\",\"url\":\"types/shared.SessionStore.html\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":4194304,\"name\":\"SessionStorePayload\",\"url\":\"types/shared.SessionStorePayload.html\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":2,\"name\":\"utils/errors\",\"url\":\"modules/utils_errors.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"AuthError\",\"url\":\"classes/utils_errors.AuthError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.AuthError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.AuthError.html#code\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.AuthError.html#name\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.AuthError.html#cause\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.AuthError.html#status\",\"classes\":\"\",\"parent\":\"utils/errors.AuthError\"},{\"kind\":8,\"name\":\"AccessTokenErrorCode\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":16,\"name\":\"MISSING_SESSION\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#MISSING_SESSION\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"MISSING_ACCESS_TOKEN\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#MISSING_ACCESS_TOKEN\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"MISSING_REFRESH_TOKEN\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#MISSING_REFRESH_TOKEN\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"EXPIRED_ACCESS_TOKEN\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#EXPIRED_ACCESS_TOKEN\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"INSUFFICIENT_SCOPE\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#INSUFFICIENT_SCOPE\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":16,\"name\":\"FAILED_REFRESH_GRANT\",\"url\":\"enums/utils_errors.AccessTokenErrorCode.html#FAILED_REFRESH_GRANT\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenErrorCode\"},{\"kind\":128,\"name\":\"AccessTokenError\",\"url\":\"classes/utils_errors.AccessTokenError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.AccessTokenError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.AccessTokenError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.AccessTokenError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.AccessTokenError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.AccessTokenError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.AccessTokenError\"},{\"kind\":128,\"name\":\"HandlerError\",\"url\":\"classes/utils_errors.HandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.HandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.HandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.HandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.HandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.HandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.HandlerError\"},{\"kind\":128,\"name\":\"CallbackHandlerError\",\"url\":\"classes/utils_errors.CallbackHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.CallbackHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.CallbackHandlerError\"},{\"kind\":128,\"name\":\"LoginHandlerError\",\"url\":\"classes/utils_errors.LoginHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LoginHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.LoginHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LoginHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.LoginHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.LoginHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.LoginHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LoginHandlerError\"},{\"kind\":128,\"name\":\"LogoutHandlerError\",\"url\":\"classes/utils_errors.LogoutHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.LogoutHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.LogoutHandlerError\"},{\"kind\":128,\"name\":\"ProfileHandlerError\",\"url\":\"classes/utils_errors.ProfileHandlerError.html\",\"classes\":\"\",\"parent\":\"utils/errors\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#code-1\",\"classes\":\"\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#constructor\",\"classes\":\"\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"code\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#code\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#cause\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"classes/utils_errors.ProfileHandlerError.html#status\",\"classes\":\"tsd-is-inherited\",\"parent\":\"utils/errors.ProfileHandlerError\"},{\"kind\":2,\"name\":\"version\",\"url\":\"modules/version.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/version.default.html\",\"classes\":\"\",\"parent\":\"version\"},{\"kind\":8388608,\"name\":\"UserProvider\",\"url\":\"modules/client.html#UserProvider\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"UserProviderProps\",\"url\":\"modules/client.html#UserProviderProps\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"UserProfile\",\"url\":\"modules/client.html#UserProfile\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"RequestError\",\"url\":\"modules/client.html#RequestError\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"useUser\",\"url\":\"modules/client.html#useUser\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/client.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredOptions\",\"url\":\"modules/client.html#WithPageAuthRequiredOptions\",\"classes\":\"\",\"parent\":\"client\"},{\"kind\":8388608,\"name\":\"telemetry\",\"url\":\"modules/edge.html#telemetry\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"Auth0Server\",\"url\":\"modules/edge.html#Auth0Server\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AuthError\",\"url\":\"modules/edge.html#AuthError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AccessTokenErrorCode\",\"url\":\"modules/edge.html#AccessTokenErrorCode\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AccessTokenError\",\"url\":\"modules/edge.html#AccessTokenError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandlerError\",\"url\":\"modules/edge.html#HandlerError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"CallbackHandlerError\",\"url\":\"modules/edge.html#CallbackHandlerError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"LoginHandlerError\",\"url\":\"modules/edge.html#LoginHandlerError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"LogoutHandlerError\",\"url\":\"modules/edge.html#LogoutHandlerError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"ProfileHandlerError\",\"url\":\"modules/edge.html#ProfileHandlerError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"Handlers\",\"url\":\"modules/edge.html#Handlers\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"LoginOptions\",\"url\":\"modules/edge.html#LoginOptions\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"LogoutOptions\",\"url\":\"modules/edge.html#LogoutOptions\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"GetLoginState\",\"url\":\"modules/edge.html#GetLoginState\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"GetLoginStatePageRoute\",\"url\":\"modules/edge.html#GetLoginStatePageRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"GetLoginStateAppRoute\",\"url\":\"modules/edge.html#GetLoginStateAppRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"ProfileOptions\",\"url\":\"modules/edge.html#ProfileOptions\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"CallbackOptions\",\"url\":\"modules/edge.html#CallbackOptions\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterCallback\",\"url\":\"modules/edge.html#AfterCallback\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterCallbackPageRoute\",\"url\":\"modules/edge.html#AfterCallbackPageRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterCallbackAppRoute\",\"url\":\"modules/edge.html#AfterCallbackAppRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterRefetch\",\"url\":\"modules/edge.html#AfterRefetch\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterRefetchPageRoute\",\"url\":\"modules/edge.html#AfterRefetchPageRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterRefetchAppRoute\",\"url\":\"modules/edge.html#AfterRefetchAppRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AppRouterOnError\",\"url\":\"modules/edge.html#AppRouterOnError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"PageRouterOnError\",\"url\":\"modules/edge.html#PageRouterOnError\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AppRouterPageRouteOpts\",\"url\":\"modules/edge.html#AppRouterPageRouteOpts\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AppRouterPageRoute\",\"url\":\"modules/edge.html#AppRouterPageRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouter\",\"url\":\"modules/edge.html#WithPageAuthRequiredPageRouter\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouter\",\"url\":\"modules/edge.html#WithPageAuthRequiredAppRouter\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"modules/edge.html#GetServerSidePropsResultWithSession\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouterOptions\",\"url\":\"modules/edge.html#WithPageAuthRequiredPageRouterOptions\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouterOptions\",\"url\":\"modules/edge.html#WithPageAuthRequiredAppRouterOptions\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"PageRoute\",\"url\":\"modules/edge.html#PageRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AppRouteHandlerFn\",\"url\":\"modules/edge.html#AppRouteHandlerFn\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredAppRoute\",\"url\":\"modules/edge.html#WithApiAuthRequiredAppRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredPageRoute\",\"url\":\"modules/edge.html#WithApiAuthRequiredPageRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AccessTokenRequest\",\"url\":\"modules/edge.html#AccessTokenRequest\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"GetAccessTokenResult\",\"url\":\"modules/edge.html#GetAccessTokenResult\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"Claims\",\"url\":\"modules/edge.html#Claims\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterRefresh\",\"url\":\"modules/edge.html#AfterRefresh\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterRefreshPageRoute\",\"url\":\"modules/edge.html#AfterRefreshPageRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AfterRefreshAppRoute\",\"url\":\"modules/edge.html#AfterRefreshAppRoute\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"ConfigParameters\",\"url\":\"modules/edge.html#ConfigParameters\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandleAuth\",\"url\":\"modules/edge.html#HandleAuth\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandleLogin\",\"url\":\"modules/edge.html#HandleLogin\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandleProfile\",\"url\":\"modules/edge.html#HandleProfile\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandleLogout\",\"url\":\"modules/edge.html#HandleLogout\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandleCallback\",\"url\":\"modules/edge.html#HandleCallback\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequired\",\"url\":\"modules/edge.html#WithApiAuthRequired\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/edge.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"GetSession\",\"url\":\"modules/edge.html#GetSession\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"TouchSession\",\"url\":\"modules/edge.html#TouchSession\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"UpdateSession\",\"url\":\"modules/edge.html#UpdateSession\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"GetAccessToken\",\"url\":\"modules/edge.html#GetAccessToken\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"Session\",\"url\":\"modules/edge.html#Session\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"SessionStore\",\"url\":\"modules/edge.html#SessionStore\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"SessionStorePayload\",\"url\":\"modules/edge.html#SessionStorePayload\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"HandleCallback\",\"url\":\"modules/handlers.html#HandleCallback\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"CallbackOptions\",\"url\":\"modules/handlers.html#CallbackOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterCallback\",\"url\":\"modules/handlers.html#AfterCallback\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterCallbackPageRoute\",\"url\":\"modules/handlers.html#AfterCallbackPageRoute\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterCallbackAppRoute\",\"url\":\"modules/handlers.html#AfterCallbackAppRoute\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleLogin\",\"url\":\"modules/handlers.html#HandleLogin\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"LoginOptions\",\"url\":\"modules/handlers.html#LoginOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"GetLoginState\",\"url\":\"modules/handlers.html#GetLoginState\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"GetLoginStatePageRoute\",\"url\":\"modules/handlers.html#GetLoginStatePageRoute\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"GetLoginStateAppRoute\",\"url\":\"modules/handlers.html#GetLoginStateAppRoute\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleLogout\",\"url\":\"modules/handlers.html#HandleLogout\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"LogoutOptions\",\"url\":\"modules/handlers.html#LogoutOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleProfile\",\"url\":\"modules/handlers.html#HandleProfile\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"ProfileOptions\",\"url\":\"modules/handlers.html#ProfileOptions\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterRefetch\",\"url\":\"modules/handlers.html#AfterRefetch\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterRefetchPageRoute\",\"url\":\"modules/handlers.html#AfterRefetchPageRoute\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AfterRefetchAppRoute\",\"url\":\"modules/handlers.html#AfterRefetchAppRoute\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"Handlers\",\"url\":\"modules/handlers.html#Handlers\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"HandleAuth\",\"url\":\"modules/handlers.html#HandleAuth\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AppRouterOnError\",\"url\":\"modules/handlers.html#AppRouterOnError\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"PageRouterOnError\",\"url\":\"modules/handlers.html#PageRouterOnError\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AppRouteHandlerFn\",\"url\":\"modules/handlers.html#AppRouteHandlerFn\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AppRouteHandlerFnContext\",\"url\":\"modules/handlers.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequired\",\"url\":\"modules/helpers.html#WithApiAuthRequired\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"AppRouteHandlerFn\",\"url\":\"modules/helpers.html#AppRouteHandlerFn\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredAppRoute\",\"url\":\"modules/helpers.html#WithApiAuthRequiredAppRoute\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredPageRoute\",\"url\":\"modules/helpers.html#WithApiAuthRequiredPageRoute\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"modules/helpers.html#GetServerSidePropsResultWithSession\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/helpers.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouterOptions\",\"url\":\"modules/helpers.html#WithPageAuthRequiredPageRouterOptions\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouterOptions\",\"url\":\"modules/helpers.html#WithPageAuthRequiredAppRouterOptions\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"PageRoute\",\"url\":\"modules/helpers.html#PageRoute\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"AppRouterPageRouteOpts\",\"url\":\"modules/helpers.html#AppRouterPageRouteOpts\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"AppRouterPageRoute\",\"url\":\"modules/helpers.html#AppRouterPageRoute\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouter\",\"url\":\"modules/helpers.html#WithPageAuthRequiredPageRouter\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouter\",\"url\":\"modules/helpers.html#WithPageAuthRequiredAppRouter\",\"classes\":\"\",\"parent\":\"helpers\"},{\"kind\":8388608,\"name\":\"Auth0NextApiRequest\",\"url\":\"modules/http.html#Auth0NextApiRequest\",\"classes\":\"\",\"parent\":\"http\"},{\"kind\":8388608,\"name\":\"Auth0NextApiResponse\",\"url\":\"modules/http.html#Auth0NextApiResponse\",\"classes\":\"\",\"parent\":\"http\"},{\"kind\":8388608,\"name\":\"Auth0NextRequest\",\"url\":\"modules/http.html#Auth0NextRequest\",\"classes\":\"\",\"parent\":\"http\"},{\"kind\":8388608,\"name\":\"Auth0NextResponse\",\"url\":\"modules/http.html#Auth0NextResponse\",\"classes\":\"\",\"parent\":\"http\"},{\"kind\":8388608,\"name\":\"Auth0NextRequestCookies\",\"url\":\"modules/http.html#Auth0NextRequestCookies\",\"classes\":\"\",\"parent\":\"http\"},{\"kind\":8388608,\"name\":\"Auth0NextResponseCookies\",\"url\":\"modules/http.html#Auth0NextResponseCookies\",\"classes\":\"\",\"parent\":\"http\"},{\"kind\":8388608,\"name\":\"telemetry\",\"url\":\"modules/index.html#telemetry\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AuthError\",\"url\":\"modules/index.html#AuthError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AccessTokenErrorCode\",\"url\":\"modules/index.html#AccessTokenErrorCode\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AccessTokenError\",\"url\":\"modules/index.html#AccessTokenError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandlerError\",\"url\":\"modules/index.html#HandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"CallbackHandlerError\",\"url\":\"modules/index.html#CallbackHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LoginHandlerError\",\"url\":\"modules/index.html#LoginHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LogoutHandlerError\",\"url\":\"modules/index.html#LogoutHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ProfileHandlerError\",\"url\":\"modules/index.html#ProfileHandlerError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Handlers\",\"url\":\"modules/index.html#Handlers\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LoginOptions\",\"url\":\"modules/index.html#LoginOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"LogoutOptions\",\"url\":\"modules/index.html#LogoutOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetLoginState\",\"url\":\"modules/index.html#GetLoginState\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetLoginStatePageRoute\",\"url\":\"modules/index.html#GetLoginStatePageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetLoginStateAppRoute\",\"url\":\"modules/index.html#GetLoginStateAppRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ProfileOptions\",\"url\":\"modules/index.html#ProfileOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"CallbackOptions\",\"url\":\"modules/index.html#CallbackOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterCallback\",\"url\":\"modules/index.html#AfterCallback\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterCallbackPageRoute\",\"url\":\"modules/index.html#AfterCallbackPageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterCallbackAppRoute\",\"url\":\"modules/index.html#AfterCallbackAppRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterRefetch\",\"url\":\"modules/index.html#AfterRefetch\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterRefetchPageRoute\",\"url\":\"modules/index.html#AfterRefetchPageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterRefetchAppRoute\",\"url\":\"modules/index.html#AfterRefetchAppRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AppRouterOnError\",\"url\":\"modules/index.html#AppRouterOnError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"PageRouterOnError\",\"url\":\"modules/index.html#PageRouterOnError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AppRouterPageRouteOpts\",\"url\":\"modules/index.html#AppRouterPageRouteOpts\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AppRouterPageRoute\",\"url\":\"modules/index.html#AppRouterPageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouter\",\"url\":\"modules/index.html#WithPageAuthRequiredPageRouter\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouter\",\"url\":\"modules/index.html#WithPageAuthRequiredAppRouter\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"modules/index.html#GetServerSidePropsResultWithSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouterOptions\",\"url\":\"modules/index.html#WithPageAuthRequiredPageRouterOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouterOptions\",\"url\":\"modules/index.html#WithPageAuthRequiredAppRouterOptions\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"PageRoute\",\"url\":\"modules/index.html#PageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AppRouteHandlerFn\",\"url\":\"modules/index.html#AppRouteHandlerFn\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredAppRoute\",\"url\":\"modules/index.html#WithApiAuthRequiredAppRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredPageRoute\",\"url\":\"modules/index.html#WithApiAuthRequiredPageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AccessTokenRequest\",\"url\":\"modules/index.html#AccessTokenRequest\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetAccessTokenResult\",\"url\":\"modules/index.html#GetAccessTokenResult\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Claims\",\"url\":\"modules/index.html#Claims\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterRefresh\",\"url\":\"modules/index.html#AfterRefresh\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterRefreshPageRoute\",\"url\":\"modules/index.html#AfterRefreshPageRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AfterRefreshAppRoute\",\"url\":\"modules/index.html#AfterRefreshAppRoute\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ConfigParameters\",\"url\":\"modules/index.html#ConfigParameters\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleAuth\",\"url\":\"modules/index.html#HandleAuth\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleLogin\",\"url\":\"modules/index.html#HandleLogin\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleProfile\",\"url\":\"modules/index.html#HandleProfile\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleLogout\",\"url\":\"modules/index.html#HandleLogout\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"HandleCallback\",\"url\":\"modules/index.html#HandleCallback\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequired\",\"url\":\"modules/index.html#WithApiAuthRequired\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/index.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetSession\",\"url\":\"modules/index.html#GetSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"TouchSession\",\"url\":\"modules/index.html#TouchSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"UpdateSession\",\"url\":\"modules/index.html#UpdateSession\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"GetAccessToken\",\"url\":\"modules/index.html#GetAccessToken\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Session\",\"url\":\"modules/index.html#Session\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"SessionStore\",\"url\":\"modules/index.html#SessionStore\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"SessionStorePayload\",\"url\":\"modules/index.html#SessionStorePayload\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Session\",\"url\":\"modules/session.html#Session\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"Claims\",\"url\":\"modules/session.html#Claims\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"GetSession\",\"url\":\"modules/session.html#GetSession\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"GetAccessToken\",\"url\":\"modules/session.html#GetAccessToken\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"AccessTokenRequest\",\"url\":\"modules/session.html#AccessTokenRequest\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"GetAccessTokenResult\",\"url\":\"modules/session.html#GetAccessTokenResult\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"AfterRefresh\",\"url\":\"modules/session.html#AfterRefresh\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"AfterRefreshPageRoute\",\"url\":\"modules/session.html#AfterRefreshPageRoute\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"AfterRefreshAppRoute\",\"url\":\"modules/session.html#AfterRefreshAppRoute\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"TouchSession\",\"url\":\"modules/session.html#TouchSession\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"UpdateSession\",\"url\":\"modules/session.html#UpdateSession\",\"classes\":\"\",\"parent\":\"session\"},{\"kind\":8388608,\"name\":\"AuthError\",\"url\":\"modules/shared.html#AuthError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AccessTokenErrorCode\",\"url\":\"modules/shared.html#AccessTokenErrorCode\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AccessTokenError\",\"url\":\"modules/shared.html#AccessTokenError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"HandlerError\",\"url\":\"modules/shared.html#HandlerError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"CallbackHandlerError\",\"url\":\"modules/shared.html#CallbackHandlerError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"LoginHandlerError\",\"url\":\"modules/shared.html#LoginHandlerError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"LogoutHandlerError\",\"url\":\"modules/shared.html#LogoutHandlerError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"ProfileHandlerError\",\"url\":\"modules/shared.html#ProfileHandlerError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"Handlers\",\"url\":\"modules/shared.html#Handlers\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"LoginOptions\",\"url\":\"modules/shared.html#LoginOptions\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"LogoutOptions\",\"url\":\"modules/shared.html#LogoutOptions\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"GetLoginState\",\"url\":\"modules/shared.html#GetLoginState\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"GetLoginStatePageRoute\",\"url\":\"modules/shared.html#GetLoginStatePageRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"GetLoginStateAppRoute\",\"url\":\"modules/shared.html#GetLoginStateAppRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"ProfileOptions\",\"url\":\"modules/shared.html#ProfileOptions\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"CallbackOptions\",\"url\":\"modules/shared.html#CallbackOptions\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterCallback\",\"url\":\"modules/shared.html#AfterCallback\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterCallbackPageRoute\",\"url\":\"modules/shared.html#AfterCallbackPageRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterCallbackAppRoute\",\"url\":\"modules/shared.html#AfterCallbackAppRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterRefetch\",\"url\":\"modules/shared.html#AfterRefetch\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterRefetchPageRoute\",\"url\":\"modules/shared.html#AfterRefetchPageRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterRefetchAppRoute\",\"url\":\"modules/shared.html#AfterRefetchAppRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AppRouterOnError\",\"url\":\"modules/shared.html#AppRouterOnError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"PageRouterOnError\",\"url\":\"modules/shared.html#PageRouterOnError\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AppRouterPageRouteOpts\",\"url\":\"modules/shared.html#AppRouterPageRouteOpts\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AppRouterPageRoute\",\"url\":\"modules/shared.html#AppRouterPageRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouter\",\"url\":\"modules/shared.html#WithPageAuthRequiredPageRouter\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouter\",\"url\":\"modules/shared.html#WithPageAuthRequiredAppRouter\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"GetServerSidePropsResultWithSession\",\"url\":\"modules/shared.html#GetServerSidePropsResultWithSession\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredPageRouterOptions\",\"url\":\"modules/shared.html#WithPageAuthRequiredPageRouterOptions\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequiredAppRouterOptions\",\"url\":\"modules/shared.html#WithPageAuthRequiredAppRouterOptions\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"PageRoute\",\"url\":\"modules/shared.html#PageRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AppRouteHandlerFn\",\"url\":\"modules/shared.html#AppRouteHandlerFn\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredAppRoute\",\"url\":\"modules/shared.html#WithApiAuthRequiredAppRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequiredPageRoute\",\"url\":\"modules/shared.html#WithApiAuthRequiredPageRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AccessTokenRequest\",\"url\":\"modules/shared.html#AccessTokenRequest\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"GetAccessTokenResult\",\"url\":\"modules/shared.html#GetAccessTokenResult\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"Claims\",\"url\":\"modules/shared.html#Claims\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterRefresh\",\"url\":\"modules/shared.html#AfterRefresh\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterRefreshPageRoute\",\"url\":\"modules/shared.html#AfterRefreshPageRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AfterRefreshAppRoute\",\"url\":\"modules/shared.html#AfterRefreshAppRoute\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"ConfigParameters\",\"url\":\"modules/shared.html#ConfigParameters\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"HandleAuth\",\"url\":\"modules/shared.html#HandleAuth\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"HandleLogin\",\"url\":\"modules/shared.html#HandleLogin\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"HandleProfile\",\"url\":\"modules/shared.html#HandleProfile\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"HandleLogout\",\"url\":\"modules/shared.html#HandleLogout\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"HandleCallback\",\"url\":\"modules/shared.html#HandleCallback\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithApiAuthRequired\",\"url\":\"modules/shared.html#WithApiAuthRequired\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"WithPageAuthRequired\",\"url\":\"modules/shared.html#WithPageAuthRequired\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"GetSession\",\"url\":\"modules/shared.html#GetSession\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"TouchSession\",\"url\":\"modules/shared.html#TouchSession\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"UpdateSession\",\"url\":\"modules/shared.html#UpdateSession\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"GetAccessToken\",\"url\":\"modules/shared.html#GetAccessToken\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"Session\",\"url\":\"modules/shared.html#Session\",\"classes\":\"\",\"parent\":\"shared\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,61.663]],[\"comment/0\",[]],[\"name/1\",[1,44.172,2,36.127]],[\"comment/1\",[]],[\"name/2\",[3,56.441]],[\"comment/2\",[]],[\"name/3\",[4,61.663]],[\"comment/3\",[]],[\"name/4\",[5,61.663]],[\"comment/4\",[]],[\"name/5\",[6,41.771]],[\"comment/5\",[]],[\"name/6\",[7,61.663]],[\"comment/6\",[]],[\"name/7\",[8,61.663]],[\"comment/7\",[]],[\"name/8\",[9,61.663]],[\"comment/8\",[]],[\"name/9\",[10,61.663]],[\"comment/9\",[]],[\"name/10\",[11,61.663]],[\"comment/10\",[]],[\"name/11\",[12,61.663]],[\"comment/11\",[]],[\"name/12\",[13,25.127]],[\"comment/12\",[]],[\"name/13\",[2,50.432]],[\"comment/13\",[]],[\"name/14\",[14,61.663]],[\"comment/14\",[]],[\"name/15\",[15,61.663]],[\"comment/15\",[]],[\"name/16\",[16,61.663]],[\"comment/16\",[]],[\"name/17\",[13,25.127]],[\"comment/17\",[]],[\"name/18\",[17,56.441]],[\"comment/18\",[]],[\"name/19\",[18,37.79]],[\"comment/19\",[]],[\"name/20\",[19,43.931]],[\"comment/20\",[]],[\"name/21\",[20,56.441]],[\"comment/21\",[]],[\"name/22\",[21,56.441]],[\"comment/22\",[]],[\"name/23\",[22,56.441]],[\"comment/23\",[]],[\"name/24\",[13,25.127]],[\"comment/24\",[]],[\"name/25\",[23,42.794]],[\"comment/25\",[]],[\"name/26\",[24,28.183,25,25.797,26,23.051,27,23.051]],[\"comment/26\",[]],[\"name/27\",[28,56.441]],[\"comment/27\",[]],[\"name/28\",[29,48.381]],[\"comment/28\",[]],[\"name/29\",[30,61.663]],[\"comment/29\",[]],[\"name/30\",[13,25.127]],[\"comment/30\",[]],[\"name/31\",[31,61.663]],[\"comment/31\",[]],[\"name/32\",[13,25.127]],[\"comment/32\",[]],[\"name/33\",[32,61.663]],[\"comment/33\",[]],[\"name/34\",[2,50.432]],[\"comment/34\",[]],[\"name/35\",[33,41.771]],[\"comment/35\",[]],[\"name/36\",[13,25.127]],[\"comment/36\",[]],[\"name/37\",[34,61.663]],[\"comment/37\",[]],[\"name/38\",[35,61.663]],[\"comment/38\",[]],[\"name/39\",[36,61.663]],[\"comment/39\",[]],[\"name/40\",[37,41.771]],[\"comment/40\",[]],[\"name/41\",[38,61.663]],[\"comment/41\",[]],[\"name/42\",[39,48.381]],[\"comment/42\",[]],[\"name/43\",[40,61.663]],[\"comment/43\",[]],[\"name/44\",[41,61.663]],[\"comment/44\",[]],[\"name/45\",[42,61.663]],[\"comment/45\",[]],[\"name/46\",[43,61.663]],[\"comment/46\",[]],[\"name/47\",[44,61.663]],[\"comment/47\",[]],[\"name/48\",[45,61.663]],[\"comment/48\",[]],[\"name/49\",[46,45.211]],[\"comment/49\",[]],[\"name/50\",[13,25.127]],[\"comment/50\",[]],[\"name/51\",[47,56.441]],[\"comment/51\",[]],[\"name/52\",[48,61.663]],[\"comment/52\",[]],[\"name/53\",[49,61.663]],[\"comment/53\",[]],[\"name/54\",[50,61.663]],[\"comment/54\",[]],[\"name/55\",[51,61.663]],[\"comment/55\",[]],[\"name/56\",[52,56.441]],[\"comment/56\",[]],[\"name/57\",[13,25.127]],[\"comment/57\",[]],[\"name/58\",[53,61.663]],[\"comment/58\",[]],[\"name/59\",[54,56.441]],[\"comment/59\",[]],[\"name/60\",[55,61.663]],[\"comment/60\",[]],[\"name/61\",[56,61.663]],[\"comment/61\",[]],[\"name/62\",[57,61.663]],[\"comment/62\",[]],[\"name/63\",[6,41.771]],[\"comment/63\",[]],[\"name/64\",[58,61.663]],[\"comment/64\",[]],[\"name/65\",[59,61.663]],[\"comment/65\",[]],[\"name/66\",[13,25.127]],[\"comment/66\",[]],[\"name/67\",[60,61.663]],[\"comment/67\",[]],[\"name/68\",[61,61.663]],[\"comment/68\",[]],[\"name/69\",[62,61.663]],[\"comment/69\",[]],[\"name/70\",[63,61.663]],[\"comment/70\",[]],[\"name/71\",[64,61.663]],[\"comment/71\",[]],[\"name/72\",[65,61.663]],[\"comment/72\",[]],[\"name/73\",[66,61.663]],[\"comment/73\",[]],[\"name/74\",[67,61.663]],[\"comment/74\",[]],[\"name/75\",[68,61.663]],[\"comment/75\",[]],[\"name/76\",[69,61.663]],[\"comment/76\",[]],[\"name/77\",[70,61.663]],[\"comment/77\",[]],[\"name/78\",[71,61.663]],[\"comment/78\",[]],[\"name/79\",[72,61.663]],[\"comment/79\",[]],[\"name/80\",[73,61.663]],[\"comment/80\",[]],[\"name/81\",[74,61.663]],[\"comment/81\",[]],[\"name/82\",[75,61.663]],[\"comment/82\",[]],[\"name/83\",[76,61.663]],[\"comment/83\",[]],[\"name/84\",[77,61.663]],[\"comment/84\",[]],[\"name/85\",[78,53.001]],[\"comment/85\",[]],[\"name/86\",[52,56.441]],[\"comment/86\",[]],[\"name/87\",[13,25.127]],[\"comment/87\",[]],[\"name/88\",[54,56.441]],[\"comment/88\",[]],[\"name/89\",[79,61.663]],[\"comment/89\",[]],[\"name/90\",[37,41.771]],[\"comment/90\",[]],[\"name/91\",[47,56.441]],[\"comment/91\",[]],[\"name/92\",[80,50.432]],[\"comment/92\",[]],[\"name/93\",[81,61.663]],[\"comment/93\",[]],[\"name/94\",[82,48.381]],[\"comment/94\",[]],[\"name/95\",[13,25.127]],[\"comment/95\",[]],[\"name/96\",[82,48.381]],[\"comment/96\",[]],[\"name/97\",[83,43.931]],[\"comment/97\",[]],[\"name/98\",[84,43.931]],[\"comment/98\",[]],[\"name/99\",[85,43.931]],[\"comment/99\",[]],[\"name/100\",[86,43.931]],[\"comment/100\",[]],[\"name/101\",[33,41.771]],[\"comment/101\",[]],[\"name/102\",[87,43.931]],[\"comment/102\",[]],[\"name/103\",[88,43.931]],[\"comment/103\",[]],[\"name/104\",[89,43.931]],[\"comment/104\",[]],[\"name/105\",[90,43.931]],[\"comment/105\",[]],[\"name/106\",[91,43.931]],[\"comment/106\",[]],[\"name/107\",[92,53.001]],[\"comment/107\",[]],[\"name/108\",[93,61.663]],[\"comment/108\",[]],[\"name/109\",[94,46.674]],[\"comment/109\",[]],[\"name/110\",[91,43.931]],[\"comment/110\",[]],[\"name/111\",[13,25.127]],[\"comment/111\",[]],[\"name/112\",[95,48.381]],[\"comment/112\",[]],[\"name/113\",[13,25.127]],[\"comment/113\",[]],[\"name/114\",[96,48.381]],[\"comment/114\",[]],[\"name/115\",[13,25.127]],[\"comment/115\",[]],[\"name/116\",[97,61.663]],[\"comment/116\",[]],[\"name/117\",[98,46.674]],[\"comment/117\",[]],[\"name/118\",[99,48.381]],[\"comment/118\",[]],[\"name/119\",[13,25.127]],[\"comment/119\",[]],[\"name/120\",[100,48.381]],[\"comment/120\",[]],[\"name/121\",[13,25.127]],[\"comment/121\",[]],[\"name/122\",[101,48.381]],[\"comment/122\",[]],[\"name/123\",[98,46.674]],[\"comment/123\",[]],[\"name/124\",[102,61.663]],[\"comment/124\",[]],[\"name/125\",[78,53.001]],[\"comment/125\",[]],[\"name/126\",[39,48.381]],[\"comment/126\",[]],[\"name/127\",[103,61.663]],[\"comment/127\",[]],[\"name/128\",[89,43.931]],[\"comment/128\",[]],[\"name/129\",[104,61.663]],[\"comment/129\",[]],[\"name/130\",[94,46.674]],[\"comment/130\",[]],[\"name/131\",[105,61.663]],[\"comment/131\",[]],[\"name/132\",[46,45.211]],[\"comment/132\",[]],[\"name/133\",[106,48.381]],[\"comment/133\",[]],[\"name/134\",[13,25.127]],[\"comment/134\",[]],[\"name/135\",[13,25.127]],[\"comment/135\",[]],[\"name/136\",[107,48.381]],[\"comment/136\",[]],[\"name/137\",[13,25.127]],[\"comment/137\",[]],[\"name/138\",[13,25.127]],[\"comment/138\",[]],[\"name/139\",[39,48.381]],[\"comment/139\",[]],[\"name/140\",[108,61.663]],[\"comment/140\",[]],[\"name/141\",[109,61.663]],[\"comment/141\",[]],[\"name/142\",[110,61.663]],[\"comment/142\",[]],[\"name/143\",[78,53.001]],[\"comment/143\",[]],[\"name/144\",[111,61.663]],[\"comment/144\",[]],[\"name/145\",[112,48.381]],[\"comment/145\",[]],[\"name/146\",[39,48.381]],[\"comment/146\",[]],[\"name/147\",[29,48.381]],[\"comment/147\",[]],[\"name/148\",[46,45.211]],[\"comment/148\",[]],[\"name/149\",[113,61.663]],[\"comment/149\",[]],[\"name/150\",[87,43.931]],[\"comment/150\",[]],[\"name/151\",[114,61.663]],[\"comment/151\",[]],[\"name/152\",[115,61.663]],[\"comment/152\",[]],[\"name/153\",[116,48.381]],[\"comment/153\",[]],[\"name/154\",[29,48.381]],[\"comment/154\",[]],[\"name/155\",[117,61.663]],[\"comment/155\",[]],[\"name/156\",[13,25.127]],[\"comment/156\",[]],[\"name/157\",[118,61.663]],[\"comment/157\",[]],[\"name/158\",[88,43.931]],[\"comment/158\",[]],[\"name/159\",[119,61.663]],[\"comment/159\",[]],[\"name/160\",[120,61.663]],[\"comment/160\",[]],[\"name/161\",[121,46.674]],[\"comment/161\",[]],[\"name/162\",[122,48.381]],[\"comment/162\",[]],[\"name/163\",[13,25.127]],[\"comment/163\",[]],[\"name/164\",[123,48.381]],[\"comment/164\",[]],[\"name/165\",[13,25.127]],[\"comment/165\",[]],[\"name/166\",[124,48.381]],[\"comment/166\",[]],[\"name/167\",[13,25.127]],[\"comment/167\",[]],[\"name/168\",[125,61.663]],[\"comment/168\",[]],[\"name/169\",[121,46.674]],[\"comment/169\",[]],[\"name/170\",[126,61.663]],[\"comment/170\",[]],[\"name/171\",[90,43.931]],[\"comment/171\",[]],[\"name/172\",[127,61.663]],[\"comment/172\",[]],[\"name/173\",[128,44.172,129,40.431]],[\"comment/173\",[]],[\"name/174\",[130,53.001]],[\"comment/174\",[]],[\"name/175\",[13,25.127]],[\"comment/175\",[]],[\"name/176\",[131,53.001]],[\"comment/176\",[]],[\"name/177\",[132,45.211]],[\"comment/177\",[]],[\"name/178\",[13,25.127]],[\"comment/178\",[]],[\"name/179\",[133,61.663]],[\"comment/179\",[]],[\"name/180\",[13,25.127]],[\"comment/180\",[]],[\"name/181\",[134,61.663]],[\"comment/181\",[]],[\"name/182\",[13,25.127]],[\"comment/182\",[]],[\"name/183\",[135,61.663]],[\"comment/183\",[]],[\"name/184\",[136,61.663]],[\"comment/184\",[]],[\"name/185\",[13,25.127]],[\"comment/185\",[]],[\"name/186\",[137,61.663]],[\"comment/186\",[]],[\"name/187\",[13,25.127]],[\"comment/187\",[]],[\"name/188\",[129,56.441]],[\"comment/188\",[]],[\"name/189\",[138,61.663]],[\"comment/189\",[]],[\"name/190\",[139,61.663]],[\"comment/190\",[]],[\"name/191\",[140,61.663]],[\"comment/191\",[]],[\"name/192\",[26,23.051,27,23.051,141,24.225,142,24.225]],[\"comment/192\",[]],[\"name/193\",[130,53.001]],[\"comment/193\",[]],[\"name/194\",[13,25.127]],[\"comment/194\",[]],[\"name/195\",[131,53.001]],[\"comment/195\",[]],[\"name/196\",[132,45.211]],[\"comment/196\",[]],[\"name/197\",[13,25.127]],[\"comment/197\",[]],[\"name/198\",[143,48.381]],[\"comment/198\",[]],[\"name/199\",[13,25.127]],[\"comment/199\",[]],[\"name/200\",[144,48.381]],[\"comment/200\",[]],[\"name/201\",[13,25.127]],[\"comment/201\",[]],[\"name/202\",[86,43.931]],[\"comment/202\",[]],[\"name/203\",[26,23.051,27,23.051,141,24.225,145,28.183]],[\"comment/203\",[]],[\"name/204\",[92,53.001]],[\"comment/204\",[]],[\"name/205\",[13,25.127]],[\"comment/205\",[]],[\"name/206\",[25,25.797,26,23.051,27,23.051,141,24.225]],[\"comment/206\",[]],[\"name/207\",[146,48.381]],[\"comment/207\",[]],[\"name/208\",[147,48.381]],[\"comment/208\",[]],[\"name/209\",[13,25.127]],[\"comment/209\",[]],[\"name/210\",[148,48.381]],[\"comment/210\",[]],[\"name/211\",[13,25.127]],[\"comment/211\",[]],[\"name/212\",[131,53.001]],[\"comment/212\",[]],[\"name/213\",[13,25.127]],[\"comment/213\",[]],[\"name/214\",[149,61.663]],[\"comment/214\",[]],[\"name/215\",[150,61.663]],[\"comment/215\",[]],[\"name/216\",[13,25.127]],[\"comment/216\",[]],[\"name/217\",[151,48.381]],[\"comment/217\",[]],[\"name/218\",[13,25.127]],[\"comment/218\",[]],[\"name/219\",[152,48.381]],[\"comment/219\",[]],[\"name/220\",[13,25.127]],[\"comment/220\",[]],[\"name/221\",[153,61.663]],[\"comment/221\",[]],[\"name/222\",[29,48.381]],[\"comment/222\",[]],[\"name/223\",[154,48.381]],[\"comment/223\",[]],[\"name/224\",[13,25.127]],[\"comment/224\",[]],[\"name/225\",[155,48.381]],[\"comment/225\",[]],[\"name/226\",[13,25.127]],[\"comment/226\",[]],[\"name/227\",[29,48.381]],[\"comment/227\",[]],[\"name/228\",[156,48.381]],[\"comment/228\",[]],[\"name/229\",[13,25.127]],[\"comment/229\",[]],[\"name/230\",[33,41.771]],[\"comment/230\",[]],[\"name/231\",[142,24.225,157,21.333,158,21.333,159,24.225]],[\"comment/231\",[]],[\"name/232\",[23,42.794]],[\"comment/232\",[]],[\"name/233\",[18,37.79]],[\"comment/233\",[]],[\"name/234\",[160,56.441]],[\"comment/234\",[]],[\"name/235\",[161,56.441]],[\"comment/235\",[]],[\"name/236\",[162,56.441]],[\"comment/236\",[]],[\"name/237\",[163,53.001]],[\"comment/237\",[]],[\"name/238\",[142,24.225,157,21.333,158,21.333,164,24.225]],[\"comment/238\",[]],[\"name/239\",[23,42.794]],[\"comment/239\",[]],[\"name/240\",[18,37.79]],[\"comment/240\",[]],[\"name/241\",[165,56.441]],[\"comment/241\",[]],[\"name/242\",[157,21.333,158,21.333,159,24.225,166,25.797]],[\"comment/242\",[]],[\"name/243\",[23,42.794]],[\"comment/243\",[]],[\"name/244\",[18,37.79]],[\"comment/244\",[]],[\"name/245\",[163,53.001]],[\"comment/245\",[]],[\"name/246\",[157,26.046,158,26.046,159,29.578]],[\"comment/246\",[]],[\"name/247\",[23,42.794]],[\"comment/247\",[]],[\"name/248\",[18,37.79]],[\"comment/248\",[]],[\"name/249\",[160,56.441]],[\"comment/249\",[]],[\"name/250\",[161,56.441]],[\"comment/250\",[]],[\"name/251\",[162,56.441]],[\"comment/251\",[]],[\"name/252\",[163,53.001]],[\"comment/252\",[]],[\"name/253\",[157,21.333,158,21.333,164,24.225,166,25.797]],[\"comment/253\",[]],[\"name/254\",[23,42.794]],[\"comment/254\",[]],[\"name/255\",[18,37.79]],[\"comment/255\",[]],[\"name/256\",[167,56.441]],[\"comment/256\",[]],[\"name/257\",[168,56.441]],[\"comment/257\",[]],[\"name/258\",[157,26.046,158,26.046,164,29.578]],[\"comment/258\",[]],[\"name/259\",[23,42.794]],[\"comment/259\",[]],[\"name/260\",[18,37.79]],[\"comment/260\",[]],[\"name/261\",[167,56.441]],[\"comment/261\",[]],[\"name/262\",[168,56.441]],[\"comment/262\",[]],[\"name/263\",[165,56.441]],[\"comment/263\",[]],[\"name/264\",[169,61.663]],[\"comment/264\",[]],[\"name/265\",[170,61.663]],[\"comment/265\",[]],[\"name/266\",[171,53.001]],[\"comment/266\",[]],[\"name/267\",[82,48.381]],[\"comment/267\",[]],[\"name/268\",[13,25.127]],[\"comment/268\",[]],[\"name/269\",[82,48.381]],[\"comment/269\",[]],[\"name/270\",[83,43.931]],[\"comment/270\",[]],[\"name/271\",[84,43.931]],[\"comment/271\",[]],[\"name/272\",[85,43.931]],[\"comment/272\",[]],[\"name/273\",[86,43.931]],[\"comment/273\",[]],[\"name/274\",[33,41.771]],[\"comment/274\",[]],[\"name/275\",[87,43.931]],[\"comment/275\",[]],[\"name/276\",[88,43.931]],[\"comment/276\",[]],[\"name/277\",[89,43.931]],[\"comment/277\",[]],[\"name/278\",[90,43.931]],[\"comment/278\",[]],[\"name/279\",[91,43.931]],[\"comment/279\",[]],[\"name/280\",[172,61.663]],[\"comment/280\",[]],[\"name/281\",[82,48.381]],[\"comment/281\",[]],[\"name/282\",[13,25.127]],[\"comment/282\",[]],[\"name/283\",[173,61.663]],[\"comment/283\",[]],[\"name/284\",[174,31.497,175,34.411,176,34.411]],[\"comment/284\",[]],[\"name/285\",[177,46.674]],[\"comment/285\",[]],[\"name/286\",[178,48.381]],[\"comment/286\",[]],[\"name/287\",[13,25.127]],[\"comment/287\",[]],[\"name/288\",[179,48.381]],[\"comment/288\",[]],[\"name/289\",[13,25.127]],[\"comment/289\",[]],[\"name/290\",[180,48.381]],[\"comment/290\",[]],[\"name/291\",[181,61.663]],[\"comment/291\",[]],[\"name/292\",[182,61.663]],[\"comment/292\",[]],[\"name/293\",[177,46.674]],[\"comment/293\",[]],[\"name/294\",[39,48.381]],[\"comment/294\",[]],[\"name/295\",[183,48.381]],[\"comment/295\",[]],[\"name/296\",[184,56.441]],[\"comment/296\",[]],[\"name/297\",[85,43.931]],[\"comment/297\",[]],[\"name/298\",[13,25.127]],[\"comment/298\",[]],[\"name/299\",[37,29.923,174,40.431]],[\"comment/299\",[]],[\"name/300\",[83,43.931]],[\"comment/300\",[]],[\"name/301\",[13,25.127]],[\"comment/301\",[]],[\"name/302\",[37,41.771]],[\"comment/302\",[]],[\"name/303\",[185,61.663]],[\"comment/303\",[]],[\"name/304\",[186,48.381]],[\"comment/304\",[]],[\"name/305\",[23,42.794]],[\"comment/305\",[]],[\"name/306\",[18,37.79]],[\"comment/306\",[]],[\"name/307\",[2,50.432]],[\"comment/307\",[]],[\"name/308\",[187,61.663]],[\"comment/308\",[]],[\"name/309\",[184,56.441]],[\"comment/309\",[]],[\"name/310\",[188,61.663]],[\"comment/310\",[]],[\"name/311\",[189,61.663]],[\"comment/311\",[]],[\"name/312\",[190,61.663]],[\"comment/312\",[]],[\"name/313\",[37,29.923,191,44.172]],[\"comment/313\",[]],[\"name/314\",[192,46.674]],[\"comment/314\",[]],[\"name/315\",[13,25.127]],[\"comment/315\",[]],[\"name/316\",[37,29.923,193,44.172]],[\"comment/316\",[]],[\"name/317\",[84,43.931]],[\"comment/317\",[]],[\"name/318\",[13,25.127]],[\"comment/318\",[]],[\"name/319\",[194,61.663]],[\"comment/319\",[]],[\"name/320\",[195,53.001]],[\"comment/320\",[]],[\"name/321\",[13,25.127]],[\"comment/321\",[]],[\"name/322\",[6,41.771]],[\"comment/322\",[]],[\"name/323\",[196,56.441]],[\"comment/323\",[]],[\"name/324\",[171,53.001]],[\"comment/324\",[]],[\"name/325\",[83,43.931]],[\"comment/325\",[]],[\"name/326\",[192,46.674]],[\"comment/326\",[]],[\"name/327\",[84,43.931]],[\"comment/327\",[]],[\"name/328\",[85,43.931]],[\"comment/328\",[]],[\"name/329\",[87,43.931]],[\"comment/329\",[]],[\"name/330\",[89,43.931]],[\"comment/330\",[]],[\"name/331\",[88,43.931]],[\"comment/331\",[]],[\"name/332\",[90,43.931]],[\"comment/332\",[]],[\"name/333\",[86,43.931]],[\"comment/333\",[]],[\"name/334\",[33,41.771]],[\"comment/334\",[]],[\"name/335\",[91,43.931]],[\"comment/335\",[]],[\"name/336\",[92,53.001]],[\"comment/336\",[]],[\"name/337\",[197,53.001]],[\"comment/337\",[]],[\"name/338\",[198,53.001]],[\"comment/338\",[]],[\"name/339\",[199,61.663]],[\"comment/339\",[]],[\"name/340\",[200,50.432]],[\"comment/340\",[]],[\"name/341\",[18,37.79]],[\"comment/341\",[]],[\"name/342\",[201,40.841]],[\"comment/342\",[]],[\"name/343\",[6,41.771]],[\"comment/343\",[]],[\"name/344\",[202,45.211]],[\"comment/344\",[]],[\"name/345\",[19,43.931]],[\"comment/345\",[]],[\"name/346\",[203,50.432]],[\"comment/346\",[]],[\"name/347\",[204,61.663]],[\"comment/347\",[]],[\"name/348\",[205,61.663]],[\"comment/348\",[]],[\"name/349\",[206,61.663]],[\"comment/349\",[]],[\"name/350\",[207,61.663]],[\"comment/350\",[]],[\"name/351\",[208,61.663]],[\"comment/351\",[]],[\"name/352\",[209,61.663]],[\"comment/352\",[]],[\"name/353\",[210,50.432]],[\"comment/353\",[]],[\"name/354\",[18,37.79]],[\"comment/354\",[]],[\"name/355\",[201,40.841]],[\"comment/355\",[]],[\"name/356\",[6,41.771]],[\"comment/356\",[]],[\"name/357\",[202,45.211]],[\"comment/357\",[]],[\"name/358\",[19,43.931]],[\"comment/358\",[]],[\"name/359\",[211,50.432]],[\"comment/359\",[]],[\"name/360\",[18,37.79]],[\"comment/360\",[]],[\"name/361\",[201,40.841]],[\"comment/361\",[]],[\"name/362\",[6,41.771]],[\"comment/362\",[]],[\"name/363\",[202,45.211]],[\"comment/363\",[]],[\"name/364\",[19,43.931]],[\"comment/364\",[]],[\"name/365\",[212,50.432]],[\"comment/365\",[]],[\"name/366\",[201,40.841]],[\"comment/366\",[]],[\"name/367\",[18,37.79]],[\"comment/367\",[]],[\"name/368\",[201,40.841]],[\"comment/368\",[]],[\"name/369\",[6,41.771]],[\"comment/369\",[]],[\"name/370\",[202,45.211]],[\"comment/370\",[]],[\"name/371\",[19,43.931]],[\"comment/371\",[]],[\"name/372\",[213,50.432]],[\"comment/372\",[]],[\"name/373\",[201,40.841]],[\"comment/373\",[]],[\"name/374\",[18,37.79]],[\"comment/374\",[]],[\"name/375\",[201,40.841]],[\"comment/375\",[]],[\"name/376\",[6,41.771]],[\"comment/376\",[]],[\"name/377\",[202,45.211]],[\"comment/377\",[]],[\"name/378\",[19,43.931]],[\"comment/378\",[]],[\"name/379\",[214,50.432]],[\"comment/379\",[]],[\"name/380\",[201,40.841]],[\"comment/380\",[]],[\"name/381\",[18,37.79]],[\"comment/381\",[]],[\"name/382\",[201,40.841]],[\"comment/382\",[]],[\"name/383\",[6,41.771]],[\"comment/383\",[]],[\"name/384\",[202,45.211]],[\"comment/384\",[]],[\"name/385\",[19,43.931]],[\"comment/385\",[]],[\"name/386\",[215,50.432]],[\"comment/386\",[]],[\"name/387\",[201,40.841]],[\"comment/387\",[]],[\"name/388\",[18,37.79]],[\"comment/388\",[]],[\"name/389\",[201,40.841]],[\"comment/389\",[]],[\"name/390\",[6,41.771]],[\"comment/390\",[]],[\"name/391\",[202,45.211]],[\"comment/391\",[]],[\"name/392\",[19,43.931]],[\"comment/392\",[]],[\"name/393\",[196,56.441]],[\"comment/393\",[]],[\"name/394\",[23,42.794]],[\"comment/394\",[]],[\"name/395\",[22,56.441]],[\"comment/395\",[]],[\"name/396\",[20,56.441]],[\"comment/396\",[]],[\"name/397\",[3,56.441]],[\"comment/397\",[]],[\"name/398\",[17,56.441]],[\"comment/398\",[]],[\"name/399\",[21,56.441]],[\"comment/399\",[]],[\"name/400\",[33,41.771]],[\"comment/400\",[]],[\"name/401\",[28,56.441]],[\"comment/401\",[]],[\"name/402\",[195,53.001]],[\"comment/402\",[]],[\"name/403\",[171,53.001]],[\"comment/403\",[]],[\"name/404\",[200,50.432]],[\"comment/404\",[]],[\"name/405\",[203,50.432]],[\"comment/405\",[]],[\"name/406\",[210,50.432]],[\"comment/406\",[]],[\"name/407\",[211,50.432]],[\"comment/407\",[]],[\"name/408\",[212,50.432]],[\"comment/408\",[]],[\"name/409\",[213,50.432]],[\"comment/409\",[]],[\"name/410\",[214,50.432]],[\"comment/410\",[]],[\"name/411\",[215,50.432]],[\"comment/411\",[]],[\"name/412\",[94,46.674]],[\"comment/412\",[]],[\"name/413\",[112,48.381]],[\"comment/413\",[]],[\"name/414\",[116,48.381]],[\"comment/414\",[]],[\"name/415\",[46,45.211]],[\"comment/415\",[]],[\"name/416\",[106,48.381]],[\"comment/416\",[]],[\"name/417\",[107,48.381]],[\"comment/417\",[]],[\"name/418\",[124,48.381]],[\"comment/418\",[]],[\"name/419\",[101,48.381]],[\"comment/419\",[]],[\"name/420\",[98,46.674]],[\"comment/420\",[]],[\"name/421\",[99,48.381]],[\"comment/421\",[]],[\"name/422\",[100,48.381]],[\"comment/422\",[]],[\"name/423\",[121,46.674]],[\"comment/423\",[]],[\"name/424\",[122,48.381]],[\"comment/424\",[]],[\"name/425\",[123,48.381]],[\"comment/425\",[]],[\"name/426\",[96,48.381]],[\"comment/426\",[]],[\"name/427\",[95,48.381]],[\"comment/427\",[]],[\"name/428\",[148,48.381]],[\"comment/428\",[]],[\"name/429\",[151,48.381]],[\"comment/429\",[]],[\"name/430\",[154,48.381]],[\"comment/430\",[]],[\"name/431\",[156,48.381]],[\"comment/431\",[]],[\"name/432\",[146,48.381]],[\"comment/432\",[]],[\"name/433\",[152,48.381]],[\"comment/433\",[]],[\"name/434\",[155,48.381]],[\"comment/434\",[]],[\"name/435\",[147,48.381]],[\"comment/435\",[]],[\"name/436\",[132,45.211]],[\"comment/436\",[]],[\"name/437\",[143,48.381]],[\"comment/437\",[]],[\"name/438\",[144,48.381]],[\"comment/438\",[]],[\"name/439\",[180,48.381]],[\"comment/439\",[]],[\"name/440\",[183,48.381]],[\"comment/440\",[]],[\"name/441\",[186,48.381]],[\"comment/441\",[]],[\"name/442\",[177,46.674]],[\"comment/442\",[]],[\"name/443\",[178,48.381]],[\"comment/443\",[]],[\"name/444\",[179,48.381]],[\"comment/444\",[]],[\"name/445\",[80,50.432]],[\"comment/445\",[]],[\"name/446\",[91,43.931]],[\"comment/446\",[]],[\"name/447\",[87,43.931]],[\"comment/447\",[]],[\"name/448\",[90,43.931]],[\"comment/448\",[]],[\"name/449\",[88,43.931]],[\"comment/449\",[]],[\"name/450\",[89,43.931]],[\"comment/450\",[]],[\"name/451\",[86,43.931]],[\"comment/451\",[]],[\"name/452\",[33,41.771]],[\"comment/452\",[]],[\"name/453\",[83,43.931]],[\"comment/453\",[]],[\"name/454\",[192,46.674]],[\"comment/454\",[]],[\"name/455\",[84,43.931]],[\"comment/455\",[]],[\"name/456\",[85,43.931]],[\"comment/456\",[]],[\"name/457\",[37,41.771]],[\"comment/457\",[]],[\"name/458\",[197,53.001]],[\"comment/458\",[]],[\"name/459\",[198,53.001]],[\"comment/459\",[]],[\"name/460\",[89,43.931]],[\"comment/460\",[]],[\"name/461\",[101,48.381]],[\"comment/461\",[]],[\"name/462\",[98,46.674]],[\"comment/462\",[]],[\"name/463\",[99,48.381]],[\"comment/463\",[]],[\"name/464\",[100,48.381]],[\"comment/464\",[]],[\"name/465\",[87,43.931]],[\"comment/465\",[]],[\"name/466\",[112,48.381]],[\"comment/466\",[]],[\"name/467\",[46,45.211]],[\"comment/467\",[]],[\"name/468\",[106,48.381]],[\"comment/468\",[]],[\"name/469\",[107,48.381]],[\"comment/469\",[]],[\"name/470\",[88,43.931]],[\"comment/470\",[]],[\"name/471\",[116,48.381]],[\"comment/471\",[]],[\"name/472\",[90,43.931]],[\"comment/472\",[]],[\"name/473\",[124,48.381]],[\"comment/473\",[]],[\"name/474\",[121,46.674]],[\"comment/474\",[]],[\"name/475\",[122,48.381]],[\"comment/475\",[]],[\"name/476\",[123,48.381]],[\"comment/476\",[]],[\"name/477\",[94,46.674]],[\"comment/477\",[]],[\"name/478\",[91,43.931]],[\"comment/478\",[]],[\"name/479\",[96,48.381]],[\"comment/479\",[]],[\"name/480\",[95,48.381]],[\"comment/480\",[]],[\"name/481\",[132,45.211]],[\"comment/481\",[]],[\"name/482\",[130,53.001]],[\"comment/482\",[]],[\"name/483\",[86,43.931]],[\"comment/483\",[]],[\"name/484\",[132,45.211]],[\"comment/484\",[]],[\"name/485\",[143,48.381]],[\"comment/485\",[]],[\"name/486\",[144,48.381]],[\"comment/486\",[]],[\"name/487\",[146,48.381]],[\"comment/487\",[]],[\"name/488\",[33,41.771]],[\"comment/488\",[]],[\"name/489\",[152,48.381]],[\"comment/489\",[]],[\"name/490\",[155,48.381]],[\"comment/490\",[]],[\"name/491\",[147,48.381]],[\"comment/491\",[]],[\"name/492\",[148,48.381]],[\"comment/492\",[]],[\"name/493\",[151,48.381]],[\"comment/493\",[]],[\"name/494\",[154,48.381]],[\"comment/494\",[]],[\"name/495\",[156,48.381]],[\"comment/495\",[]],[\"name/496\",[216,61.663]],[\"comment/496\",[]],[\"name/497\",[217,61.663]],[\"comment/497\",[]],[\"name/498\",[218,61.663]],[\"comment/498\",[]],[\"name/499\",[219,61.663]],[\"comment/499\",[]],[\"name/500\",[220,61.663]],[\"comment/500\",[]],[\"name/501\",[221,61.663]],[\"comment/501\",[]],[\"name/502\",[195,53.001]],[\"comment/502\",[]],[\"name/503\",[200,50.432]],[\"comment/503\",[]],[\"name/504\",[203,50.432]],[\"comment/504\",[]],[\"name/505\",[210,50.432]],[\"comment/505\",[]],[\"name/506\",[211,50.432]],[\"comment/506\",[]],[\"name/507\",[212,50.432]],[\"comment/507\",[]],[\"name/508\",[213,50.432]],[\"comment/508\",[]],[\"name/509\",[214,50.432]],[\"comment/509\",[]],[\"name/510\",[215,50.432]],[\"comment/510\",[]],[\"name/511\",[94,46.674]],[\"comment/511\",[]],[\"name/512\",[112,48.381]],[\"comment/512\",[]],[\"name/513\",[116,48.381]],[\"comment/513\",[]],[\"name/514\",[46,45.211]],[\"comment/514\",[]],[\"name/515\",[106,48.381]],[\"comment/515\",[]],[\"name/516\",[107,48.381]],[\"comment/516\",[]],[\"name/517\",[124,48.381]],[\"comment/517\",[]],[\"name/518\",[101,48.381]],[\"comment/518\",[]],[\"name/519\",[98,46.674]],[\"comment/519\",[]],[\"name/520\",[99,48.381]],[\"comment/520\",[]],[\"name/521\",[100,48.381]],[\"comment/521\",[]],[\"name/522\",[121,46.674]],[\"comment/522\",[]],[\"name/523\",[122,48.381]],[\"comment/523\",[]],[\"name/524\",[123,48.381]],[\"comment/524\",[]],[\"name/525\",[96,48.381]],[\"comment/525\",[]],[\"name/526\",[95,48.381]],[\"comment/526\",[]],[\"name/527\",[148,48.381]],[\"comment/527\",[]],[\"name/528\",[151,48.381]],[\"comment/528\",[]],[\"name/529\",[154,48.381]],[\"comment/529\",[]],[\"name/530\",[156,48.381]],[\"comment/530\",[]],[\"name/531\",[146,48.381]],[\"comment/531\",[]],[\"name/532\",[152,48.381]],[\"comment/532\",[]],[\"name/533\",[155,48.381]],[\"comment/533\",[]],[\"name/534\",[147,48.381]],[\"comment/534\",[]],[\"name/535\",[132,45.211]],[\"comment/535\",[]],[\"name/536\",[143,48.381]],[\"comment/536\",[]],[\"name/537\",[144,48.381]],[\"comment/537\",[]],[\"name/538\",[180,48.381]],[\"comment/538\",[]],[\"name/539\",[183,48.381]],[\"comment/539\",[]],[\"name/540\",[186,48.381]],[\"comment/540\",[]],[\"name/541\",[177,46.674]],[\"comment/541\",[]],[\"name/542\",[178,48.381]],[\"comment/542\",[]],[\"name/543\",[179,48.381]],[\"comment/543\",[]],[\"name/544\",[80,50.432]],[\"comment/544\",[]],[\"name/545\",[91,43.931]],[\"comment/545\",[]],[\"name/546\",[87,43.931]],[\"comment/546\",[]],[\"name/547\",[90,43.931]],[\"comment/547\",[]],[\"name/548\",[88,43.931]],[\"comment/548\",[]],[\"name/549\",[89,43.931]],[\"comment/549\",[]],[\"name/550\",[86,43.931]],[\"comment/550\",[]],[\"name/551\",[33,41.771]],[\"comment/551\",[]],[\"name/552\",[83,43.931]],[\"comment/552\",[]],[\"name/553\",[192,46.674]],[\"comment/553\",[]],[\"name/554\",[84,43.931]],[\"comment/554\",[]],[\"name/555\",[85,43.931]],[\"comment/555\",[]],[\"name/556\",[37,41.771]],[\"comment/556\",[]],[\"name/557\",[197,53.001]],[\"comment/557\",[]],[\"name/558\",[198,53.001]],[\"comment/558\",[]],[\"name/559\",[37,41.771]],[\"comment/559\",[]],[\"name/560\",[186,48.381]],[\"comment/560\",[]],[\"name/561\",[83,43.931]],[\"comment/561\",[]],[\"name/562\",[85,43.931]],[\"comment/562\",[]],[\"name/563\",[180,48.381]],[\"comment/563\",[]],[\"name/564\",[183,48.381]],[\"comment/564\",[]],[\"name/565\",[177,46.674]],[\"comment/565\",[]],[\"name/566\",[178,48.381]],[\"comment/566\",[]],[\"name/567\",[179,48.381]],[\"comment/567\",[]],[\"name/568\",[192,46.674]],[\"comment/568\",[]],[\"name/569\",[84,43.931]],[\"comment/569\",[]],[\"name/570\",[200,50.432]],[\"comment/570\",[]],[\"name/571\",[203,50.432]],[\"comment/571\",[]],[\"name/572\",[210,50.432]],[\"comment/572\",[]],[\"name/573\",[211,50.432]],[\"comment/573\",[]],[\"name/574\",[212,50.432]],[\"comment/574\",[]],[\"name/575\",[213,50.432]],[\"comment/575\",[]],[\"name/576\",[214,50.432]],[\"comment/576\",[]],[\"name/577\",[215,50.432]],[\"comment/577\",[]],[\"name/578\",[94,46.674]],[\"comment/578\",[]],[\"name/579\",[112,48.381]],[\"comment/579\",[]],[\"name/580\",[116,48.381]],[\"comment/580\",[]],[\"name/581\",[46,45.211]],[\"comment/581\",[]],[\"name/582\",[106,48.381]],[\"comment/582\",[]],[\"name/583\",[107,48.381]],[\"comment/583\",[]],[\"name/584\",[124,48.381]],[\"comment/584\",[]],[\"name/585\",[101,48.381]],[\"comment/585\",[]],[\"name/586\",[98,46.674]],[\"comment/586\",[]],[\"name/587\",[99,48.381]],[\"comment/587\",[]],[\"name/588\",[100,48.381]],[\"comment/588\",[]],[\"name/589\",[121,46.674]],[\"comment/589\",[]],[\"name/590\",[122,48.381]],[\"comment/590\",[]],[\"name/591\",[123,48.381]],[\"comment/591\",[]],[\"name/592\",[96,48.381]],[\"comment/592\",[]],[\"name/593\",[95,48.381]],[\"comment/593\",[]],[\"name/594\",[148,48.381]],[\"comment/594\",[]],[\"name/595\",[151,48.381]],[\"comment/595\",[]],[\"name/596\",[154,48.381]],[\"comment/596\",[]],[\"name/597\",[156,48.381]],[\"comment/597\",[]],[\"name/598\",[146,48.381]],[\"comment/598\",[]],[\"name/599\",[152,48.381]],[\"comment/599\",[]],[\"name/600\",[155,48.381]],[\"comment/600\",[]],[\"name/601\",[147,48.381]],[\"comment/601\",[]],[\"name/602\",[132,45.211]],[\"comment/602\",[]],[\"name/603\",[143,48.381]],[\"comment/603\",[]],[\"name/604\",[144,48.381]],[\"comment/604\",[]],[\"name/605\",[180,48.381]],[\"comment/605\",[]],[\"name/606\",[183,48.381]],[\"comment/606\",[]],[\"name/607\",[186,48.381]],[\"comment/607\",[]],[\"name/608\",[177,46.674]],[\"comment/608\",[]],[\"name/609\",[178,48.381]],[\"comment/609\",[]],[\"name/610\",[179,48.381]],[\"comment/610\",[]],[\"name/611\",[80,50.432]],[\"comment/611\",[]],[\"name/612\",[91,43.931]],[\"comment/612\",[]],[\"name/613\",[87,43.931]],[\"comment/613\",[]],[\"name/614\",[90,43.931]],[\"comment/614\",[]],[\"name/615\",[88,43.931]],[\"comment/615\",[]],[\"name/616\",[89,43.931]],[\"comment/616\",[]],[\"name/617\",[86,43.931]],[\"comment/617\",[]],[\"name/618\",[33,41.771]],[\"comment/618\",[]],[\"name/619\",[83,43.931]],[\"comment/619\",[]],[\"name/620\",[192,46.674]],[\"comment/620\",[]],[\"name/621\",[84,43.931]],[\"comment/621\",[]],[\"name/622\",[85,43.931]],[\"comment/622\",[]],[\"name/623\",[37,41.771]],[\"comment/623\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":13,\"name\":{\"12\":{},\"17\":{},\"24\":{},\"30\":{},\"32\":{},\"36\":{},\"50\":{},\"57\":{},\"66\":{},\"87\":{},\"95\":{},\"111\":{},\"113\":{},\"115\":{},\"119\":{},\"121\":{},\"134\":{},\"135\":{},\"137\":{},\"138\":{},\"156\":{},\"163\":{},\"165\":{},\"167\":{},\"175\":{},\"178\":{},\"180\":{},\"182\":{},\"185\":{},\"187\":{},\"194\":{},\"197\":{},\"199\":{},\"201\":{},\"205\":{},\"209\":{},\"211\":{},\"213\":{},\"216\":{},\"218\":{},\"220\":{},\"224\":{},\"226\":{},\"229\":{},\"268\":{},\"282\":{},\"287\":{},\"289\":{},\"298\":{},\"301\":{},\"315\":{},\"318\":{},\"321\":{}},\"comment\":{}}],[\"_initauth\",{\"_index\":173,\"name\":{\"283\":{}},\"comment\":{}}],[\"absoluteduration\",{\"_index\":62,\"name\":{\"69\":{}},\"comment\":{}}],[\"access\",{\"_index\":175,\"name\":{\"284\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":184,\"name\":{\"296\":{},\"309\":{}},\"comment\":{}}],[\"accesstokenerror\",{\"_index\":210,\"name\":{\"353\":{},\"406\":{},\"505\":{},\"572\":{}},\"comment\":{}}],[\"accesstokenerrorcode\",{\"_index\":203,\"name\":{\"346\":{},\"405\":{},\"504\":{},\"571\":{}},\"comment\":{}}],[\"accesstokenexpiresat\",{\"_index\":189,\"name\":{\"311\":{}},\"comment\":{}}],[\"accesstokenrequest\",{\"_index\":180,\"name\":{\"290\":{},\"439\":{},\"538\":{},\"563\":{},\"605\":{}},\"comment\":{}}],[\"accesstokenscope\",{\"_index\":188,\"name\":{\"310\":{}},\"comment\":{}}],[\"aftercallback\",{\"_index\":98,\"name\":{\"117\":{},\"123\":{},\"420\":{},\"462\":{},\"519\":{},\"586\":{}},\"comment\":{}}],[\"aftercallbackapproute\",{\"_index\":100,\"name\":{\"120\":{},\"422\":{},\"464\":{},\"521\":{},\"588\":{}},\"comment\":{}}],[\"aftercallbackpageroute\",{\"_index\":99,\"name\":{\"118\":{},\"421\":{},\"463\":{},\"520\":{},\"587\":{}},\"comment\":{}}],[\"afterrefetch\",{\"_index\":121,\"name\":{\"161\":{},\"169\":{},\"423\":{},\"474\":{},\"522\":{},\"589\":{}},\"comment\":{}}],[\"afterrefetchapproute\",{\"_index\":123,\"name\":{\"164\":{},\"425\":{},\"476\":{},\"524\":{},\"591\":{}},\"comment\":{}}],[\"afterrefetchpageroute\",{\"_index\":122,\"name\":{\"162\":{},\"424\":{},\"475\":{},\"523\":{},\"590\":{}},\"comment\":{}}],[\"afterrefresh\",{\"_index\":177,\"name\":{\"285\":{},\"293\":{},\"442\":{},\"541\":{},\"565\":{},\"608\":{}},\"comment\":{}}],[\"afterrefreshapproute\",{\"_index\":179,\"name\":{\"288\":{},\"444\":{},\"543\":{},\"567\":{},\"610\":{}},\"comment\":{}}],[\"afterrefreshpageroute\",{\"_index\":178,\"name\":{\"286\":{},\"443\":{},\"542\":{},\"566\":{},\"609\":{}},\"comment\":{}}],[\"api\",{\"_index\":142,\"name\":{\"192\":{},\"231\":{},\"238\":{}},\"comment\":{}}],[\"approutehandlerfn\",{\"_index\":132,\"name\":{\"177\":{},\"196\":{},\"436\":{},\"481\":{},\"484\":{},\"535\":{},\"602\":{}},\"comment\":{}}],[\"approutehandlerfncontext\",{\"_index\":130,\"name\":{\"174\":{},\"193\":{},\"482\":{}},\"comment\":{}}],[\"approuteronerror\",{\"_index\":96,\"name\":{\"114\":{},\"426\":{},\"479\":{},\"525\":{},\"592\":{}},\"comment\":{}}],[\"approuterpageroute\",{\"_index\":151,\"name\":{\"217\":{},\"429\":{},\"493\":{},\"528\":{},\"595\":{}},\"comment\":{}}],[\"approuterpagerouteopts\",{\"_index\":148,\"name\":{\"210\":{},\"428\":{},\"492\":{},\"527\":{},\"594\":{}},\"comment\":{}}],[\"auth\",{\"_index\":26,\"name\":{\"26\":{},\"192\":{},\"203\":{},\"206\":{}},\"comment\":{}}],[\"auth0logout\",{\"_index\":38,\"name\":{\"41\":{}},\"comment\":{}}],[\"auth0nextapirequest\",{\"_index\":216,\"name\":{\"496\":{}},\"comment\":{}}],[\"auth0nextapiresponse\",{\"_index\":217,\"name\":{\"497\":{}},\"comment\":{}}],[\"auth0nextrequest\",{\"_index\":218,\"name\":{\"498\":{}},\"comment\":{}}],[\"auth0nextrequestcookies\",{\"_index\":220,\"name\":{\"500\":{}},\"comment\":{}}],[\"auth0nextresponse\",{\"_index\":219,\"name\":{\"499\":{}},\"comment\":{}}],[\"auth0nextresponsecookies\",{\"_index\":221,\"name\":{\"501\":{}},\"comment\":{}}],[\"auth0server\",{\"_index\":171,\"name\":{\"266\":{},\"324\":{},\"403\":{}},\"comment\":{}}],[\"autherror\",{\"_index\":200,\"name\":{\"340\":{},\"404\":{},\"503\":{},\"570\":{}},\"comment\":{}}],[\"authhandler\",{\"_index\":135,\"name\":{\"183\":{}},\"comment\":{}}],[\"authorizationparameters\",{\"_index\":73,\"name\":{\"80\":{}},\"comment\":{}}],[\"authorizationparams\",{\"_index\":39,\"name\":{\"42\":{},\"126\":{},\"139\":{},\"146\":{},\"294\":{}},\"comment\":{}}],[\"autosave\",{\"_index\":63,\"name\":{\"70\":{}},\"comment\":{}}],[\"baseconfig\",{\"_index\":35,\"name\":{\"38\":{}},\"comment\":{}}],[\"baseurl\",{\"_index\":40,\"name\":{\"43\":{}},\"comment\":{}}],[\"callback\",{\"_index\":54,\"name\":{\"59\":{},\"88\":{}},\"comment\":{}}],[\"callbackhandler\",{\"_index\":104,\"name\":{\"129\":{}},\"comment\":{}}],[\"callbackhandlererror\",{\"_index\":212,\"name\":{\"365\":{},\"408\":{},\"507\":{},\"574\":{}},\"comment\":{}}],[\"callbackoptions\",{\"_index\":101,\"name\":{\"122\":{},\"419\":{},\"461\":{},\"518\":{},\"585\":{}},\"comment\":{}}],[\"callbackoptionsprovider\",{\"_index\":103,\"name\":{\"127\":{}},\"comment\":{}}],[\"cause\",{\"_index\":202,\"name\":{\"344\":{},\"357\":{},\"363\":{},\"370\":{},\"377\":{},\"384\":{},\"391\":{}},\"comment\":{}}],[\"checksession\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"claims\",{\"_index\":186,\"name\":{\"304\":{},\"441\":{},\"540\":{},\"560\":{},\"607\":{}},\"comment\":{}}],[\"clearcookie\",{\"_index\":168,\"name\":{\"257\":{},\"262\":{}},\"comment\":{}}],[\"client\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"client/use\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"client/with\",{\"_index\":24,\"name\":{\"26\":{}},\"comment\":{}}],[\"clientassertionsigningalg\",{\"_index\":56,\"name\":{\"61\":{}},\"comment\":{}}],[\"clientassertionsigningkey\",{\"_index\":55,\"name\":{\"60\":{}},\"comment\":{}}],[\"clientid\",{\"_index\":41,\"name\":{\"44\":{}},\"comment\":{}}],[\"clientsecret\",{\"_index\":42,\"name\":{\"45\":{}},\"comment\":{}}],[\"clocktolerance\",{\"_index\":43,\"name\":{\"46\":{}},\"comment\":{}}],[\"code\",{\"_index\":201,\"name\":{\"342\":{},\"355\":{},\"361\":{},\"366\":{},\"368\":{},\"373\":{},\"375\":{},\"380\":{},\"382\":{},\"387\":{},\"389\":{}},\"comment\":{}}],[\"config\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"configparameters\",{\"_index\":80,\"name\":{\"92\":{},\"445\":{},\"544\":{},\"611\":{}},\"comment\":{}}],[\"connection\",{\"_index\":108,\"name\":{\"140\":{}},\"comment\":{}}],[\"connection_scope\",{\"_index\":109,\"name\":{\"141\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":18,\"name\":{\"19\":{},\"233\":{},\"240\":{},\"244\":{},\"248\":{},\"255\":{},\"260\":{},\"306\":{},\"341\":{},\"354\":{},\"360\":{},\"367\":{},\"374\":{},\"381\":{},\"388\":{}},\"comment\":{}}],[\"cookie\",{\"_index\":65,\"name\":{\"72\":{}},\"comment\":{}}],[\"cookieconfig\",{\"_index\":66,\"name\":{\"73\":{}},\"comment\":{}}],[\"cookies\",{\"_index\":166,\"name\":{\"242\":{},\"253\":{}},\"comment\":{}}],[\"default\",{\"_index\":23,\"name\":{\"25\":{},\"232\":{},\"239\":{},\"243\":{},\"247\":{},\"254\":{},\"259\":{},\"305\":{},\"394\":{}},\"comment\":{}}],[\"domain\",{\"_index\":67,\"name\":{\"74\":{}},\"comment\":{}}],[\"edge\",{\"_index\":81,\"name\":{\"93\":{}},\"comment\":{}}],[\"email\",{\"_index\":4,\"name\":{\"3\":{}},\"comment\":{}}],[\"email_verified\",{\"_index\":5,\"name\":{\"4\":{}},\"comment\":{}}],[\"enabletelemetry\",{\"_index\":45,\"name\":{\"48\":{}},\"comment\":{}}],[\"error\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"expired_access_token\",{\"_index\":207,\"name\":{\"350\":{}},\"comment\":{}}],[\"failed_refresh_grant\",{\"_index\":209,\"name\":{\"352\":{}},\"comment\":{}}],[\"generatesessioncookie\",{\"_index\":140,\"name\":{\"191\":{}},\"comment\":{}}],[\"generatesessioncookieconfig\",{\"_index\":139,\"name\":{\"190\":{}},\"comment\":{}}],[\"genid\",{\"_index\":59,\"name\":{\"65\":{}},\"comment\":{}}],[\"getaccesstoken\",{\"_index\":85,\"name\":{\"99\":{},\"272\":{},\"297\":{},\"328\":{},\"456\":{},\"555\":{},\"562\":{},\"622\":{}},\"comment\":{}}],[\"getaccesstokenresult\",{\"_index\":183,\"name\":{\"295\":{},\"440\":{},\"539\":{},\"564\":{},\"606\":{}},\"comment\":{}}],[\"getbody\",{\"_index\":162,\"name\":{\"236\":{},\"251\":{}},\"comment\":{}}],[\"getcookies\",{\"_index\":163,\"name\":{\"237\":{},\"245\":{},\"252\":{}},\"comment\":{}}],[\"gethandler\",{\"_index\":137,\"name\":{\"186\":{}},\"comment\":{}}],[\"getloginstate\",{\"_index\":46,\"name\":{\"49\":{},\"132\":{},\"148\":{},\"415\":{},\"467\":{},\"514\":{},\"581\":{}},\"comment\":{}}],[\"getloginstateapproute\",{\"_index\":107,\"name\":{\"136\":{},\"417\":{},\"469\":{},\"516\":{},\"583\":{}},\"comment\":{}}],[\"getloginstatepageroute\",{\"_index\":106,\"name\":{\"133\":{},\"416\":{},\"468\":{},\"515\":{},\"582\":{}},\"comment\":{}}],[\"getmethod\",{\"_index\":161,\"name\":{\"235\":{},\"250\":{}},\"comment\":{}}],[\"getserversideprops\",{\"_index\":153,\"name\":{\"221\":{}},\"comment\":{}}],[\"getserversidepropsresultwithsession\",{\"_index\":146,\"name\":{\"207\":{},\"432\":{},\"487\":{},\"531\":{},\"598\":{}},\"comment\":{}}],[\"getsession\",{\"_index\":83,\"name\":{\"97\":{},\"270\":{},\"300\":{},\"325\":{},\"453\":{},\"552\":{},\"561\":{},\"619\":{}},\"comment\":{}}],[\"geturl\",{\"_index\":160,\"name\":{\"234\":{},\"249\":{}},\"comment\":{}}],[\"handleauth\",{\"_index\":91,\"name\":{\"106\":{},\"110\":{},\"279\":{},\"335\":{},\"446\":{},\"478\":{},\"545\":{},\"612\":{}},\"comment\":{}}],[\"handlecallback\",{\"_index\":89,\"name\":{\"104\":{},\"128\":{},\"277\":{},\"330\":{},\"450\":{},\"460\":{},\"549\":{},\"616\":{}},\"comment\":{}}],[\"handlelogin\",{\"_index\":87,\"name\":{\"102\":{},\"150\":{},\"275\":{},\"329\":{},\"447\":{},\"465\":{},\"546\":{},\"613\":{}},\"comment\":{}}],[\"handlelogout\",{\"_index\":88,\"name\":{\"103\":{},\"158\":{},\"276\":{},\"331\":{},\"449\":{},\"470\":{},\"548\":{},\"615\":{}},\"comment\":{}}],[\"handleprofile\",{\"_index\":90,\"name\":{\"105\":{},\"171\":{},\"278\":{},\"332\":{},\"448\":{},\"472\":{},\"547\":{},\"614\":{}},\"comment\":{}}],[\"handler\",{\"_index\":136,\"name\":{\"184\":{}},\"comment\":{}}],[\"handlererror\",{\"_index\":211,\"name\":{\"359\":{},\"407\":{},\"506\":{},\"573\":{}},\"comment\":{}}],[\"handlers\",{\"_index\":94,\"name\":{\"109\":{},\"130\":{},\"412\":{},\"477\":{},\"511\":{},\"578\":{}},\"comment\":{}}],[\"handlers/auth\",{\"_index\":93,\"name\":{\"108\":{}},\"comment\":{}}],[\"handlers/callback\",{\"_index\":97,\"name\":{\"116\":{}},\"comment\":{}}],[\"handlers/login\",{\"_index\":105,\"name\":{\"131\":{}},\"comment\":{}}],[\"handlers/logout\",{\"_index\":115,\"name\":{\"152\":{}},\"comment\":{}}],[\"handlers/profile\",{\"_index\":120,\"name\":{\"160\":{}},\"comment\":{}}],[\"handlers/router\",{\"_index\":128,\"name\":{\"173\":{}},\"comment\":{}}],[\"helpers\",{\"_index\":129,\"name\":{\"173\":{},\"188\":{}},\"comment\":{}}],[\"helpers/testing\",{\"_index\":138,\"name\":{\"189\":{}},\"comment\":{}}],[\"helpers/with\",{\"_index\":141,\"name\":{\"192\":{},\"203\":{},\"206\":{}},\"comment\":{}}],[\"http\",{\"_index\":169,\"name\":{\"264\":{}},\"comment\":{}}],[\"http/auth0\",{\"_index\":157,\"name\":{\"231\":{},\"238\":{},\"242\":{},\"246\":{},\"253\":{},\"258\":{}},\"comment\":{}}],[\"httponly\",{\"_index\":70,\"name\":{\"77\":{}},\"comment\":{}}],[\"httptimeout\",{\"_index\":44,\"name\":{\"47\":{}},\"comment\":{}}],[\"identityclaimfilter\",{\"_index\":47,\"name\":{\"51\":{},\"91\":{}},\"comment\":{}}],[\"idplogout\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"idtoken\",{\"_index\":187,\"name\":{\"308\":{}},\"comment\":{}}],[\"idtokensigningalg\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"index\",{\"_index\":170,\"name\":{\"265\":{}},\"comment\":{}}],[\"init\",{\"_index\":172,\"name\":{\"280\":{}},\"comment\":{}}],[\"initauth0\",{\"_index\":82,\"name\":{\"94\":{},\"96\":{},\"267\":{},\"269\":{},\"281\":{}},\"comment\":{}}],[\"insufficient_scope\",{\"_index\":208,\"name\":{\"351\":{}},\"comment\":{}}],[\"invitation\",{\"_index\":110,\"name\":{\"142\":{}},\"comment\":{}}],[\"isloading\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"issuerbaseurl\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"legacysamesitecookie\",{\"_index\":51,\"name\":{\"55\":{}},\"comment\":{}}],[\"login\",{\"_index\":79,\"name\":{\"89\":{}},\"comment\":{}}],[\"loginhandler\",{\"_index\":114,\"name\":{\"151\":{}},\"comment\":{}}],[\"loginhandlererror\",{\"_index\":213,\"name\":{\"372\":{},\"409\":{},\"508\":{},\"575\":{}},\"comment\":{}}],[\"loginoptions\",{\"_index\":112,\"name\":{\"145\":{},\"413\":{},\"466\":{},\"512\":{},\"579\":{}},\"comment\":{}}],[\"loginoptionsprovider\",{\"_index\":113,\"name\":{\"149\":{}},\"comment\":{}}],[\"logouthandler\",{\"_index\":119,\"name\":{\"159\":{}},\"comment\":{}}],[\"logouthandlererror\",{\"_index\":214,\"name\":{\"379\":{},\"410\":{},\"509\":{},\"576\":{}},\"comment\":{}}],[\"logoutoptions\",{\"_index\":116,\"name\":{\"153\":{},\"414\":{},\"471\":{},\"513\":{},\"580\":{}},\"comment\":{}}],[\"logoutoptionsprovider\",{\"_index\":118,\"name\":{\"157\":{}},\"comment\":{}}],[\"logoutparams\",{\"_index\":117,\"name\":{\"155\":{}},\"comment\":{}}],[\"middleware\",{\"_index\":145,\"name\":{\"203\":{}},\"comment\":{}}],[\"missing_access_token\",{\"_index\":205,\"name\":{\"348\":{}},\"comment\":{}}],[\"missing_refresh_token\",{\"_index\":206,\"name\":{\"349\":{}},\"comment\":{}}],[\"missing_session\",{\"_index\":204,\"name\":{\"347\":{}},\"comment\":{}}],[\"name\",{\"_index\":6,\"name\":{\"5\":{},\"63\":{},\"322\":{},\"343\":{},\"356\":{},\"362\":{},\"369\":{},\"376\":{},\"383\":{},\"390\":{}},\"comment\":{}}],[\"next\",{\"_index\":158,\"name\":{\"231\":{},\"238\":{},\"242\":{},\"246\":{},\"253\":{},\"258\":{}},\"comment\":{}}],[\"nextconfig\",{\"_index\":77,\"name\":{\"84\":{}},\"comment\":{}}],[\"nickname\",{\"_index\":7,\"name\":{\"6\":{}},\"comment\":{}}],[\"onerror\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"onredirecting\",{\"_index\":30,\"name\":{\"29\":{}},\"comment\":{}}],[\"optionsprovider\",{\"_index\":134,\"name\":{\"181\":{}},\"comment\":{}}],[\"org_id\",{\"_index\":11,\"name\":{\"10\":{}},\"comment\":{}}],[\"organization\",{\"_index\":78,\"name\":{\"85\":{},\"125\":{},\"143\":{}},\"comment\":{}}],[\"page\",{\"_index\":25,\"name\":{\"26\":{},\"206\":{}},\"comment\":{}}],[\"pageroute\",{\"_index\":147,\"name\":{\"208\":{},\"435\":{},\"491\":{},\"534\":{},\"601\":{}},\"comment\":{}}],[\"pageroutehandlerfn\",{\"_index\":133,\"name\":{\"179\":{}},\"comment\":{}}],[\"pagerouteronerror\",{\"_index\":95,\"name\":{\"112\":{},\"427\":{},\"480\":{},\"526\":{},\"593\":{}},\"comment\":{}}],[\"params\",{\"_index\":131,\"name\":{\"176\":{},\"195\":{},\"212\":{}},\"comment\":{}}],[\"path\",{\"_index\":68,\"name\":{\"75\":{}},\"comment\":{}}],[\"picture\",{\"_index\":8,\"name\":{\"7\":{}},\"comment\":{}}],[\"postlogoutredirect\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"profilehandler\",{\"_index\":127,\"name\":{\"172\":{}},\"comment\":{}}],[\"profilehandlererror\",{\"_index\":215,\"name\":{\"386\":{},\"411\":{},\"510\":{},\"577\":{}},\"comment\":{}}],[\"profileoptions\",{\"_index\":124,\"name\":{\"166\":{},\"418\":{},\"473\":{},\"517\":{},\"584\":{}},\"comment\":{}}],[\"profileoptionsprovider\",{\"_index\":126,\"name\":{\"170\":{}},\"comment\":{}}],[\"redirect\",{\"_index\":165,\"name\":{\"241\":{},\"263\":{}},\"comment\":{}}],[\"redirecturi\",{\"_index\":102,\"name\":{\"124\":{}},\"comment\":{}}],[\"refetch\",{\"_index\":125,\"name\":{\"168\":{}},\"comment\":{}}],[\"refresh\",{\"_index\":182,\"name\":{\"292\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":190,\"name\":{\"312\":{}},\"comment\":{}}],[\"request\",{\"_index\":159,\"name\":{\"231\":{},\"242\":{},\"246\":{}},\"comment\":{}}],[\"requesterror\",{\"_index\":17,\"name\":{\"18\":{},\"398\":{}},\"comment\":{}}],[\"required\",{\"_index\":27,\"name\":{\"26\":{},\"192\":{},\"203\":{},\"206\":{}},\"comment\":{}}],[\"response\",{\"_index\":164,\"name\":{\"238\":{},\"253\":{},\"258\":{}},\"comment\":{}}],[\"response_mode\",{\"_index\":75,\"name\":{\"82\":{}},\"comment\":{}}],[\"response_type\",{\"_index\":76,\"name\":{\"83\":{}},\"comment\":{}}],[\"returnto\",{\"_index\":29,\"name\":{\"28\":{},\"147\":{},\"154\":{},\"222\":{},\"227\":{}},\"comment\":{}}],[\"rolling\",{\"_index\":60,\"name\":{\"67\":{}},\"comment\":{}}],[\"rollingduration\",{\"_index\":61,\"name\":{\"68\":{}},\"comment\":{}}],[\"routes\",{\"_index\":52,\"name\":{\"56\":{},\"86\":{}},\"comment\":{}}],[\"samesite\",{\"_index\":72,\"name\":{\"79\":{}},\"comment\":{}}],[\"scope\",{\"_index\":74,\"name\":{\"81\":{}},\"comment\":{}}],[\"scopes\",{\"_index\":181,\"name\":{\"291\":{}},\"comment\":{}}],[\"screen_hint\",{\"_index\":111,\"name\":{\"144\":{}},\"comment\":{}}],[\"searchparams\",{\"_index\":150,\"name\":{\"215\":{}},\"comment\":{}}],[\"secret\",{\"_index\":36,\"name\":{\"39\":{}},\"comment\":{}}],[\"secure\",{\"_index\":71,\"name\":{\"78\":{}},\"comment\":{}}],[\"session\",{\"_index\":37,\"name\":{\"40\":{},\"90\":{},\"299\":{},\"302\":{},\"313\":{},\"316\":{},\"457\":{},\"556\":{},\"559\":{},\"623\":{}},\"comment\":{}}],[\"session/get\",{\"_index\":174,\"name\":{\"284\":{},\"299\":{}},\"comment\":{}}],[\"session/session\",{\"_index\":185,\"name\":{\"303\":{}},\"comment\":{}}],[\"session/touch\",{\"_index\":191,\"name\":{\"313\":{}},\"comment\":{}}],[\"session/update\",{\"_index\":193,\"name\":{\"316\":{}},\"comment\":{}}],[\"sessionconfig\",{\"_index\":57,\"name\":{\"62\":{}},\"comment\":{}}],[\"sessionstore\",{\"_index\":197,\"name\":{\"337\":{},\"458\":{},\"557\":{}},\"comment\":{}}],[\"sessionstorepayload\",{\"_index\":198,\"name\":{\"338\":{},\"459\":{},\"558\":{}},\"comment\":{}}],[\"setcookie\",{\"_index\":167,\"name\":{\"256\":{},\"261\":{}},\"comment\":{}}],[\"shared\",{\"_index\":194,\"name\":{\"319\":{}},\"comment\":{}}],[\"slug\",{\"_index\":149,\"name\":{\"214\":{}},\"comment\":{}}],[\"status\",{\"_index\":19,\"name\":{\"20\":{},\"345\":{},\"358\":{},\"364\":{},\"371\":{},\"378\":{},\"385\":{},\"392\":{}},\"comment\":{}}],[\"store\",{\"_index\":58,\"name\":{\"64\":{}},\"comment\":{}}],[\"storeidtoken\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"sub\",{\"_index\":9,\"name\":{\"8\":{}},\"comment\":{}}],[\"telemetry\",{\"_index\":195,\"name\":{\"320\":{},\"402\":{},\"502\":{}},\"comment\":{}}],[\"token\",{\"_index\":176,\"name\":{\"284\":{}},\"comment\":{}}],[\"touchsession\",{\"_index\":192,\"name\":{\"314\":{},\"326\":{},\"454\":{},\"553\":{},\"568\":{},\"620\":{}},\"comment\":{}}],[\"transient\",{\"_index\":69,\"name\":{\"76\":{}},\"comment\":{}}],[\"updated_at\",{\"_index\":10,\"name\":{\"9\":{}},\"comment\":{}}],[\"updatesession\",{\"_index\":84,\"name\":{\"98\":{},\"271\":{},\"317\":{},\"327\":{},\"455\":{},\"554\":{},\"569\":{},\"621\":{}},\"comment\":{}}],[\"user\",{\"_index\":2,\"name\":{\"1\":{},\"13\":{},\"34\":{},\"307\":{}},\"comment\":{}}],[\"usercontext\",{\"_index\":12,\"name\":{\"11\":{}},\"comment\":{}}],[\"userprofile\",{\"_index\":3,\"name\":{\"2\":{},\"397\":{}},\"comment\":{}}],[\"userprops\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"userprovider\",{\"_index\":22,\"name\":{\"23\":{},\"395\":{}},\"comment\":{}}],[\"userproviderprops\",{\"_index\":20,\"name\":{\"21\":{},\"396\":{}},\"comment\":{}}],[\"useuser\",{\"_index\":21,\"name\":{\"22\":{},\"399\":{}},\"comment\":{}}],[\"utils/errors\",{\"_index\":199,\"name\":{\"339\":{}},\"comment\":{}}],[\"version\",{\"_index\":196,\"name\":{\"323\":{},\"393\":{}},\"comment\":{}}],[\"withapiauthrequired\",{\"_index\":86,\"name\":{\"100\":{},\"202\":{},\"273\":{},\"333\":{},\"451\":{},\"483\":{},\"550\":{},\"617\":{}},\"comment\":{}}],[\"withapiauthrequiredapproute\",{\"_index\":143,\"name\":{\"198\":{},\"437\":{},\"485\":{},\"536\":{},\"603\":{}},\"comment\":{}}],[\"withapiauthrequiredpageroute\",{\"_index\":144,\"name\":{\"200\":{},\"438\":{},\"486\":{},\"537\":{},\"604\":{}},\"comment\":{}}],[\"withmiddlewareauthrequired\",{\"_index\":92,\"name\":{\"107\":{},\"204\":{},\"336\":{}},\"comment\":{}}],[\"withpageauthrequired\",{\"_index\":33,\"name\":{\"35\":{},\"101\":{},\"230\":{},\"274\":{},\"334\":{},\"400\":{},\"452\":{},\"488\":{},\"551\":{},\"618\":{}},\"comment\":{}}],[\"withpageauthrequiredapprouter\",{\"_index\":156,\"name\":{\"228\":{},\"431\":{},\"495\":{},\"530\":{},\"597\":{}},\"comment\":{}}],[\"withpageauthrequiredapprouteroptions\",{\"_index\":155,\"name\":{\"225\":{},\"434\":{},\"490\":{},\"533\":{},\"600\":{}},\"comment\":{}}],[\"withpageauthrequiredoptions\",{\"_index\":28,\"name\":{\"27\":{},\"401\":{}},\"comment\":{}}],[\"withpageauthrequiredpagerouter\",{\"_index\":154,\"name\":{\"223\":{},\"430\":{},\"494\":{},\"529\":{},\"596\":{}},\"comment\":{}}],[\"withpageauthrequiredpagerouteroptions\",{\"_index\":152,\"name\":{\"219\":{},\"433\":{},\"489\":{},\"532\":{},\"599\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/classes/client_use_user.RequestError.html b/docs/classes/client_use_user.RequestError.html index bb97fef5e..ed4408e82 100644 --- a/docs/classes/client_use_user.RequestError.html +++ b/docs/classes/client_use_user.RequestError.html @@ -31,7 +31,7 @@

Hierarchy

+
  • Defined in client/use-user.tsx:46
  • @@ -60,14 +60,14 @@
    status: Returns RequestError
    +
  • Defined in client/use-user.tsx:49
  • Properties

    status: number
    +
  • Defined in client/use-user.tsx:47
  • \ No newline at end of file diff --git a/docs/classes/http_auth0_next_api_request.default.html b/docs/classes/http_auth0_next_api_request.default.html new file mode 100644 index 000000000..8946de501 --- /dev/null +++ b/docs/classes/http_auth0_next_api_request.default.html @@ -0,0 +1,161 @@ +default | @auth0/nextjs-auth0
    +
    + +
    +
    +
    + +
    +

    Hierarchy

    +
      +
    • default<NextApiRequest> +
        +
      • default
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
    +
    +

    Methods

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    \ No newline at end of file diff --git a/docs/classes/http_auth0_next_api_response.default.html b/docs/classes/http_auth0_next_api_response.default.html new file mode 100644 index 000000000..bdbcf83fc --- /dev/null +++ b/docs/classes/http_auth0_next_api_response.default.html @@ -0,0 +1,135 @@ +default | @auth0/nextjs-auth0
    +
    + +
    +
    +
    + +
    +

    Hierarchy

    +
      +
    • default<NextApiResponse> +
        +
      • default
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
    +
    +

    Methods

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        location: string
      • +
      • +
        status: number = 302
      +

      Returns void

    +
    +
    \ No newline at end of file diff --git a/docs/classes/http_auth0_next_request.default.html b/docs/classes/http_auth0_next_request.default.html new file mode 100644 index 000000000..049fbb547 --- /dev/null +++ b/docs/classes/http_auth0_next_request.default.html @@ -0,0 +1,161 @@ +default | @auth0/nextjs-auth0
    +
    + +
    +
    +
    + +
    +

    Hierarchy

    +
      +
    • default<NextRequest> +
        +
      • default
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
    +
    +

    Methods

    +
    + +
      + +
    • +

      Returns Promise<string | Record<string, string>>

    +
    + +
      + +
    • +

      Returns Record<string, string>

    +
    + +
    +
    + +
    +
    +
    \ No newline at end of file diff --git a/docs/classes/http_auth0_next_request_cookies.default.html b/docs/classes/http_auth0_next_request_cookies.default.html new file mode 100644 index 000000000..3d68d6ad7 --- /dev/null +++ b/docs/classes/http_auth0_next_request_cookies.default.html @@ -0,0 +1,123 @@ +default | @auth0/nextjs-auth0
    +
    + +
    +
    +
    + +
    +

    Hierarchy

    +
      +
    • default +
        +
      • default
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
    +
    +

    Methods

    +
    + +
    +
    +
    \ No newline at end of file diff --git a/docs/classes/http_auth0_next_response.default.html b/docs/classes/http_auth0_next_response.default.html new file mode 100644 index 000000000..fda14f395 --- /dev/null +++ b/docs/classes/http_auth0_next_response.default.html @@ -0,0 +1,173 @@ +default | @auth0/nextjs-auth0
    +
    + +
    +
    +
    + +
    +

    Hierarchy

    +
      +
    • default<NextResponse> +
        +
      • default
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
    +
    +

    Methods

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        name: string
      • +
      • +
        Optional options: CookieSerializeOptions
      +

      Returns void

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        location: string
      • +
      • +
        status: number = 302
      +

      Returns void

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        name: string
      • +
      • +
        value: string
      • +
      • +
        Optional options: CookieSerializeOptions
      +

      Returns void

    +
    +
    \ No newline at end of file diff --git a/docs/classes/http_auth0_next_response_cookies.default.html b/docs/classes/http_auth0_next_response_cookies.default.html new file mode 100644 index 000000000..3f4494a63 --- /dev/null +++ b/docs/classes/http_auth0_next_response_cookies.default.html @@ -0,0 +1,150 @@ +default | @auth0/nextjs-auth0
    +
    + +
    +
    +
    + +
    +

    Hierarchy

    +
      +
    • default +
        +
      • default
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    +
    +

    Methods

    +
    +
    +

    Constructors

    +
    + +
    +
    +

    Methods

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        name: string
      • +
      • +
        Optional options: CookieSerializeOptions
      +

      Returns void

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        name: string
      • +
      • +
        value: string
      • +
      • +
        Optional options: CookieSerializeOptions
      +

      Returns void

    +
    +
    \ No newline at end of file diff --git a/docs/classes/session_session.default.html b/docs/classes/session_session.default.html index 9c0901259..bf7dc0b4e 100644 --- a/docs/classes/session_session.default.html +++ b/docs/classes/session_session.default.html @@ -28,7 +28,7 @@

    Hierarchy

    Indexable

    [key: string]: any
    +
  • Defined in session/session.ts:20
  • @@ -61,7 +61,7 @@

    Parameters

    user: Claims

    Returns default

    +
  • Defined in session/session.ts:56
  • Properties

    @@ -71,7 +71,7 @@
    +
  • Defined in session/session.ts:34
  • accessTokenExpiresAt?: number
    @@ -79,7 +79,7 @@
    +
  • Defined in session/session.ts:44
  • accessTokenScope?: string
    @@ -87,7 +87,7 @@
    +
  • Defined in session/session.ts:39
  • idToken?: string
    @@ -95,7 +95,7 @@
    +
  • Defined in session/session.ts:29
  • refreshToken?: string
    @@ -105,7 +105,7 @@
    +
  • Defined in session/session.ts:52
  • user: Claims
    @@ -113,7 +113,7 @@
    +
  • Defined in session/session.ts:24
  • \ No newline at end of file diff --git a/docs/classes/utils_errors.AccessTokenError.html b/docs/classes/utils_errors.AccessTokenError.html index 7c721fa51..cdde4f8b9 100644 --- a/docs/classes/utils_errors.AccessTokenError.html +++ b/docs/classes/utils_errors.AccessTokenError.html @@ -35,7 +35,7 @@

    Hierarchy

    +
  • Defined in utils/errors.ts:97
  • @@ -71,14 +71,14 @@
    Optional Returns AccessTokenError
    +
  • Defined in utils/errors.ts:98
  • Properties

    cause?: Error

    The underlying error, if any.

    -

    IMPORTANT When this error is from the Identity Provider ({@Link IdentityProviderError}) it can contain user +

    IMPORTANT When this error is from the Identity Provider (IdentityProviderError) it can contain user input and is only escaped using basic escaping for putting untrusted data directly into the HTML body.

    You should not render this error without using a templating engine that will properly escape it for other HTML contexts first.

    @@ -86,7 +86,7 @@
    +
  • Defined in utils/errors.ts:55
  • code: string
    @@ -98,7 +98,7 @@
    +
  • Defined in utils/errors.ts:39
  • name: string
    @@ -107,7 +107,7 @@
    +
  • Defined in utils/errors.ts:44
  • status?: number
    @@ -116,7 +116,7 @@
    +
  • Defined in utils/errors.ts:60
  • +
  • Defined in utils/errors.ts:60
  • +
  • Defined in utils/errors.ts:44
  • status?: number
    @@ -119,12 +119,12 @@
    +
  • Defined in utils/errors.ts:60
  • code: string = 'ERR_CALLBACK_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:178
  • +
  • Defined in utils/errors.ts:44
  • status?: number
    @@ -123,7 +123,7 @@
    +
  • Defined in utils/errors.ts:60
  • +
  • Defined in utils/errors.ts:44
  • status?: number
    @@ -107,12 +107,12 @@
    +
  • Defined in utils/errors.ts:60
  • code: string = 'ERR_LOGIN_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:198
  • +
  • Defined in utils/errors.ts:44
  • status?: number
    @@ -107,12 +107,12 @@
    +
  • Defined in utils/errors.ts:60
  • code: string = 'ERR_LOGOUT_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:218
  • +
  • Defined in utils/errors.ts:44
  • status?: number
    @@ -107,12 +107,12 @@
    +
  • Defined in utils/errors.ts:60
  • code: string = 'ERR_PROFILE_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:238
  • +
  • Defined in utils/errors.ts:78
  • +
  • Defined in client/use-user.tsx:190
  • \ No newline at end of file diff --git a/docs/functions/edge.getAccessToken-1.html b/docs/functions/edge.getAccessToken-1.html new file mode 100644 index 000000000..a1057994a --- /dev/null +++ b/docs/functions/edge.getAccessToken-1.html @@ -0,0 +1,161 @@ +getAccessToken | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function getAccessToken

    +
    +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.getSession-1.html b/docs/functions/edge.getSession-1.html index 58fdc9349..5778e1edc 100644 --- a/docs/functions/edge.getSession-1.html +++ b/docs/functions/edge.getSession-1.html @@ -18,18 +18,19 @@

    Function getSession

    +

    Returns Promise<undefined | null | default>

    +
    +
  • Defined in session/get-session.ts:11
  • +
    +
    +
    +
    + +

    Function handleAuth

    +
    +
      + +
    • +

      The main way to use the server SDK.

      +

      Page Router

      +

      Simply set the environment variables per ConfigParameters then create the file +pages/api/auth/[auth0].js. For example:

      +
      // pages/api/auth/[auth0].js
      import { handleAuth } from '@auth0/nextjs-auth0';

      export default handleAuth(); +
      +

      App Router

      +

      Simply set the environment variables per ConfigParameters then create the file +app/api/auth/[auth0]/route.js. For example:

      +
      // app/api/auth/[auth0]/route.js
      import { handleAuth } from '@auth0/nextjs-auth0';

      export const GET = handleAuth(); +
      +

      This will create 5 handlers for the following urls:

      +
        +
      • /api/auth/login: log the user in to your app by redirecting them to your identity provider.
      • +
      • /api/auth/callback: The page that your identity provider will redirect the user back to on login.
      • +
      • /api/auth/logout: log the user out of your app.
      • +
      • /api/auth/me: View the user profile JSON (used by the UseUser hook).
      • +
      +
      +
      +

      Parameters

      +
      +

      Returns any

      +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.handleCallback-1.html b/docs/functions/edge.handleCallback-1.html new file mode 100644 index 000000000..2f9c9fd65 --- /dev/null +++ b/docs/functions/edge.handleCallback-1.html @@ -0,0 +1,208 @@ +handleCallback | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function handleCallback

    +
    +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.handleLogin-1.html b/docs/functions/edge.handleLogin-1.html new file mode 100644 index 000000000..935c2f9ed --- /dev/null +++ b/docs/functions/edge.handleLogin-1.html @@ -0,0 +1,208 @@ +handleLogin | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function handleLogin

    +
    +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.handleLogout-1.html b/docs/functions/edge.handleLogout-1.html new file mode 100644 index 000000000..07b68198d --- /dev/null +++ b/docs/functions/edge.handleLogout-1.html @@ -0,0 +1,208 @@ +handleLogout | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function handleLogout

    +
    +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.handleProfile-1.html b/docs/functions/edge.handleProfile-1.html new file mode 100644 index 000000000..2a4200e17 --- /dev/null +++ b/docs/functions/edge.handleProfile-1.html @@ -0,0 +1,208 @@ +handleProfile | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function handleProfile

    +
    +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.initAuth0-1.html b/docs/functions/edge.initAuth0-1.html index 2da696d3f..b5280a304 100644 --- a/docs/functions/edge.initAuth0-1.html +++ b/docs/functions/edge.initAuth0-1.html @@ -18,16 +18,20 @@

    Function initAuth0

    +
  • Defined in edge.ts:41
  • +
    +
    +
    +
    + +

    Function updateSession

    +
    +
      + +
    • +

      Update the session object. The provided session object will replace the existing session.

      +

      Note you can't use this method to login or logout - you should use the login and logout handlers for this. +If no session is provided, it doesn't contain a user or the user is not authenticated; this is a no-op.

      +
      // pages/api/update-user.js
      import { getSession, updateSession } from '@auth0/nextjs-auth0';

      export default async function updateSession(req, res) {
      if (req.method === 'PUT') {
      const session = await getSession(req, res);
      updateSession(req, res, { ...session, user: { ...session.user, foo: req.query.foo } });
      res.json({ success: true });
      }
      }; +
      +
      +
      +

      Parameters

      +
        +
      • +
        Rest ...args: [IncomingMessage, ServerResponse<IncomingMessage>, default] | [NextApiRequest, NextApiResponse<any>, default] | [NextRequest, NextResponse<unknown>, default] | [default]
      +

      Returns Promise<void>

      +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.withApiAuthRequired-1.html b/docs/functions/edge.withApiAuthRequired-1.html new file mode 100644 index 000000000..165fcd445 --- /dev/null +++ b/docs/functions/edge.withApiAuthRequired-1.html @@ -0,0 +1,180 @@ +withApiAuthRequired | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function withApiAuthRequired

    +
    +
      + +
    • +

      Wrap an app router API route to check that the user has a valid session. If they're not logged in the +handler will return a 401 Unauthorized.

      +
      // app/protected-api/route.js
      import { withApiAuthRequired, getSession } from '@auth0/nextjs-auth0';

      export default withApiAuthRequired(function Protected(req) {
      const session = getSession();
      ...
      }); +
      +

      If you visit /protected-api without a valid session cookie, you will get a 401 response.

      +
      +
      +

      Parameters

      +
      +

      Returns AppRouteHandlerFn

      +
    • + +
    • +

      Wrap a page router API route to check that the user has a valid session. If they're not logged in the +handler will return a 401 Unauthorized.

      +
      // pages/api/protected-route.js
      import { withApiAuthRequired, getSession } from '@auth0/nextjs-auth0';

      export default withApiAuthRequired(function ProtectedRoute(req, res) {
      const session = getSession(req, res);
      ...
      }); +
      +

      If you visit /api/protected-route without a valid session cookie, you will get a 401 response.

      +
      +
      +

      Parameters

      +
        +
      • +
        apiRoute: NextApiHandler<any>
      +

      Returns NextApiHandler<any>

      +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.withMiddlewareAuthRequired.html b/docs/functions/edge.withMiddlewareAuthRequired.html new file mode 100644 index 000000000..890faf937 --- /dev/null +++ b/docs/functions/edge.withMiddlewareAuthRequired.html @@ -0,0 +1,169 @@ +withMiddlewareAuthRequired | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function withMiddlewareAuthRequired

    +
    +
      + +
    • +

      Protect your pages with Next.js Middleware. For example:

      +

      To protect all your routes:

      +
      // middleware.js
      import { withMiddlewareAuthRequired } from '@auth0/nextjs-auth0/edge';

      export default withMiddlewareAuthRequired(); +
      +

      To protect specific routes:

      +
      // middleware.js
      import { withMiddlewareAuthRequired } from '@auth0/nextjs-auth0/edge';

      export default withMiddlewareAuthRequired();

      export const config = {
      matcher: '/about/:path*',
      }; +
      +

      For more info see: https://nextjs.org/docs/advanced-features/middleware#matching-paths

      +

      To run custom middleware for authenticated users:

      +
      // middleware.js
      import { withMiddlewareAuthRequired, getSession } from '@auth0/nextjs-auth0/edge';

      export default withMiddlewareAuthRequired(async function middleware(req) {
      const res = NextResponse.next();
      const user = await getSession(req, res);
      res.cookies.set('hl', user.language);
      return res;
      }); +
      +
      +
      +

      Parameters

      +
        +
      • +
        Optional middleware: NextMiddleware
      +

      Returns NextMiddleware

      +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/edge.withPageAuthRequired-1.html b/docs/functions/edge.withPageAuthRequired-1.html new file mode 100644 index 000000000..0e22a63c7 --- /dev/null +++ b/docs/functions/edge.withPageAuthRequired-1.html @@ -0,0 +1,198 @@ +withPageAuthRequired | @auth0/nextjs-auth0
    +
    + +
    +
    +
    +
    + +

    Function withPageAuthRequired

    +
    +
      + +
    • +

      Wrap your getServerSideProps with this method to make sure the user is authenticated before +visiting the page.

      +
      // pages/protected-page.js
      import { withPageAuthRequired } from '@auth0/nextjs-auth0';

      export default function ProtectedPage() {
      return <div>Protected content</div>;
      }

      export const getServerSideProps = withPageAuthRequired(); +
      +

      If the user visits /protected-page without a valid session, it will redirect the user to the +login page. Then they will be returned to /protected-page after login.

      +
      +
      +

      Type Parameters

      +
        +
      • +

        P extends {
            [key: string]: any;
        } = {
            [key: string]: any;
        }

      • +
      • +

        Q extends ParsedUrlQuery<Q> = ParsedUrlQuery

      +
      +

      Parameters

      +
      +

      Returns PageRoute<P, Q>

      +
    • + +
    • +

      Wrap your Server Component with this method to make sure the user is authenticated before +visiting the page.

      +
      // app/protected-page/page.js
      import { withPageAuthRequired } from '@auth0/nextjs-auth0';

      export default function withPageAuthRequired(ProtectedPage() {
      return <div>Protected content</div>;
      }, { returnTo: '/protected-page' }); +
      +

      If the user visits /protected-page without a valid session, it will redirect the user to the +login page.

      +

      Note: Server Components are not aware of the req or the url of the page. So if you want the user to return to the +page after login, you must specify the returnTo option.

      +

      You can specify a function to returnTo that accepts the params (An object containing the dynamic +route parameters) and searchParams (An object containing the search parameters of the current URL) +argument from the page, to preserve dynamic routes and search params.

      +
      // app/protected-page/[slug]/page.js
      import { withPageAuthRequired } from '@auth0/nextjs-auth0';

      export default function withPageAuthRequired(ProtectedPage() {
      return <div>Protected content</div>;
      }, {
      returnTo({ params }) {
      return `/protected-page/${params.slug}`
      }
      }); +
      +
      +
      +

      Parameters

      +
      +

      Returns AppRouterPageRoute

      +
    +
    + +
    +
    \ No newline at end of file diff --git a/docs/functions/handlers_router_helpers.getHandler.html b/docs/functions/handlers_router_helpers.getHandler.html new file mode 100644 index 000000000..b7a5755f6 --- /dev/null +++ b/docs/functions/handlers_router_helpers.getHandler.html @@ -0,0 +1,114 @@ +getHandler | @auth0/nextjs-auth0
    +
    + +
    +
    +
    + +
    +
      + +
    • +
      +

      Type Parameters

      +
        +
      • +

        Opts extends Record<string, any>

      +
      +

      Parameters

      +
      +

      Returns ((reqOrOptions, resOrCtx, options?) => void | Promise<void> | Response | Promise<Response> | ((req, resOrCtxInner) => void | Promise<void> | Response | Promise<Response>))

      +
        +
      • +
          +
        • (reqOrOptions, resOrCtx, options?): void | Promise<void> | Response | Promise<Response> | ((req, resOrCtxInner) => void | Promise<void> | Response | Promise<Response>)
        • +
        • +
          +

          Parameters

          +
            +
          • +
            reqOrOptions: NextApiRequest | NextRequest | Opts
          • +
          • +
            resOrCtx: NextApiResponse<any> | AppRouteHandlerFnContext
          • +
          • +
            Optional options: Opts
          +

          Returns void | Promise<void> | Response | Promise<Response> | ((req, resOrCtxInner) => void | Promise<void> | Response | Promise<Response>)

    +
    +
    \ No newline at end of file diff --git a/docs/functions/helpers_testing.generateSessionCookie.html b/docs/functions/helpers_testing.generateSessionCookie.html index 19c3991b4..0771d26cb 100644 --- a/docs/functions/helpers_testing.generateSessionCookie.html +++ b/docs/functions/helpers_testing.generateSessionCookie.html @@ -29,7 +29,7 @@
    session: config: GenerateSessionCookieConfig

    Returns Promise<string>

    +
  • Defined in helpers/testing.ts:23
  • \ No newline at end of file diff --git a/docs/functions/index._initAuth.html b/docs/functions/index._initAuth.html deleted file mode 100644 index cac787960..000000000 --- a/docs/functions/index._initAuth.html +++ /dev/null @@ -1,127 +0,0 @@ -_initAuth | @auth0/nextjs-auth0
    -
    - -
    -
    -
    -
    - -

    Function _initAuth

    -
    -
      - -
    • -
      -

      Parameters

      -
      -

      Returns Auth0Server & {
          sessionCache: default<IncomingMessage | NextApiRequest, ServerResponse<IncomingMessage> | NextApiResponse<any>>;
      }

    -
    -
    \ No newline at end of file diff --git a/docs/functions/index.getAccessToken-1.html b/docs/functions/index.getAccessToken-1.html index 8855c3e6a..74a56c130 100644 --- a/docs/functions/index.getAccessToken-1.html +++ b/docs/functions/index.getAccessToken-1.html @@ -18,7 +18,7 @@

    Function getAccessToken

    Returns Promise<GetAccessTokenResult>

    +
  • Defined in session/get-access-token.ts:109
  • \ No newline at end of file diff --git a/docs/functions/index.handleAuth-1.html b/docs/functions/index.handleAuth-1.html index 2d4966641..7327787a8 100644 --- a/docs/functions/index.handleAuth-1.html +++ b/docs/functions/index.handleAuth-1.html @@ -18,20 +18,25 @@

    Function handleAuth

    +
  • Defined in handlers/auth.ts:115
  • \ No newline at end of file diff --git a/docs/functions/index.handleLogin-1.html b/docs/functions/index.handleLogin-1.html index 65e29a186..75b10c90f 100644 --- a/docs/functions/index.handleLogin-1.html +++ b/docs/functions/index.handleLogin-1.html @@ -18,7 +18,21 @@

    Function handleLogin

    -

    Returns Promise<void>

    +
  • Parameters

    -

    Returns LoginHandler

  • +
  • +
    resOrOpts: NextApiResponse<any> | AppRouteHandlerFnContext
  • +
  • +
    Optional options: LoginOptions
  • +

    Returns unknown

    - +
  • Defined in handlers/router-helpers.ts:53
  • +
  • Parameters

    -

    Returns LoginHandler

  • +

    Returns Handler<LoginOptions>

    + +
  • +
    +

    Parameters

    +
    +

    Returns Handler<LoginOptions>

  • +
  • Defined in handlers/router-helpers.ts:47
  • \ No newline at end of file diff --git a/docs/functions/index.handleProfile-1.html b/docs/functions/index.handleProfile-1.html index 2d1037a12..a7c521be3 100644 --- a/docs/functions/index.handleProfile-1.html +++ b/docs/functions/index.handleProfile-1.html @@ -18,7 +18,21 @@

    Function handleProfile

    -

    Returns Promise<void>

    +
  • Parameters

    -

    Returns ProfileHandler

  • +
  • +
    resOrOpts: NextApiResponse<any> | AppRouteHandlerFnContext
  • +
  • +
    Optional options: ProfileOptions
  • +

    Returns unknown

    - +
  • Defined in handlers/router-helpers.ts:53
  • +
  • Parameters

    -

    Returns ProfileHandler

  • +

    Returns Handler<ProfileOptions>

    + +
  • +
    +

    Parameters

    +
    +

    Returns Handler<ProfileOptions>

  • +
  • Defined in handlers/router-helpers.ts:47
  • \ No newline at end of file diff --git a/docs/functions/index.updateSession-1.html b/docs/functions/index.updateSession-1.html index a6df2fcbc..98356dc34 100644 --- a/docs/functions/index.updateSession-1.html +++ b/docs/functions/index.updateSession-1.html @@ -18,7 +18,7 @@

    Function updateSession

    Returns Promise<void>

    +
  • Defined in session/update-session.ts:27
  • \ No newline at end of file diff --git a/docs/functions/index.withPageAuthRequired-1.html b/docs/functions/index.withPageAuthRequired-1.html index 6abd69655..43baa0f92 100644 --- a/docs/functions/index.withPageAuthRequired-1.html +++ b/docs/functions/index.withPageAuthRequired-1.html @@ -38,11 +38,38 @@

    QParameters

    +
    Optional opts: WithPageAuthRequiredPageRouterOptions<P, Q>

    Returns PageRoute<P, Q>

    +
  • Defined in helpers/with-page-auth-required.ts:112
  • + +
  • +

    Wrap your Server Component with this method to make sure the user is authenticated before +visiting the page.

    +
    // app/protected-page/page.js
    import { withPageAuthRequired } from '@auth0/nextjs-auth0';

    export default function withPageAuthRequired(ProtectedPage() {
    return <div>Protected content</div>;
    }, { returnTo: '/protected-page' }); +
    +

    If the user visits /protected-page without a valid session, it will redirect the user to the +login page.

    +

    Note: Server Components are not aware of the req or the url of the page. So if you want the user to return to the +page after login, you must specify the returnTo option.

    +

    You can specify a function to returnTo that accepts the params (An object containing the dynamic +route parameters) and searchParams (An object containing the search parameters of the current URL) +argument from the page, to preserve dynamic routes and search params.

    +
    // app/protected-page/[slug]/page.js
    import { withPageAuthRequired } from '@auth0/nextjs-auth0';

    export default function withPageAuthRequired(ProtectedPage() {
    return <div>Protected content</div>;
    }, {
    returnTo({ params }) {
    return `/protected-page/${params.slug}`
    }
    }); +
    +
    +
    +

    Parameters

    +
    +

    Returns AppRouterPageRoute

    +
    • - +
    • -

      Protect your pages with Next.js Middleware. For example:

      -

      To protect all your routes:

      -
      // middleware.js
      import { withMiddlewareAuthRequired } from '@auth0/nextjs-auth0/edge';

      export default withMiddlewareAuthRequired(); -
      -

      To protect specific routes:

      -
      // middleware.js
      import { withMiddlewareAuthRequired } from '@auth0/nextjs-auth0/edge';

      export default withMiddlewareAuthRequired();

      export const config = {
      matcher: '/about/:path*',
      }; -
      -

      For more info see: https://nextjs.org/docs/advanced-features/middleware#matching-paths

      -

      To run custom middleware for authenticated users:

      -
      // middleware.js
      import { withMiddlewareAuthRequired, getSession } from '@auth0/nextjs-auth0/edge';

      export default withMiddlewareAuthRequired(async function middleware(req) {
      const res = NextResponse.next();
      const user = await getSession(req, res);
      res.cookies.set('hl', user.language);
      return res;
      }); -
      -

      Parameters

      • -
        Optional middleware: NextMiddleware
      -

      Returns NextMiddleware

      -
    +

    Returns Auth0Server & {
        sessionCache: default;
    }

    +
  • Defined in init.ts:33
  • \ No newline at end of file diff --git a/docs/interfaces/client_use_user.UserProfile.html b/docs/interfaces/client_use_user.UserProfile.html index eb7ac5567..32c8b9f9e 100644 --- a/docs/interfaces/client_use_user.UserProfile.html +++ b/docs/interfaces/client_use_user.UserProfile.html @@ -28,7 +28,7 @@

    Hierarchy

    Indexable

    [key: string]: unknown
    +
  • Defined in client/use-user.tsx:11
  • @@ -51,42 +51,42 @@

    Properties

    email?: null | string
    +
  • Defined in client/use-user.tsx:12
  • email_verified?: null | boolean
    +
  • Defined in client/use-user.tsx:13
  • name?: null | string
    +
  • Defined in client/use-user.tsx:14
  • nickname?: null | string
    +
  • Defined in client/use-user.tsx:15
  • org_id?: null | string
    +
  • Defined in client/use-user.tsx:19
  • picture?: null | string
    +
  • Defined in client/use-user.tsx:16
  • sub?: null | string
    +
  • Defined in client/use-user.tsx:17
  • updated_at?: null | string
    +
  • Defined in client/use-user.tsx:18
  • \ No newline at end of file diff --git a/docs/interfaces/client_with_page_auth_required.UserProps.html b/docs/interfaces/client_with_page_auth_required.UserProps.html index ed5cc7487..ed447de6a 100644 --- a/docs/interfaces/client_with_page_auth_required.UserProps.html +++ b/docs/interfaces/client_with_page_auth_required.UserProps.html @@ -21,7 +21,7 @@

    Hierarchy

    +
  • Defined in client/with-page-auth-required.tsx:55
  • @@ -37,7 +37,7 @@

    Properties

    +
  • Defined in client/with-page-auth-required.tsx:56
  • \ No newline at end of file diff --git a/docs/interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html b/docs/interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html index 33c9b3fa4..f50e53f89 100644 --- a/docs/interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html +++ b/docs/interfaces/client_with_page_auth_required.WithPageAuthRequiredOptions.html @@ -25,7 +25,7 @@

    Hierarchy

    +
  • Defined in client/with-page-auth-required.tsx:22
  • @@ -61,7 +61,7 @@
    error: Returns Element
    +
  • Defined in client/with-page-auth-required.tsx:52
  • onRedirecting?: (() => Element)
    @@ -79,7 +79,7 @@

    Type declaration

    Returns Element

    +
  • Defined in client/with-page-auth-required.tsx:42
  • returnTo?: string
    @@ -89,7 +89,7 @@
    +
  • Defined in client/with-page-auth-required.tsx:32
  • \ No newline at end of file diff --git a/docs/interfaces/config.AuthorizationParameters.html b/docs/interfaces/config.AuthorizationParameters.html index 4d2f27435..554fdae34 100644 --- a/docs/interfaces/config.AuthorizationParameters.html +++ b/docs/interfaces/config.AuthorizationParameters.html @@ -28,7 +28,7 @@

    Hierarchy

    +
  • Defined in config.ts:330
  • @@ -47,13 +47,13 @@
    +
  • Defined in config.ts:338
  • -
    response_type: "id_token" | "code id_token" | "code"
    +
  • Defined in config.ts:339
  • scope: string
    @@ -64,7 +64,7 @@
    +
  • Defined in config.ts:336
  • \ No newline at end of file diff --git a/docs/interfaces/config.BaseConfig.html b/docs/interfaces/config.BaseConfig.html index 1969f3117..9576b3612 100644 --- a/docs/interfaces/config.BaseConfig.html +++ b/docs/interfaces/config.BaseConfig.html @@ -21,7 +21,7 @@

    Hierarchy

    +
  • Defined in config.ts:9
  • @@ -61,7 +61,7 @@
    +
  • Defined in config.ts:30
  • authorizationParams: AuthorizationParameters
    @@ -77,7 +77,7 @@
    +
  • Defined in config.ts:60
  • baseURL: string
    @@ -89,7 +89,7 @@
    +
  • Defined in config.ts:70
  • clientAssertionSigningAlg?: string
    @@ -101,17 +101,18 @@
    +
  • Defined in config.ts:194
  • -
    clientAssertionSigningKey?: string
    +
    clientAssertionSigningKey?: string | CryptoKey

    Private key for use with private_key_jwt clients. This should be a string that is the contents of a PEM file. You can also use the AUTH0_CLIENT_ASSERTION_SIGNING_KEY environment variable.

    +

    For Edge runtime, you can also provide an instance of CryptoKey.

    +
  • Defined in config.ts:185
  • clientID: string
    @@ -120,7 +121,7 @@
    +
  • Defined in config.ts:76
  • clientSecret?: string
    @@ -130,7 +131,7 @@
    +
  • Defined in config.ts:83
  • clockTolerance: number
    @@ -138,7 +139,7 @@
    +
  • Defined in config.ts:90
  • enableTelemetry: boolean
    @@ -148,34 +149,32 @@
    +
  • Defined in config.ts:104
  • -
    getLoginState: ((req, options) => Record<string, any>)
    +
    getLoginState: ((options) => Record<string, any>)

    Type declaration

      • -
      • (req, options): Record<string, any>
      • +
      • (options): Record<string, any>
      • Function that returns an object with URL-safe state values for login. Used for passing custom state parameters to your authorization server. Can also be passed in to HandleLogin.

        -
        {
        ...
        getLoginState(req, options) {
        return {
        returnTo: options.returnTo || req.originalUrl,
        customState: 'foo'
        };
        }
        } +
        {
        ...
        getLoginState(options) {
        return {
        returnTo: options.returnTo || req.originalUrl,
        customState: 'foo'
        };
        }
        }

        Parameters

        • -
          req: IncomingMessage
        • -
        • options: LoginOptions

        Returns Record<string, any>

    +
  • Defined in config.ts:123
  • httpTimeout: number
    @@ -185,7 +184,7 @@
    +
  • Defined in config.ts:97
  • idTokenSigningAlg: string
    @@ -194,7 +193,7 @@
    +
  • Defined in config.ts:142
  • identityClaimFilter: string[]
    @@ -204,7 +203,7 @@
    +
  • Defined in config.ts:130
  • idpLogout: boolean
    @@ -213,7 +212,7 @@
    +
  • Defined in config.ts:136
  • issuerBaseURL: string
    @@ -223,7 +222,7 @@
    +
  • Defined in config.ts:149
  • legacySameSiteCookie: boolean
    @@ -233,7 +232,7 @@
    +
  • Defined in config.ts:156
  • routes: {
        callback: string;
        postLogoutRedirect: string;
    }
    @@ -259,7 +258,7 @@
    postLogoutRedirect
    +
  • Defined in config.ts:161
  • secret: string | string[]
    @@ -271,7 +270,7 @@
    +
  • Defined in config.ts:17
  • session: SessionConfig
    @@ -279,7 +278,7 @@
    +
  • Defined in config.ts:22
  • \ No newline at end of file diff --git a/docs/interfaces/config.CookieConfig.html b/docs/interfaces/config.CookieConfig.html index 14d3f87b0..1c8815e65 100644 --- a/docs/interfaces/config.CookieConfig.html +++ b/docs/interfaces/config.CookieConfig.html @@ -25,7 +25,7 @@

    Hierarchy

    +
  • Defined in config.ts:279
  • @@ -50,7 +50,7 @@
    +
  • Defined in config.ts:284
  • httpOnly: boolean
    @@ -60,7 +60,7 @@
    +
  • Defined in config.ts:306
  • path?: string
    @@ -71,7 +71,7 @@
    +
  • Defined in config.ts:292
  • sameSite: "lax" | "strict" | "none"
    @@ -81,7 +81,7 @@
    +
  • Defined in config.ts:320
  • secure?: boolean
    @@ -91,7 +91,7 @@
    +
  • Defined in config.ts:313
  • transient: boolean
    @@ -101,7 +101,7 @@
    +
  • Defined in config.ts:299
  • \ No newline at end of file diff --git a/docs/interfaces/config.NextConfig.html b/docs/interfaces/config.NextConfig.html index 08e413a7d..3e9043d73 100644 --- a/docs/interfaces/config.NextConfig.html +++ b/docs/interfaces/config.NextConfig.html @@ -23,7 +23,7 @@

    Hierarchy

    +
  • Defined in config.ts:345
  • @@ -48,7 +48,7 @@
    +
  • Defined in config.ts:130
  • organization?: string
    @@ -59,26 +59,24 @@
    +
  • Defined in config.ts:354
  • -
    routes: {
        callback: string;
        login: string;
        unauthorized: string;
    }
    +
    routes: {
        callback: string;
        login: string;
    }

    Type declaration

    • callback: string
    • -
      login: string
    • -
    • -
      unauthorized: string
    +
  • Defined in config.ts:355
  • session: Pick<SessionConfig, "storeIDToken">
    +
  • Defined in config.ts:359
  • \ No newline at end of file diff --git a/docs/interfaces/config.SessionConfig.html b/docs/interfaces/config.SessionConfig.html index c3037a015..c65cc3299 100644 --- a/docs/interfaces/config.SessionConfig.html +++ b/docs/interfaces/config.SessionConfig.html @@ -25,7 +25,7 @@

    Hierarchy

    +
  • Defined in config.ts:202
  • @@ -56,7 +56,7 @@
    +
  • Defined in config.ts:254
  • autoSave?: boolean
    @@ -67,12 +67,12 @@
    +
  • Defined in config.ts:262
  • cookie: CookieConfig
    +
  • Defined in config.ts:271
  • genId?: (<Req, SessionType>(req, session) => string | Promise<string>)
    @@ -104,7 +104,7 @@
    session: Returns string | Promise<string>
    +
  • Defined in config.ts:223
  • name: string
    @@ -115,7 +115,7 @@
    +
  • Defined in config.ts:209
  • rolling: boolean
    @@ -128,7 +128,7 @@
    +
  • Defined in config.ts:236
  • rollingDuration: number | false
    @@ -140,7 +140,7 @@
    +
  • Defined in config.ts:245
  • store?: SessionStore<default>
    @@ -149,7 +149,7 @@
    +
  • Defined in config.ts:215
  • storeIDToken: boolean
    @@ -159,7 +159,7 @@
    +
  • Defined in config.ts:269
  • \ No newline at end of file diff --git a/docs/interfaces/handlers_callback.CallbackOptions.html b/docs/interfaces/handlers_callback.CallbackOptions.html index 25eb70f53..8078a3d07 100644 --- a/docs/interfaces/handlers_callback.CallbackOptions.html +++ b/docs/interfaces/handlers_callback.CallbackOptions.html @@ -27,7 +27,7 @@

    Hierarchy

    +
  • Defined in handlers/callback.ts:187
  • @@ -46,7 +46,7 @@

    Properties

    afterCallback?: AfterCallback
    +
  • Defined in handlers/callback.ts:188
  • authorizationParams?: Partial<AuthorizationParameters>
    @@ -55,25 +55,25 @@
    +
  • Defined in handlers/callback.ts:206
  • organization?: string

    This is useful to specify instead of organization when your app has multiple -organizations, it should match LoginOptions.authorizationParams.

    +organizations, it should match authorizationParams.

    +
  • Defined in handlers/callback.ts:200
  • redirectUri?: string
    -

    This is useful to specify in addition to BaseConfig.baseURL when your app runs on multiple domains, +

    This is useful to specify in addition to baseURL when your app runs on multiple domains, it should match LoginOptions.authorizationParams.redirect_uri.

    +
  • Defined in handlers/callback.ts:194
  • \ No newline at end of file diff --git a/docs/interfaces/handlers_login.AuthorizationParams.html b/docs/interfaces/handlers_login.AuthorizationParams.html index c7b7743fd..8a309e737 100644 --- a/docs/interfaces/handlers_login.AuthorizationParams.html +++ b/docs/interfaces/handlers_login.AuthorizationParams.html @@ -27,7 +27,7 @@

    Hierarchy

    +
  • Defined in handlers/login.ts:65
  • @@ -54,7 +54,7 @@
    +
  • Defined in handlers/login.ts:88
  • connection_scope?: string
    @@ -64,7 +64,7 @@
    +
  • Defined in handlers/login.ts:112
  • invitation?: string
    @@ -78,7 +78,7 @@
    +
  • Defined in handlers/login.ts:145
  • organization?: string
    @@ -87,7 +87,7 @@
    +
  • Defined in handlers/login.ts:151
  • screen_hint?: string
    @@ -97,7 +97,7 @@
    +
  • Defined in handlers/login.ts:159
  • \ No newline at end of file diff --git a/docs/interfaces/handlers_login.LoginOptions.html b/docs/interfaces/handlers_login.LoginOptions.html index 39a540324..5fdc77e93 100644 --- a/docs/interfaces/handlers_login.LoginOptions.html +++ b/docs/interfaces/handlers_login.LoginOptions.html @@ -27,7 +27,7 @@

    Hierarchy

    +
  • Defined in handlers/login.ts:169
  • @@ -48,7 +48,7 @@
    +
  • Defined in handlers/login.ts:173
  • getLoginState?: GetLoginState
    @@ -56,7 +56,7 @@
    +
  • Defined in handlers/login.ts:183
  • returnTo?: string
    @@ -64,7 +64,7 @@
    +
  • Defined in handlers/login.ts:178
  • \ No newline at end of file diff --git a/docs/interfaces/handlers_logout.LogoutOptions.html b/docs/interfaces/handlers_logout.LogoutOptions.html index 3e36b2897..a3067a899 100644 --- a/docs/interfaces/handlers_logout.LogoutOptions.html +++ b/docs/interfaces/handlers_logout.LogoutOptions.html @@ -27,7 +27,7 @@

    Hierarchy

    +
  • Defined in handlers/logout.ts:17
  • @@ -52,7 +52,7 @@

    Type declaration

    [key: string]: any
    +
  • Defined in handlers/logout.ts:27
  • returnTo?: string
    @@ -61,7 +61,7 @@
    +
  • Defined in handlers/logout.ts:22
  • \ No newline at end of file diff --git a/docs/interfaces/session_get_access_token.AccessTokenRequest.html b/docs/interfaces/session_get_access_token.AccessTokenRequest.html index 279c0f36f..647bcfc77 100644 --- a/docs/interfaces/session_get_access_token.AccessTokenRequest.html +++ b/docs/interfaces/session_get_access_token.AccessTokenRequest.html @@ -25,7 +25,7 @@

    Hierarchy

    +
  • Defined in session/get-access-token.ts:40
  • @@ -55,7 +55,7 @@

    Example

    Modify the session after refresh

    +
  • Defined in session/get-access-token.ts:82
  • authorizationParams?: Partial<AuthorizationParameters>
    @@ -63,7 +63,7 @@
    +
  • Defined in session/get-access-token.ts:87
  • refresh?: boolean
    @@ -74,7 +74,7 @@
    +
  • Defined in session/get-access-token.ts:53
  • scopes?: string[]
    @@ -82,7 +82,7 @@
    +
  • Defined in session/get-access-token.ts:44
  • \ No newline at end of file diff --git a/docs/interfaces/session_get_access_token.GetAccessTokenResult.html b/docs/interfaces/session_get_access_token.GetAccessTokenResult.html index 44acaf86a..1f064b0ca 100644 --- a/docs/interfaces/session_get_access_token.GetAccessTokenResult.html +++ b/docs/interfaces/session_get_access_token.GetAccessTokenResult.html @@ -25,7 +25,7 @@

    Hierarchy

    +
  • Defined in session/get-access-token.ts:95
  • @@ -44,7 +44,7 @@
    +
  • Defined in session/get-access-token.ts:99
  • \ No newline at end of file diff --git a/docs/interfaces/session_session.Claims.html b/docs/interfaces/session_session.Claims.html index cafc9dd21..4486fcbca 100644 --- a/docs/interfaces/session_session.Claims.html +++ b/docs/interfaces/session_session.Claims.html @@ -28,7 +28,7 @@

    Hierarchy

    Indexable

    [key: string]: any
    +
  • Defined in session/session.ts:11
  • \ No newline at end of file diff --git a/docs/interfaces/index.Auth0Server.html b/docs/interfaces/shared.Auth0Server.html similarity index 57% rename from docs/interfaces/index.Auth0Server.html rename to docs/interfaces/shared.Auth0Server.html index 0f5419128..507fc072f 100644 --- a/docs/interfaces/index.Auth0Server.html +++ b/docs/interfaces/shared.Auth0Server.html @@ -13,12 +13,12 @@
    +
  • shared
  • +
  • Auth0Server
  • Interface Auth0Server

    The SDK server instance.

    -

    This is created for you when you use the named exports, or you can create your own using InitAuth0.

    +

    This is created for you when you use the named exports, or you can create your own using InitAuth0.

    See ConfigParameters for more info.

    @@ -27,7 +27,7 @@

    Hierarchy

    +
  • Defined in shared.ts:20
  • @@ -35,17 +35,18 @@

    Properties

    @@ -56,7 +57,7 @@
    +
  • Defined in shared.ts:39
  • getSession: GetSession
    @@ -64,7 +65,7 @@
    +
  • Defined in shared.ts:24
  • handleAuth: HandleAuth
    @@ -72,7 +73,7 @@
    +
  • Defined in shared.ts:74
  • handleCallback: HandleCallback
    @@ -80,7 +81,7 @@
    +
  • Defined in shared.ts:49
  • handleLogin: HandleLogin
    @@ -88,7 +89,7 @@
    +
  • Defined in shared.ts:44
  • handleLogout: HandleLogout
    @@ -96,7 +97,7 @@
    +
  • Defined in shared.ts:54
  • handleProfile: HandleProfile
    @@ -104,7 +105,7 @@
    +
  • Defined in shared.ts:59
  • touchSession: TouchSession
    @@ -112,7 +113,7 @@
    +
  • Defined in shared.ts:29
  • updateSession: UpdateSession
    @@ -120,7 +121,7 @@
    +
  • Defined in shared.ts:34
  • withApiAuthRequired: WithApiAuthRequired
    @@ -128,7 +129,15 @@
    +
  • Defined in shared.ts:64
  • +
    + +
    withMiddlewareAuthRequired: WithMiddlewareAuthRequired
    +

    Add auth to your middleware functions.

    +
    +
    withPageAuthRequired: WithPageAuthRequired
    @@ -136,7 +145,7 @@
    +
  • Defined in shared.ts:69
  • \ No newline at end of file diff --git a/docs/modules/client.html b/docs/modules/client.html index 482fe9dc0..2cea449cd 100644 --- a/docs/modules/client.html +++ b/docs/modules/client.html @@ -16,7 +16,7 @@
  • client
  • Module client

    +
  • Defined in client/index.ts:1
  • @@ -96,18 +96,28 @@

    handlers/login
  • handlers/logout
  • handlers/profile
  • +
  • handlers/router-helpers
  • helpers
  • helpers/testing
  • helpers/with-api-auth-required
  • helpers/with-middleware-auth-required
  • helpers/with-page-auth-required
  • +
  • http
  • +
  • http/auth0-next-api-request
  • +
  • http/auth0-next-api-response
  • +
  • http/auth0-next-request
  • +
  • http/auth0-next-request-cookies
  • +
  • http/auth0-next-response
  • +
  • http/auth0-next-response-cookies
  • index
  • +
  • init
  • session
  • session/get-access-token
  • session/get-session
  • session/session
  • session/touch-session
  • session/update-session
  • +
  • shared
  • utils/errors
  • version
  • \ No newline at end of file diff --git a/docs/modules/client_use_user.html b/docs/modules/client_use_user.html index 8a99628eb..0e779727e 100644 --- a/docs/modules/client_use_user.html +++ b/docs/modules/client_use_user.html @@ -16,7 +16,7 @@
  • client/use-user
  • Module client/use-user

    +
  • Defined in client/use-user.tsx:1
  • Index

    @@ -79,18 +79,28 @@

    Theme

    +
  • AccessTokenError
  • +
  • AccessTokenErrorCode
  • +
  • AccessTokenRequest
  • +
  • AfterCallback
  • +
  • AfterCallbackAppRoute
  • +
  • AfterCallbackPageRoute
  • +
  • AfterRefetch
  • +
  • AfterRefetchAppRoute
  • +
  • AfterRefetchPageRoute
  • +
  • AfterRefresh
  • +
  • AfterRefreshAppRoute
  • +
  • AfterRefreshPageRoute
  • +
  • AppRouteHandlerFn
  • +
  • AppRouterOnError
  • +
  • AppRouterPageRoute
  • +
  • AppRouterPageRouteOpts
  • +
  • Auth0Server
  • +
  • AuthError
  • +
  • CallbackHandlerError
  • +
  • CallbackOptions
  • +
  • Claims
  • +
  • ConfigParameters
  • +
  • GetAccessToken
  • +
  • GetAccessTokenResult
  • +
  • GetLoginState
  • +
  • GetLoginStateAppRoute
  • +
  • GetLoginStatePageRoute
  • +
  • GetServerSidePropsResultWithSession
  • +
  • GetSession
  • +
  • HandleAuth
  • +
  • HandleCallback
  • +
  • HandleLogin
  • +
  • HandleLogout
  • +
  • HandleProfile
  • +
  • HandlerError
  • +
  • Handlers
  • +
  • LoginHandlerError
  • +
  • LoginOptions
  • +
  • LogoutHandlerError
  • +
  • LogoutOptions
  • +
  • PageRoute
  • +
  • PageRouterOnError
  • +
  • ProfileHandlerError
  • +
  • ProfileOptions
  • +
  • Session
  • +
  • SessionStore
  • +
  • SessionStorePayload
  • +
  • TouchSession
  • +
  • UpdateSession
  • +
  • WithApiAuthRequired
  • +
  • WithApiAuthRequiredAppRoute
  • +
  • WithApiAuthRequiredPageRoute
  • +
  • WithPageAuthRequired
  • +
  • WithPageAuthRequiredAppRouter
  • +
  • WithPageAuthRequiredAppRouterOptions
  • +
  • WithPageAuthRequiredPageRouter
  • +
  • WithPageAuthRequiredPageRouterOptions
  • +
  • telemetry
  • handlers
  • handlers/auth
  • handlers/callback
  • handlers/login
  • handlers/logout
  • handlers/profile
  • +
  • handlers/router-helpers
  • helpers
  • helpers/testing
  • helpers/with-api-auth-required
  • helpers/with-middleware-auth-required
  • helpers/with-page-auth-required
  • +
  • http
  • +
  • http/auth0-next-api-request
  • +
  • http/auth0-next-api-response
  • +
  • http/auth0-next-request
  • +
  • http/auth0-next-request-cookies
  • +
  • http/auth0-next-response
  • +
  • http/auth0-next-response-cookies
  • index
  • +
  • init
  • session
  • session/get-access-token
  • session/get-session
  • session/session
  • session/touch-session
  • session/update-session
  • +
  • shared
  • utils/errors
  • version
  • \ No newline at end of file diff --git a/docs/modules/handlers.html b/docs/modules/handlers.html index 96ef86920..4918a9771 100644 --- a/docs/modules/handlers.html +++ b/docs/modules/handlers.html @@ -16,7 +16,7 @@
  • handlers
  • Module handlers

    +
  • Defined in handlers/index.ts:1
  • @@ -25,9 +25,18 @@

    References

    References

    Re-exports AfterCallback
    +
    +Re-exports AfterCallbackAppRoute
    +
    +Re-exports AfterCallbackPageRoute
    Re-exports AfterRefetch
    +
    +Re-exports AfterRefetchAppRoute
    +
    +Re-exports AfterRefetchPageRoute
    +
    +Re-exports AppRouteHandlerFn
    +
    +Re-exports AppRouteHandlerFnContext
    +
    +Re-exports AppRouterOnError
    Re-exports CallbackOptions
    Re-exports GetLoginState
    +
    +Re-exports GetLoginStateAppRoute
    +
    +Re-exports GetLoginStatePageRoute
    Re-exports HandleAuth
    @@ -65,8 +92,8 @@ Re-exports LoginOptions
    Re-exports LogoutOptions
    -
    -Re-exports OnError
    +
    +Re-exports PageRouterOnError
    Re-exports ProfileOptions
  • handlers/auth
  • handlers/callback
  • handlers/login
  • handlers/logout
  • handlers/profile
  • +
  • handlers/router-helpers
  • helpers
  • helpers/testing
  • helpers/with-api-auth-required
  • helpers/with-middleware-auth-required
  • helpers/with-page-auth-required
  • +
  • http
  • +
  • http/auth0-next-api-request
  • +
  • http/auth0-next-api-response
  • +
  • http/auth0-next-request
  • +
  • http/auth0-next-request-cookies
  • +
  • http/auth0-next-response
  • +
  • http/auth0-next-response-cookies
  • index
  • +
  • init
  • session
  • session/get-access-token
  • session/get-session
  • session/session
  • session/touch-session
  • session/update-session
  • +
  • shared
  • utils/errors
  • version
  • \ No newline at end of file diff --git a/docs/modules/handlers_auth.html b/docs/modules/handlers_auth.html index 7e8b35dc4..a768d78ba 100644 --- a/docs/modules/handlers_auth.html +++ b/docs/modules/handlers_auth.html @@ -16,15 +16,19 @@
  • handlers/auth
  • Module handlers/auth

    +
  • Defined in handlers/auth.ts:1
  • Index

    +

    Type Aliases - Other

    +
    +

    Type Aliases - Server

    -
  • handlers/login
  • handlers/logout
  • handlers/profile
  • +
  • handlers/router-helpers
  • helpers
  • helpers/testing
  • helpers/with-api-auth-required
  • helpers/with-middleware-auth-required
  • helpers/with-page-auth-required
  • +
  • http
  • +
  • http/auth0-next-api-request
  • +
  • http/auth0-next-api-response
  • +
  • http/auth0-next-request
  • +
  • http/auth0-next-request-cookies
  • +
  • http/auth0-next-response
  • +
  • http/auth0-next-response-cookies
  • index
  • +
  • init
  • session
  • session/get-access-token
  • session/get-session
  • session/session
  • session/touch-session
  • session/update-session
  • +
  • shared
  • utils/errors
  • version
  • \ No newline at end of file diff --git a/docs/modules/handlers_login.html b/docs/modules/handlers_login.html index 600935bca..44bb6edb5 100644 --- a/docs/modules/handlers_login.html +++ b/docs/modules/handlers_login.html @@ -16,7 +16,7 @@
  • handlers/login
  • Module handlers/login

    +
  • Defined in handlers/login.ts:1
  • Index

    @@ -26,8 +26,13 @@

    Interfaces - Server

    LoginOptions
    -

    Type Aliases - Server

    +

    Type Aliases - Other

    +
    +

    Type Aliases - Server

    +
    GetLoginStateAppRoute +GetLoginStatePageRoute HandleLogin LoginHandler LoginOptionsProvider @@ -63,23 +68,35 @@

    Theme

  • handlers/profile
  • +
  • handlers/router-helpers
  • helpers
  • helpers/testing
  • helpers/with-api-auth-required
  • helpers/with-middleware-auth-required
  • helpers/with-page-auth-required
  • +
  • http
  • +
  • http/auth0-next-api-request
  • +
  • http/auth0-next-api-response
  • +
  • http/auth0-next-request
  • +
  • http/auth0-next-request-cookies
  • +
  • http/auth0-next-response
  • +
  • http/auth0-next-response-cookies
  • index
  • +
  • init
  • session
  • session/get-access-token
  • session/get-session
  • session/session
  • session/touch-session
  • session/update-session
  • +
  • shared
  • utils/errors
  • version
  • \ No newline at end of file diff --git a/docs/modules/handlers_profile.html b/docs/modules/handlers_profile.html index 05d0056bf..1a778e47a 100644 --- a/docs/modules/handlers_profile.html +++ b/docs/modules/handlers_profile.html @@ -16,17 +16,16 @@
  • handlers/profile
  • Module handlers/profile

    +
  • Defined in handlers/profile.ts:1
  • Index

    -

    Type Aliases - Other

    -
    -

    Type Aliases - Server

    -
    HandleProfile +
    AfterRefetch +AfterRefetchAppRoute +AfterRefetchPageRoute +HandleProfile ProfileHandler ProfileOptions ProfileOptionsProvider @@ -62,22 +61,34 @@

    Theme

    +
    +
    +
      +
    • Preparing search index...
    • +
    • The search index is not available
    @auth0/nextjs-auth0
    +
    + +
    \ No newline at end of file diff --git a/docs/modules/helpers.html b/docs/modules/helpers.html index b82ff8821..1ec17857e 100644 --- a/docs/modules/helpers.html +++ b/docs/modules/helpers.html @@ -16,7 +16,7 @@
  • helpers
  • Module helpers

    +
  • Defined in helpers/index.ts:1
  • @@ -24,24 +24,48 @@

    References

    +
    +Re-exports AppRouteHandlerFn
    +
    +Re-exports AppRouterPageRoute
    +
    +Re-exports AppRouterPageRouteOpts
    -Re-exports GetServerSidePropsResultWithSession
    +Re-exports GetServerSidePropsResultWithSession
    Re-exports PageRoute
    Re-exports WithApiAuthRequired
    +
    +Re-exports WithApiAuthRequiredAppRoute
    +
    +Re-exports WithApiAuthRequiredPageRoute
    Re-exports WithPageAuthRequired
    -
    -Re-exports WithPageAuthRequiredOptions
    +
    +Re-exports WithPageAuthRequiredAppRouter
    +
    +Re-exports WithPageAuthRequiredAppRouterOptions
    +
    +Re-exports WithPageAuthRequiredPageRouter
    +
    +Re-exports WithPageAuthRequiredPageRouterOptions
    \ No newline at end of file diff --git a/docs/modules/helpers_with_middleware_auth_required.html b/docs/modules/helpers_with_middleware_auth_required.html index 2dd789e1e..ed8676130 100644 --- a/docs/modules/helpers_with_middleware_auth_required.html +++ b/docs/modules/helpers_with_middleware_auth_required.html @@ -16,7 +16,7 @@
  • helpers/with-middleware-auth-required
  • Module helpers/with-middleware-auth-required

    +
  • Defined in helpers/with-middleware-auth-required.ts:1
  • Index

    @@ -51,6 +51,7 @@

    Theme

    +
  • init
  • session
  • session/get-access-token
  • session/get-session
  • session/session
  • session/touch-session
  • session/update-session
  • +
  • shared
  • utils/errors
  • version
  • \ No newline at end of file diff --git a/docs/modules/init.html b/docs/modules/init.html new file mode 100644 index 000000000..6d0d30457 --- /dev/null +++ b/docs/modules/init.html @@ -0,0 +1,87 @@ +init | @auth0/nextjs-auth0
    +
    + +
    + +
    \ No newline at end of file diff --git a/docs/modules/session.html b/docs/modules/session.html index 42cacab1f..f6332093e 100644 --- a/docs/modules/session.html +++ b/docs/modules/session.html @@ -16,7 +16,7 @@
  • session
  • Module session

    +
  • Defined in session/index.ts:1
  • @@ -25,6 +25,9 @@

    References

    \ No newline at end of file diff --git a/docs/modules/session_get_access_token.html b/docs/modules/session_get_access_token.html index 4b3644716..26935eb37 100644 --- a/docs/modules/session_get_access_token.html +++ b/docs/modules/session_get_access_token.html @@ -16,7 +16,7 @@
  • session/get-access-token
  • Module session/get-access-token

    +
  • Defined in session/get-access-token.ts:1
  • Index

    @@ -26,12 +26,11 @@

    Interfaces - Server

    GetAccessTokenResult
    -

    Type Aliases - Other

    -
    -

    Type Aliases - Server

    -
  • session/get-session
  • session/session
  • session/touch-session
  • session/update-session
  • +
  • shared
  • utils/errors
  • version
  • \ No newline at end of file diff --git a/docs/modules/session_get_session.html b/docs/modules/session_get_session.html index 1e3bf018d..53f406a11 100644 --- a/docs/modules/session_get_session.html +++ b/docs/modules/session_get_session.html @@ -16,7 +16,7 @@
  • session/get-session
  • Module session/get-session

    +
  • Defined in session/get-session.ts:1
  • Index

    @@ -51,12 +51,21 @@

    Theme