From 877c596d21e6c2770349f109f395d54279be3d2b Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Tue, 8 Aug 2023 12:09:46 +0100 Subject: [PATCH] Release v3.1.0 --- CHANGELOG.md | 13 +++ docs/assets/search.js | 2 +- .../classes/client_use_user.RequestError.html | 6 +- .../http_auth0_next_api_request.default.html | 12 +-- .../http_auth0_next_api_response.default.html | 6 +- .../http_auth0_next_request.default.html | 12 +-- ...tp_auth0_next_request_cookies.default.html | 6 +- .../http_auth0_next_response.default.html | 10 +-- ...p_auth0_next_response_cookies.default.html | 8 +- docs/classes/session_session.default.html | 16 ++-- .../utils_errors.AccessTokenError.html | 12 +-- docs/classes/utils_errors.AuthError.html | 12 +-- .../utils_errors.CallbackHandlerError.html | 14 +-- docs/classes/utils_errors.HandlerError.html | 12 +-- .../utils_errors.LoginHandlerError.html | 14 +-- .../utils_errors.LogoutHandlerError.html | 14 +-- .../utils_errors.ProfileHandlerError.html | 14 +-- .../utils_errors.AccessTokenErrorCode.html | 14 +-- docs/functions/client_use_user.default.html | 2 +- docs/functions/client_use_user.useUser.html | 2 +- docs/functions/edge.getAccessToken-1.html | 2 +- docs/functions/edge.getSession-1.html | 2 +- docs/functions/edge.handleAuth-1.html | 2 +- docs/functions/edge.handleCallback-1.html | 10 +-- docs/functions/edge.handleLogin-1.html | 10 +-- docs/functions/edge.handleLogout-1.html | 10 +-- docs/functions/edge.handleProfile-1.html | 10 +-- docs/functions/edge.initAuth0-1.html | 2 +- docs/functions/edge.updateSession-1.html | 2 +- .../functions/edge.withApiAuthRequired-1.html | 4 +- .../edge.withMiddlewareAuthRequired.html | 12 ++- .../edge.withPageAuthRequired-1.html | 4 +- .../handlers_router_helpers.getHandler.html | 2 +- ...helpers_testing.generateSessionCookie.html | 2 +- docs/functions/index.getAccessToken-1.html | 2 +- docs/functions/index.getSession-1.html | 2 +- docs/functions/index.handleAuth-1.html | 2 +- docs/functions/index.handleCallback-1.html | 10 +-- docs/functions/index.handleLogin-1.html | 10 +-- docs/functions/index.handleLogout-1.html | 10 +-- docs/functions/index.handleProfile-1.html | 10 +-- docs/functions/index.initAuth0-1.html | 2 +- docs/functions/index.updateSession-1.html | 2 +- .../index.withApiAuthRequired-1.html | 4 +- .../index.withPageAuthRequired-1.html | 4 +- docs/functions/init._initAuth.html | 2 +- .../client_use_user.UserProfile.html | 18 ++-- ...ent_with_page_auth_required.UserProps.html | 4 +- ..._required.WithPageAuthRequiredOptions.html | 8 +- .../config.AuthorizationParameters.html | 8 +- docs/interfaces/config.BaseConfig.html | 66 +++++++++----- docs/interfaces/config.CookieConfig.html | 14 +-- docs/interfaces/config.NextConfig.html | 10 +-- docs/interfaces/config.SessionConfig.html | 23 ++--- .../handlers_callback.CallbackOptions.html | 10 +-- .../handlers_login.AuthorizationParams.html | 12 +-- .../handlers_login.LoginOptions.html | 8 +- .../handlers_logout.LogoutOptions.html | 6 +- ...n_get_access_token.AccessTokenRequest.html | 10 +-- ...get_access_token.GetAccessTokenResult.html | 4 +- docs/interfaces/session_session.Claims.html | 2 +- docs/interfaces/shared.Auth0Server.html | 26 +++--- docs/modules/client.html | 2 +- docs/modules/client_use_user.html | 2 +- .../client_with_page_auth_required.html | 2 +- docs/modules/config.html | 2 +- docs/modules/edge.html | 2 +- docs/modules/handlers.html | 2 +- docs/modules/handlers_auth.html | 2 +- docs/modules/handlers_callback.html | 2 +- docs/modules/handlers_login.html | 2 +- docs/modules/handlers_logout.html | 2 +- docs/modules/handlers_profile.html | 2 +- docs/modules/handlers_router_helpers.html | 2 +- docs/modules/helpers.html | 2 +- docs/modules/helpers_testing.html | 2 +- .../helpers_with_api_auth_required.html | 2 +- ...helpers_with_middleware_auth_required.html | 6 +- .../helpers_with_page_auth_required.html | 2 +- docs/modules/http.html | 2 +- docs/modules/http_auth0_next_api_request.html | 2 +- .../modules/http_auth0_next_api_response.html | 2 +- docs/modules/http_auth0_next_request.html | 2 +- .../http_auth0_next_request_cookies.html | 2 +- docs/modules/http_auth0_next_response.html | 2 +- .../http_auth0_next_response_cookies.html | 2 +- docs/modules/index.html | 2 +- docs/modules/init.html | 2 +- docs/modules/session.html | 2 +- docs/modules/session_get_access_token.html | 2 +- docs/modules/session_get_session.html | 2 +- docs/modules/session_session.html | 2 +- docs/modules/session_touch_session.html | 2 +- docs/modules/session_update_session.html | 2 +- docs/modules/shared.html | 2 +- docs/modules/utils_errors.html | 2 +- docs/modules/version.html | 2 +- docs/types/client_use_user.UserContext.html | 4 +- docs/types/client_use_user.UserProvider.html | 2 +- .../client_use_user.UserProviderProps.html | 2 +- ...ge_auth_required.WithPageAuthRequired.html | 2 +- docs/types/config.ConfigParameters.html | 7 +- docs/types/edge.InitAuth0.html | 2 +- .../types/handlers_auth.AppRouterOnError.html | 2 +- docs/types/handlers_auth.HandleAuth.html | 2 +- docs/types/handlers_auth.Handlers.html | 2 +- .../handlers_auth.PageRouterOnError.html | 2 +- .../handlers_callback.AfterCallback.html | 2 +- ...ndlers_callback.AfterCallbackAppRoute.html | 2 +- ...dlers_callback.AfterCallbackPageRoute.html | 2 +- .../handlers_callback.CallbackHandler.html | 2 +- ...lers_callback.CallbackOptionsProvider.html | 2 +- .../handlers_callback.HandleCallback.html | 2 +- docs/types/handlers_login.GetLoginState.html | 2 +- .../handlers_login.GetLoginStateAppRoute.html | 2 +- ...handlers_login.GetLoginStatePageRoute.html | 2 +- docs/types/handlers_login.HandleLogin.html | 2 +- docs/types/handlers_login.LoginHandler.html | 2 +- .../handlers_login.LoginOptionsProvider.html | 2 +- docs/types/handlers_logout.HandleLogout.html | 2 +- docs/types/handlers_logout.LogoutHandler.html | 2 +- ...handlers_logout.LogoutOptionsProvider.html | 2 +- docs/types/handlers_profile.AfterRefetch.html | 2 +- ...handlers_profile.AfterRefetchAppRoute.html | 2 +- ...andlers_profile.AfterRefetchPageRoute.html | 2 +- .../types/handlers_profile.HandleProfile.html | 2 +- .../handlers_profile.ProfileHandler.html | 2 +- .../handlers_profile.ProfileOptions.html | 2 +- ...ndlers_profile.ProfileOptionsProvider.html | 2 +- ...lers_router_helpers.AppRouteHandlerFn.html | 2 +- ...uter_helpers.AppRouteHandlerFnContext.html | 2 +- ...dlers_router_helpers.AppRouterHandler.html | 2 +- .../handlers_router_helpers.AuthHandler.html | 2 +- .../handlers_router_helpers.Handler.html | 2 +- ...ndlers_router_helpers.OptionsProvider.html | 2 +- ...ers_router_helpers.PageRouteHandlerFn.html | 2 +- ...lers_router_helpers.PageRouterHandler.html | 2 +- ...s_testing.GenerateSessionCookieConfig.html | 2 +- ...h_api_auth_required.AppRouteHandlerFn.html | 2 +- ...uth_required.AppRouteHandlerFnContext.html | 2 +- ...api_auth_required.WithApiAuthRequired.html | 2 +- ..._required.WithApiAuthRequiredAppRoute.html | 2 +- ...required.WithApiAuthRequiredPageRoute.html | 2 +- ...h_required.WithMiddlewareAuthRequired.html | 17 ++-- ...red.WithMiddlewareAuthRequiredOptions.html | 88 +++++++++++++++++++ ...page_auth_required.AppRouterPageRoute.html | 2 +- ..._auth_required.AppRouterPageRouteOpts.html | 2 +- ...d.GetServerSidePropsResultWithSession.html | 2 +- ...ers_with_page_auth_required.PageRoute.html | 2 +- ...ge_auth_required.WithPageAuthRequired.html | 2 +- ...equired.WithPageAuthRequiredAppRouter.html | 2 +- ....WithPageAuthRequiredAppRouterOptions.html | 2 +- ...quired.WithPageAuthRequiredPageRouter.html | 2 +- ...WithPageAuthRequiredPageRouterOptions.html | 2 +- docs/types/index.Auth0Server.html | 2 +- docs/types/index.InitAuth0.html | 2 +- docs/types/init.InitAuth0.html | 2 +- ...session_get_access_token.AfterRefresh.html | 2 +- ...get_access_token.AfterRefreshAppRoute.html | 2 +- ...et_access_token.AfterRefreshPageRoute.html | 2 +- ...ssion_get_access_token.GetAccessToken.html | 2 +- .../types/session_get_session.GetSession.html | 2 +- .../session_touch_session.TouchSession.html | 2 +- .../session_update_session.UpdateSession.html | 2 +- docs/types/shared.SessionStore.html | 2 +- docs/types/shared.SessionStorePayload.html | 2 +- docs/variables/shared.telemetry.html | 2 +- docs/variables/version.default.html | 4 +- package-lock.json | 4 +- package.json | 2 +- src/version.ts | 2 +- 171 files changed, 522 insertions(+), 376 deletions(-) create mode 100644 docs/types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 115858804..0f401ddbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v3.1.0](https://github.com/auth0/nextjs-auth0/tree/v3.1.0) (2023-08-08) +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v3.0.1...v3.1.0) + +**Added** +- Add option to override transaction cookie name and config [\#1346](https://github.com/auth0/nextjs-auth0/pull/1346) ([adamjmcgrath](https://github.com/adamjmcgrath)) +- Add support for customizing returnTo in middleware [\#1342](https://github.com/auth0/nextjs-auth0/pull/1342) ([adamjmcgrath](https://github.com/adamjmcgrath)) + +**Changed** +- Move state cookies to under a single cookie [\#1343](https://github.com/auth0/nextjs-auth0/pull/1343) ([adamjmcgrath](https://github.com/adamjmcgrath)) + +**Fixed** +- Fix for edge cookies delete not supporting domain or path [\#1341](https://github.com/auth0/nextjs-auth0/pull/1341) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v3.0.1](https://github.com/auth0/nextjs-auth0/tree/v3.0.1) (2023-07-31) [Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v3.0.0...v3.0.1) diff --git a/docs/assets/search.js b/docs/assets/search.js index 3627eb5f2..e36c89b3a 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\":\"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\":\"PageRouterHandler\",\"url\":\"types/handlers_router_helpers.PageRouterHandler.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.PageRouterHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.PageRouterHandler\"},{\"kind\":4194304,\"name\":\"AppRouterHandler\",\"url\":\"types/handlers_router_helpers.AppRouterHandler.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.AppRouterHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.AppRouterHandler\"},{\"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\":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-1\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/edge.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/edge.html#AppRouterHandler\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/edge.html#PageRouterHandler\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/handlers.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/handlers.html#PageRouterHandler\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/handlers.html#AppRouterHandler\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/index.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/index.html#AppRouterHandler\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/index.html#PageRouterHandler\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/shared.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/shared.html#AppRouterHandler\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/shared.html#PageRouterHandler\",\"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.832]],[\"comment/0\",[]],[\"name/1\",[1,44.286,2,36.246]],[\"comment/1\",[]],[\"name/2\",[3,56.613]],[\"comment/2\",[]],[\"name/3\",[4,61.832]],[\"comment/3\",[]],[\"name/4\",[5,61.832]],[\"comment/4\",[]],[\"name/5\",[6,41.949]],[\"comment/5\",[]],[\"name/6\",[7,61.832]],[\"comment/6\",[]],[\"name/7\",[8,61.832]],[\"comment/7\",[]],[\"name/8\",[9,61.832]],[\"comment/8\",[]],[\"name/9\",[10,61.832]],[\"comment/9\",[]],[\"name/10\",[11,61.832]],[\"comment/10\",[]],[\"name/11\",[12,61.832]],[\"comment/11\",[]],[\"name/12\",[13,25.122]],[\"comment/12\",[]],[\"name/13\",[2,50.607]],[\"comment/13\",[]],[\"name/14\",[14,61.832]],[\"comment/14\",[]],[\"name/15\",[15,61.832]],[\"comment/15\",[]],[\"name/16\",[16,61.832]],[\"comment/16\",[]],[\"name/17\",[13,25.122]],[\"comment/17\",[]],[\"name/18\",[17,56.613]],[\"comment/18\",[]],[\"name/19\",[18,37.97]],[\"comment/19\",[]],[\"name/20\",[19,44.108]],[\"comment/20\",[]],[\"name/21\",[20,56.613]],[\"comment/21\",[]],[\"name/22\",[21,56.613]],[\"comment/22\",[]],[\"name/23\",[22,56.613]],[\"comment/23\",[]],[\"name/24\",[13,25.122]],[\"comment/24\",[]],[\"name/25\",[23,42.972]],[\"comment/25\",[]],[\"name/26\",[24,28.252,25,25.867,26,23.123,27,23.123]],[\"comment/26\",[]],[\"name/27\",[28,56.613]],[\"comment/27\",[]],[\"name/28\",[29,48.556]],[\"comment/28\",[]],[\"name/29\",[30,61.832]],[\"comment/29\",[]],[\"name/30\",[13,25.122]],[\"comment/30\",[]],[\"name/31\",[31,61.832]],[\"comment/31\",[]],[\"name/32\",[13,25.122]],[\"comment/32\",[]],[\"name/33\",[32,61.832]],[\"comment/33\",[]],[\"name/34\",[2,50.607]],[\"comment/34\",[]],[\"name/35\",[33,41.949]],[\"comment/35\",[]],[\"name/36\",[13,25.122]],[\"comment/36\",[]],[\"name/37\",[34,61.832]],[\"comment/37\",[]],[\"name/38\",[35,61.832]],[\"comment/38\",[]],[\"name/39\",[36,61.832]],[\"comment/39\",[]],[\"name/40\",[37,41.949]],[\"comment/40\",[]],[\"name/41\",[38,61.832]],[\"comment/41\",[]],[\"name/42\",[39,48.556]],[\"comment/42\",[]],[\"name/43\",[40,61.832]],[\"comment/43\",[]],[\"name/44\",[41,61.832]],[\"comment/44\",[]],[\"name/45\",[42,61.832]],[\"comment/45\",[]],[\"name/46\",[43,61.832]],[\"comment/46\",[]],[\"name/47\",[44,61.832]],[\"comment/47\",[]],[\"name/48\",[45,61.832]],[\"comment/48\",[]],[\"name/49\",[46,45.387]],[\"comment/49\",[]],[\"name/50\",[13,25.122]],[\"comment/50\",[]],[\"name/51\",[47,56.613]],[\"comment/51\",[]],[\"name/52\",[48,61.832]],[\"comment/52\",[]],[\"name/53\",[49,61.832]],[\"comment/53\",[]],[\"name/54\",[50,61.832]],[\"comment/54\",[]],[\"name/55\",[51,61.832]],[\"comment/55\",[]],[\"name/56\",[52,56.613]],[\"comment/56\",[]],[\"name/57\",[13,25.122]],[\"comment/57\",[]],[\"name/58\",[53,61.832]],[\"comment/58\",[]],[\"name/59\",[54,56.613]],[\"comment/59\",[]],[\"name/60\",[55,61.832]],[\"comment/60\",[]],[\"name/61\",[56,61.832]],[\"comment/61\",[]],[\"name/62\",[57,61.832]],[\"comment/62\",[]],[\"name/63\",[6,41.949]],[\"comment/63\",[]],[\"name/64\",[58,61.832]],[\"comment/64\",[]],[\"name/65\",[59,61.832]],[\"comment/65\",[]],[\"name/66\",[13,25.122]],[\"comment/66\",[]],[\"name/67\",[60,61.832]],[\"comment/67\",[]],[\"name/68\",[61,61.832]],[\"comment/68\",[]],[\"name/69\",[62,61.832]],[\"comment/69\",[]],[\"name/70\",[63,61.832]],[\"comment/70\",[]],[\"name/71\",[64,61.832]],[\"comment/71\",[]],[\"name/72\",[65,61.832]],[\"comment/72\",[]],[\"name/73\",[66,61.832]],[\"comment/73\",[]],[\"name/74\",[67,61.832]],[\"comment/74\",[]],[\"name/75\",[68,61.832]],[\"comment/75\",[]],[\"name/76\",[69,61.832]],[\"comment/76\",[]],[\"name/77\",[70,61.832]],[\"comment/77\",[]],[\"name/78\",[71,61.832]],[\"comment/78\",[]],[\"name/79\",[72,61.832]],[\"comment/79\",[]],[\"name/80\",[73,61.832]],[\"comment/80\",[]],[\"name/81\",[74,61.832]],[\"comment/81\",[]],[\"name/82\",[75,61.832]],[\"comment/82\",[]],[\"name/83\",[76,61.832]],[\"comment/83\",[]],[\"name/84\",[77,61.832]],[\"comment/84\",[]],[\"name/85\",[78,53.175]],[\"comment/85\",[]],[\"name/86\",[52,56.613]],[\"comment/86\",[]],[\"name/87\",[13,25.122]],[\"comment/87\",[]],[\"name/88\",[54,56.613]],[\"comment/88\",[]],[\"name/89\",[79,61.832]],[\"comment/89\",[]],[\"name/90\",[37,41.949]],[\"comment/90\",[]],[\"name/91\",[47,56.613]],[\"comment/91\",[]],[\"name/92\",[80,50.607]],[\"comment/92\",[]],[\"name/93\",[81,61.832]],[\"comment/93\",[]],[\"name/94\",[82,48.556]],[\"comment/94\",[]],[\"name/95\",[13,25.122]],[\"comment/95\",[]],[\"name/96\",[82,48.556]],[\"comment/96\",[]],[\"name/97\",[83,44.108]],[\"comment/97\",[]],[\"name/98\",[84,44.108]],[\"comment/98\",[]],[\"name/99\",[85,44.108]],[\"comment/99\",[]],[\"name/100\",[86,44.108]],[\"comment/100\",[]],[\"name/101\",[33,41.949]],[\"comment/101\",[]],[\"name/102\",[87,44.108]],[\"comment/102\",[]],[\"name/103\",[88,44.108]],[\"comment/103\",[]],[\"name/104\",[89,44.108]],[\"comment/104\",[]],[\"name/105\",[90,44.108]],[\"comment/105\",[]],[\"name/106\",[91,44.108]],[\"comment/106\",[]],[\"name/107\",[92,53.175]],[\"comment/107\",[]],[\"name/108\",[93,61.832]],[\"comment/108\",[]],[\"name/109\",[94,46.849]],[\"comment/109\",[]],[\"name/110\",[91,44.108]],[\"comment/110\",[]],[\"name/111\",[13,25.122]],[\"comment/111\",[]],[\"name/112\",[95,48.556]],[\"comment/112\",[]],[\"name/113\",[13,25.122]],[\"comment/113\",[]],[\"name/114\",[96,48.556]],[\"comment/114\",[]],[\"name/115\",[13,25.122]],[\"comment/115\",[]],[\"name/116\",[97,61.832]],[\"comment/116\",[]],[\"name/117\",[98,46.849]],[\"comment/117\",[]],[\"name/118\",[99,48.556]],[\"comment/118\",[]],[\"name/119\",[13,25.122]],[\"comment/119\",[]],[\"name/120\",[100,48.556]],[\"comment/120\",[]],[\"name/121\",[13,25.122]],[\"comment/121\",[]],[\"name/122\",[101,48.556]],[\"comment/122\",[]],[\"name/123\",[98,46.849]],[\"comment/123\",[]],[\"name/124\",[102,61.832]],[\"comment/124\",[]],[\"name/125\",[78,53.175]],[\"comment/125\",[]],[\"name/126\",[39,48.556]],[\"comment/126\",[]],[\"name/127\",[103,61.832]],[\"comment/127\",[]],[\"name/128\",[89,44.108]],[\"comment/128\",[]],[\"name/129\",[104,61.832]],[\"comment/129\",[]],[\"name/130\",[94,46.849]],[\"comment/130\",[]],[\"name/131\",[105,61.832]],[\"comment/131\",[]],[\"name/132\",[46,45.387]],[\"comment/132\",[]],[\"name/133\",[106,48.556]],[\"comment/133\",[]],[\"name/134\",[13,25.122]],[\"comment/134\",[]],[\"name/135\",[13,25.122]],[\"comment/135\",[]],[\"name/136\",[107,48.556]],[\"comment/136\",[]],[\"name/137\",[13,25.122]],[\"comment/137\",[]],[\"name/138\",[13,25.122]],[\"comment/138\",[]],[\"name/139\",[39,48.556]],[\"comment/139\",[]],[\"name/140\",[108,61.832]],[\"comment/140\",[]],[\"name/141\",[109,61.832]],[\"comment/141\",[]],[\"name/142\",[110,61.832]],[\"comment/142\",[]],[\"name/143\",[78,53.175]],[\"comment/143\",[]],[\"name/144\",[111,61.832]],[\"comment/144\",[]],[\"name/145\",[112,48.556]],[\"comment/145\",[]],[\"name/146\",[39,48.556]],[\"comment/146\",[]],[\"name/147\",[29,48.556]],[\"comment/147\",[]],[\"name/148\",[46,45.387]],[\"comment/148\",[]],[\"name/149\",[113,61.832]],[\"comment/149\",[]],[\"name/150\",[87,44.108]],[\"comment/150\",[]],[\"name/151\",[114,61.832]],[\"comment/151\",[]],[\"name/152\",[115,61.832]],[\"comment/152\",[]],[\"name/153\",[116,48.556]],[\"comment/153\",[]],[\"name/154\",[29,48.556]],[\"comment/154\",[]],[\"name/155\",[117,61.832]],[\"comment/155\",[]],[\"name/156\",[13,25.122]],[\"comment/156\",[]],[\"name/157\",[118,61.832]],[\"comment/157\",[]],[\"name/158\",[88,44.108]],[\"comment/158\",[]],[\"name/159\",[119,61.832]],[\"comment/159\",[]],[\"name/160\",[120,61.832]],[\"comment/160\",[]],[\"name/161\",[121,46.849]],[\"comment/161\",[]],[\"name/162\",[122,48.556]],[\"comment/162\",[]],[\"name/163\",[13,25.122]],[\"comment/163\",[]],[\"name/164\",[123,48.556]],[\"comment/164\",[]],[\"name/165\",[13,25.122]],[\"comment/165\",[]],[\"name/166\",[124,48.556]],[\"comment/166\",[]],[\"name/167\",[13,25.122]],[\"comment/167\",[]],[\"name/168\",[125,61.832]],[\"comment/168\",[]],[\"name/169\",[121,46.849]],[\"comment/169\",[]],[\"name/170\",[126,61.832]],[\"comment/170\",[]],[\"name/171\",[90,44.108]],[\"comment/171\",[]],[\"name/172\",[127,61.832]],[\"comment/172\",[]],[\"name/173\",[128,44.286,129,40.548]],[\"comment/173\",[]],[\"name/174\",[130,46.849]],[\"comment/174\",[]],[\"name/175\",[13,25.122]],[\"comment/175\",[]],[\"name/176\",[131,53.175]],[\"comment/176\",[]],[\"name/177\",[132,46.849]],[\"comment/177\",[]],[\"name/178\",[13,25.122]],[\"comment/178\",[]],[\"name/179\",[133,61.832]],[\"comment/179\",[]],[\"name/180\",[13,25.122]],[\"comment/180\",[]],[\"name/181\",[134,61.832]],[\"comment/181\",[]],[\"name/182\",[13,25.122]],[\"comment/182\",[]],[\"name/183\",[135,61.832]],[\"comment/183\",[]],[\"name/184\",[136,48.556]],[\"comment/184\",[]],[\"name/185\",[13,25.122]],[\"comment/185\",[]],[\"name/186\",[137,48.556]],[\"comment/186\",[]],[\"name/187\",[13,25.122]],[\"comment/187\",[]],[\"name/188\",[138,61.832]],[\"comment/188\",[]],[\"name/189\",[13,25.122]],[\"comment/189\",[]],[\"name/190\",[139,61.832]],[\"comment/190\",[]],[\"name/191\",[13,25.122]],[\"comment/191\",[]],[\"name/192\",[129,56.613]],[\"comment/192\",[]],[\"name/193\",[140,61.832]],[\"comment/193\",[]],[\"name/194\",[141,61.832]],[\"comment/194\",[]],[\"name/195\",[142,61.832]],[\"comment/195\",[]],[\"name/196\",[26,23.123,27,23.123,143,24.296,144,24.296]],[\"comment/196\",[]],[\"name/197\",[130,46.849]],[\"comment/197\",[]],[\"name/198\",[13,25.122]],[\"comment/198\",[]],[\"name/199\",[131,53.175]],[\"comment/199\",[]],[\"name/200\",[132,46.849]],[\"comment/200\",[]],[\"name/201\",[13,25.122]],[\"comment/201\",[]],[\"name/202\",[145,48.556]],[\"comment/202\",[]],[\"name/203\",[13,25.122]],[\"comment/203\",[]],[\"name/204\",[146,48.556]],[\"comment/204\",[]],[\"name/205\",[13,25.122]],[\"comment/205\",[]],[\"name/206\",[86,44.108]],[\"comment/206\",[]],[\"name/207\",[26,23.123,27,23.123,143,24.296,147,28.252]],[\"comment/207\",[]],[\"name/208\",[92,53.175]],[\"comment/208\",[]],[\"name/209\",[13,25.122]],[\"comment/209\",[]],[\"name/210\",[25,25.867,26,23.123,27,23.123,143,24.296]],[\"comment/210\",[]],[\"name/211\",[148,48.556]],[\"comment/211\",[]],[\"name/212\",[149,48.556]],[\"comment/212\",[]],[\"name/213\",[13,25.122]],[\"comment/213\",[]],[\"name/214\",[150,48.556]],[\"comment/214\",[]],[\"name/215\",[13,25.122]],[\"comment/215\",[]],[\"name/216\",[131,53.175]],[\"comment/216\",[]],[\"name/217\",[151,61.832]],[\"comment/217\",[]],[\"name/218\",[13,25.122]],[\"comment/218\",[]],[\"name/219\",[152,48.556]],[\"comment/219\",[]],[\"name/220\",[13,25.122]],[\"comment/220\",[]],[\"name/221\",[153,48.556]],[\"comment/221\",[]],[\"name/222\",[13,25.122]],[\"comment/222\",[]],[\"name/223\",[154,61.832]],[\"comment/223\",[]],[\"name/224\",[29,48.556]],[\"comment/224\",[]],[\"name/225\",[155,48.556]],[\"comment/225\",[]],[\"name/226\",[13,25.122]],[\"comment/226\",[]],[\"name/227\",[156,48.556]],[\"comment/227\",[]],[\"name/228\",[13,25.122]],[\"comment/228\",[]],[\"name/229\",[29,48.556]],[\"comment/229\",[]],[\"name/230\",[157,48.556]],[\"comment/230\",[]],[\"name/231\",[13,25.122]],[\"comment/231\",[]],[\"name/232\",[33,41.949]],[\"comment/232\",[]],[\"name/233\",[144,24.296,158,21.406,159,21.406,160,24.296]],[\"comment/233\",[]],[\"name/234\",[23,42.972]],[\"comment/234\",[]],[\"name/235\",[18,37.97]],[\"comment/235\",[]],[\"name/236\",[161,56.613]],[\"comment/236\",[]],[\"name/237\",[162,56.613]],[\"comment/237\",[]],[\"name/238\",[163,56.613]],[\"comment/238\",[]],[\"name/239\",[164,53.175]],[\"comment/239\",[]],[\"name/240\",[144,24.296,158,21.406,159,21.406,165,24.296]],[\"comment/240\",[]],[\"name/241\",[23,42.972]],[\"comment/241\",[]],[\"name/242\",[18,37.97]],[\"comment/242\",[]],[\"name/243\",[166,56.613]],[\"comment/243\",[]],[\"name/244\",[158,21.406,159,21.406,160,24.296,167,25.867]],[\"comment/244\",[]],[\"name/245\",[23,42.972]],[\"comment/245\",[]],[\"name/246\",[18,37.97]],[\"comment/246\",[]],[\"name/247\",[164,53.175]],[\"comment/247\",[]],[\"name/248\",[158,26.138,159,26.138,160,29.667]],[\"comment/248\",[]],[\"name/249\",[23,42.972]],[\"comment/249\",[]],[\"name/250\",[18,37.97]],[\"comment/250\",[]],[\"name/251\",[161,56.613]],[\"comment/251\",[]],[\"name/252\",[162,56.613]],[\"comment/252\",[]],[\"name/253\",[163,56.613]],[\"comment/253\",[]],[\"name/254\",[164,53.175]],[\"comment/254\",[]],[\"name/255\",[158,21.406,159,21.406,165,24.296,167,25.867]],[\"comment/255\",[]],[\"name/256\",[23,42.972]],[\"comment/256\",[]],[\"name/257\",[18,37.97]],[\"comment/257\",[]],[\"name/258\",[168,56.613]],[\"comment/258\",[]],[\"name/259\",[169,56.613]],[\"comment/259\",[]],[\"name/260\",[158,26.138,159,26.138,165,29.667]],[\"comment/260\",[]],[\"name/261\",[23,42.972]],[\"comment/261\",[]],[\"name/262\",[18,37.97]],[\"comment/262\",[]],[\"name/263\",[168,56.613]],[\"comment/263\",[]],[\"name/264\",[169,56.613]],[\"comment/264\",[]],[\"name/265\",[166,56.613]],[\"comment/265\",[]],[\"name/266\",[170,61.832]],[\"comment/266\",[]],[\"name/267\",[171,61.832]],[\"comment/267\",[]],[\"name/268\",[172,53.175]],[\"comment/268\",[]],[\"name/269\",[82,48.556]],[\"comment/269\",[]],[\"name/270\",[13,25.122]],[\"comment/270\",[]],[\"name/271\",[82,48.556]],[\"comment/271\",[]],[\"name/272\",[83,44.108]],[\"comment/272\",[]],[\"name/273\",[84,44.108]],[\"comment/273\",[]],[\"name/274\",[85,44.108]],[\"comment/274\",[]],[\"name/275\",[86,44.108]],[\"comment/275\",[]],[\"name/276\",[33,41.949]],[\"comment/276\",[]],[\"name/277\",[87,44.108]],[\"comment/277\",[]],[\"name/278\",[88,44.108]],[\"comment/278\",[]],[\"name/279\",[89,44.108]],[\"comment/279\",[]],[\"name/280\",[90,44.108]],[\"comment/280\",[]],[\"name/281\",[91,44.108]],[\"comment/281\",[]],[\"name/282\",[173,61.832]],[\"comment/282\",[]],[\"name/283\",[82,48.556]],[\"comment/283\",[]],[\"name/284\",[13,25.122]],[\"comment/284\",[]],[\"name/285\",[174,61.832]],[\"comment/285\",[]],[\"name/286\",[175,31.585,176,34.497,177,34.497]],[\"comment/286\",[]],[\"name/287\",[178,46.849]],[\"comment/287\",[]],[\"name/288\",[179,48.556]],[\"comment/288\",[]],[\"name/289\",[13,25.122]],[\"comment/289\",[]],[\"name/290\",[180,48.556]],[\"comment/290\",[]],[\"name/291\",[13,25.122]],[\"comment/291\",[]],[\"name/292\",[181,48.556]],[\"comment/292\",[]],[\"name/293\",[182,61.832]],[\"comment/293\",[]],[\"name/294\",[183,61.832]],[\"comment/294\",[]],[\"name/295\",[178,46.849]],[\"comment/295\",[]],[\"name/296\",[39,48.556]],[\"comment/296\",[]],[\"name/297\",[184,48.556]],[\"comment/297\",[]],[\"name/298\",[185,56.613]],[\"comment/298\",[]],[\"name/299\",[85,44.108]],[\"comment/299\",[]],[\"name/300\",[13,25.122]],[\"comment/300\",[]],[\"name/301\",[37,30.045,175,40.548]],[\"comment/301\",[]],[\"name/302\",[83,44.108]],[\"comment/302\",[]],[\"name/303\",[13,25.122]],[\"comment/303\",[]],[\"name/304\",[37,41.949]],[\"comment/304\",[]],[\"name/305\",[186,61.832]],[\"comment/305\",[]],[\"name/306\",[187,48.556]],[\"comment/306\",[]],[\"name/307\",[23,42.972]],[\"comment/307\",[]],[\"name/308\",[18,37.97]],[\"comment/308\",[]],[\"name/309\",[2,50.607]],[\"comment/309\",[]],[\"name/310\",[188,61.832]],[\"comment/310\",[]],[\"name/311\",[185,56.613]],[\"comment/311\",[]],[\"name/312\",[189,61.832]],[\"comment/312\",[]],[\"name/313\",[190,61.832]],[\"comment/313\",[]],[\"name/314\",[191,61.832]],[\"comment/314\",[]],[\"name/315\",[37,30.045,192,44.286]],[\"comment/315\",[]],[\"name/316\",[193,46.849]],[\"comment/316\",[]],[\"name/317\",[13,25.122]],[\"comment/317\",[]],[\"name/318\",[37,30.045,194,44.286]],[\"comment/318\",[]],[\"name/319\",[84,44.108]],[\"comment/319\",[]],[\"name/320\",[13,25.122]],[\"comment/320\",[]],[\"name/321\",[195,61.832]],[\"comment/321\",[]],[\"name/322\",[196,53.175]],[\"comment/322\",[]],[\"name/323\",[13,25.122]],[\"comment/323\",[]],[\"name/324\",[6,41.949]],[\"comment/324\",[]],[\"name/325\",[197,56.613]],[\"comment/325\",[]],[\"name/326\",[172,53.175]],[\"comment/326\",[]],[\"name/327\",[83,44.108]],[\"comment/327\",[]],[\"name/328\",[193,46.849]],[\"comment/328\",[]],[\"name/329\",[84,44.108]],[\"comment/329\",[]],[\"name/330\",[85,44.108]],[\"comment/330\",[]],[\"name/331\",[87,44.108]],[\"comment/331\",[]],[\"name/332\",[89,44.108]],[\"comment/332\",[]],[\"name/333\",[88,44.108]],[\"comment/333\",[]],[\"name/334\",[90,44.108]],[\"comment/334\",[]],[\"name/335\",[86,44.108]],[\"comment/335\",[]],[\"name/336\",[33,41.949]],[\"comment/336\",[]],[\"name/337\",[91,44.108]],[\"comment/337\",[]],[\"name/338\",[92,53.175]],[\"comment/338\",[]],[\"name/339\",[198,53.175]],[\"comment/339\",[]],[\"name/340\",[199,53.175]],[\"comment/340\",[]],[\"name/341\",[200,61.832]],[\"comment/341\",[]],[\"name/342\",[201,50.607]],[\"comment/342\",[]],[\"name/343\",[18,37.97]],[\"comment/343\",[]],[\"name/344\",[202,41.02]],[\"comment/344\",[]],[\"name/345\",[6,41.949]],[\"comment/345\",[]],[\"name/346\",[203,45.387]],[\"comment/346\",[]],[\"name/347\",[19,44.108]],[\"comment/347\",[]],[\"name/348\",[204,50.607]],[\"comment/348\",[]],[\"name/349\",[205,61.832]],[\"comment/349\",[]],[\"name/350\",[206,61.832]],[\"comment/350\",[]],[\"name/351\",[207,61.832]],[\"comment/351\",[]],[\"name/352\",[208,61.832]],[\"comment/352\",[]],[\"name/353\",[209,61.832]],[\"comment/353\",[]],[\"name/354\",[210,61.832]],[\"comment/354\",[]],[\"name/355\",[211,50.607]],[\"comment/355\",[]],[\"name/356\",[18,37.97]],[\"comment/356\",[]],[\"name/357\",[202,41.02]],[\"comment/357\",[]],[\"name/358\",[6,41.949]],[\"comment/358\",[]],[\"name/359\",[203,45.387]],[\"comment/359\",[]],[\"name/360\",[19,44.108]],[\"comment/360\",[]],[\"name/361\",[212,50.607]],[\"comment/361\",[]],[\"name/362\",[18,37.97]],[\"comment/362\",[]],[\"name/363\",[202,41.02]],[\"comment/363\",[]],[\"name/364\",[6,41.949]],[\"comment/364\",[]],[\"name/365\",[203,45.387]],[\"comment/365\",[]],[\"name/366\",[19,44.108]],[\"comment/366\",[]],[\"name/367\",[213,50.607]],[\"comment/367\",[]],[\"name/368\",[202,41.02]],[\"comment/368\",[]],[\"name/369\",[18,37.97]],[\"comment/369\",[]],[\"name/370\",[202,41.02]],[\"comment/370\",[]],[\"name/371\",[6,41.949]],[\"comment/371\",[]],[\"name/372\",[203,45.387]],[\"comment/372\",[]],[\"name/373\",[19,44.108]],[\"comment/373\",[]],[\"name/374\",[214,50.607]],[\"comment/374\",[]],[\"name/375\",[202,41.02]],[\"comment/375\",[]],[\"name/376\",[18,37.97]],[\"comment/376\",[]],[\"name/377\",[202,41.02]],[\"comment/377\",[]],[\"name/378\",[6,41.949]],[\"comment/378\",[]],[\"name/379\",[203,45.387]],[\"comment/379\",[]],[\"name/380\",[19,44.108]],[\"comment/380\",[]],[\"name/381\",[215,50.607]],[\"comment/381\",[]],[\"name/382\",[202,41.02]],[\"comment/382\",[]],[\"name/383\",[18,37.97]],[\"comment/383\",[]],[\"name/384\",[202,41.02]],[\"comment/384\",[]],[\"name/385\",[6,41.949]],[\"comment/385\",[]],[\"name/386\",[203,45.387]],[\"comment/386\",[]],[\"name/387\",[19,44.108]],[\"comment/387\",[]],[\"name/388\",[216,50.607]],[\"comment/388\",[]],[\"name/389\",[202,41.02]],[\"comment/389\",[]],[\"name/390\",[18,37.97]],[\"comment/390\",[]],[\"name/391\",[202,41.02]],[\"comment/391\",[]],[\"name/392\",[6,41.949]],[\"comment/392\",[]],[\"name/393\",[203,45.387]],[\"comment/393\",[]],[\"name/394\",[19,44.108]],[\"comment/394\",[]],[\"name/395\",[197,56.613]],[\"comment/395\",[]],[\"name/396\",[23,42.972]],[\"comment/396\",[]],[\"name/397\",[22,56.613]],[\"comment/397\",[]],[\"name/398\",[20,56.613]],[\"comment/398\",[]],[\"name/399\",[3,56.613]],[\"comment/399\",[]],[\"name/400\",[17,56.613]],[\"comment/400\",[]],[\"name/401\",[21,56.613]],[\"comment/401\",[]],[\"name/402\",[33,41.949]],[\"comment/402\",[]],[\"name/403\",[28,56.613]],[\"comment/403\",[]],[\"name/404\",[196,53.175]],[\"comment/404\",[]],[\"name/405\",[172,53.175]],[\"comment/405\",[]],[\"name/406\",[201,50.607]],[\"comment/406\",[]],[\"name/407\",[204,50.607]],[\"comment/407\",[]],[\"name/408\",[211,50.607]],[\"comment/408\",[]],[\"name/409\",[212,50.607]],[\"comment/409\",[]],[\"name/410\",[213,50.607]],[\"comment/410\",[]],[\"name/411\",[214,50.607]],[\"comment/411\",[]],[\"name/412\",[215,50.607]],[\"comment/412\",[]],[\"name/413\",[216,50.607]],[\"comment/413\",[]],[\"name/414\",[94,46.849]],[\"comment/414\",[]],[\"name/415\",[112,48.556]],[\"comment/415\",[]],[\"name/416\",[116,48.556]],[\"comment/416\",[]],[\"name/417\",[46,45.387]],[\"comment/417\",[]],[\"name/418\",[106,48.556]],[\"comment/418\",[]],[\"name/419\",[107,48.556]],[\"comment/419\",[]],[\"name/420\",[124,48.556]],[\"comment/420\",[]],[\"name/421\",[101,48.556]],[\"comment/421\",[]],[\"name/422\",[98,46.849]],[\"comment/422\",[]],[\"name/423\",[99,48.556]],[\"comment/423\",[]],[\"name/424\",[100,48.556]],[\"comment/424\",[]],[\"name/425\",[121,46.849]],[\"comment/425\",[]],[\"name/426\",[122,48.556]],[\"comment/426\",[]],[\"name/427\",[123,48.556]],[\"comment/427\",[]],[\"name/428\",[96,48.556]],[\"comment/428\",[]],[\"name/429\",[95,48.556]],[\"comment/429\",[]],[\"name/430\",[130,46.849]],[\"comment/430\",[]],[\"name/431\",[137,48.556]],[\"comment/431\",[]],[\"name/432\",[136,48.556]],[\"comment/432\",[]],[\"name/433\",[150,48.556]],[\"comment/433\",[]],[\"name/434\",[152,48.556]],[\"comment/434\",[]],[\"name/435\",[155,48.556]],[\"comment/435\",[]],[\"name/436\",[157,48.556]],[\"comment/436\",[]],[\"name/437\",[148,48.556]],[\"comment/437\",[]],[\"name/438\",[153,48.556]],[\"comment/438\",[]],[\"name/439\",[156,48.556]],[\"comment/439\",[]],[\"name/440\",[149,48.556]],[\"comment/440\",[]],[\"name/441\",[132,46.849]],[\"comment/441\",[]],[\"name/442\",[145,48.556]],[\"comment/442\",[]],[\"name/443\",[146,48.556]],[\"comment/443\",[]],[\"name/444\",[181,48.556]],[\"comment/444\",[]],[\"name/445\",[184,48.556]],[\"comment/445\",[]],[\"name/446\",[187,48.556]],[\"comment/446\",[]],[\"name/447\",[178,46.849]],[\"comment/447\",[]],[\"name/448\",[179,48.556]],[\"comment/448\",[]],[\"name/449\",[180,48.556]],[\"comment/449\",[]],[\"name/450\",[80,50.607]],[\"comment/450\",[]],[\"name/451\",[91,44.108]],[\"comment/451\",[]],[\"name/452\",[87,44.108]],[\"comment/452\",[]],[\"name/453\",[90,44.108]],[\"comment/453\",[]],[\"name/454\",[88,44.108]],[\"comment/454\",[]],[\"name/455\",[89,44.108]],[\"comment/455\",[]],[\"name/456\",[86,44.108]],[\"comment/456\",[]],[\"name/457\",[33,41.949]],[\"comment/457\",[]],[\"name/458\",[83,44.108]],[\"comment/458\",[]],[\"name/459\",[193,46.849]],[\"comment/459\",[]],[\"name/460\",[84,44.108]],[\"comment/460\",[]],[\"name/461\",[85,44.108]],[\"comment/461\",[]],[\"name/462\",[37,41.949]],[\"comment/462\",[]],[\"name/463\",[198,53.175]],[\"comment/463\",[]],[\"name/464\",[199,53.175]],[\"comment/464\",[]],[\"name/465\",[89,44.108]],[\"comment/465\",[]],[\"name/466\",[101,48.556]],[\"comment/466\",[]],[\"name/467\",[98,46.849]],[\"comment/467\",[]],[\"name/468\",[99,48.556]],[\"comment/468\",[]],[\"name/469\",[100,48.556]],[\"comment/469\",[]],[\"name/470\",[87,44.108]],[\"comment/470\",[]],[\"name/471\",[112,48.556]],[\"comment/471\",[]],[\"name/472\",[46,45.387]],[\"comment/472\",[]],[\"name/473\",[106,48.556]],[\"comment/473\",[]],[\"name/474\",[107,48.556]],[\"comment/474\",[]],[\"name/475\",[88,44.108]],[\"comment/475\",[]],[\"name/476\",[116,48.556]],[\"comment/476\",[]],[\"name/477\",[90,44.108]],[\"comment/477\",[]],[\"name/478\",[124,48.556]],[\"comment/478\",[]],[\"name/479\",[121,46.849]],[\"comment/479\",[]],[\"name/480\",[122,48.556]],[\"comment/480\",[]],[\"name/481\",[123,48.556]],[\"comment/481\",[]],[\"name/482\",[94,46.849]],[\"comment/482\",[]],[\"name/483\",[91,44.108]],[\"comment/483\",[]],[\"name/484\",[96,48.556]],[\"comment/484\",[]],[\"name/485\",[95,48.556]],[\"comment/485\",[]],[\"name/486\",[130,46.849]],[\"comment/486\",[]],[\"name/487\",[136,48.556]],[\"comment/487\",[]],[\"name/488\",[137,48.556]],[\"comment/488\",[]],[\"name/489\",[86,44.108]],[\"comment/489\",[]],[\"name/490\",[132,46.849]],[\"comment/490\",[]],[\"name/491\",[145,48.556]],[\"comment/491\",[]],[\"name/492\",[146,48.556]],[\"comment/492\",[]],[\"name/493\",[148,48.556]],[\"comment/493\",[]],[\"name/494\",[33,41.949]],[\"comment/494\",[]],[\"name/495\",[153,48.556]],[\"comment/495\",[]],[\"name/496\",[156,48.556]],[\"comment/496\",[]],[\"name/497\",[149,48.556]],[\"comment/497\",[]],[\"name/498\",[150,48.556]],[\"comment/498\",[]],[\"name/499\",[152,48.556]],[\"comment/499\",[]],[\"name/500\",[155,48.556]],[\"comment/500\",[]],[\"name/501\",[157,48.556]],[\"comment/501\",[]],[\"name/502\",[217,61.832]],[\"comment/502\",[]],[\"name/503\",[218,61.832]],[\"comment/503\",[]],[\"name/504\",[219,61.832]],[\"comment/504\",[]],[\"name/505\",[220,61.832]],[\"comment/505\",[]],[\"name/506\",[221,61.832]],[\"comment/506\",[]],[\"name/507\",[222,61.832]],[\"comment/507\",[]],[\"name/508\",[196,53.175]],[\"comment/508\",[]],[\"name/509\",[201,50.607]],[\"comment/509\",[]],[\"name/510\",[204,50.607]],[\"comment/510\",[]],[\"name/511\",[211,50.607]],[\"comment/511\",[]],[\"name/512\",[212,50.607]],[\"comment/512\",[]],[\"name/513\",[213,50.607]],[\"comment/513\",[]],[\"name/514\",[214,50.607]],[\"comment/514\",[]],[\"name/515\",[215,50.607]],[\"comment/515\",[]],[\"name/516\",[216,50.607]],[\"comment/516\",[]],[\"name/517\",[94,46.849]],[\"comment/517\",[]],[\"name/518\",[112,48.556]],[\"comment/518\",[]],[\"name/519\",[116,48.556]],[\"comment/519\",[]],[\"name/520\",[46,45.387]],[\"comment/520\",[]],[\"name/521\",[106,48.556]],[\"comment/521\",[]],[\"name/522\",[107,48.556]],[\"comment/522\",[]],[\"name/523\",[124,48.556]],[\"comment/523\",[]],[\"name/524\",[101,48.556]],[\"comment/524\",[]],[\"name/525\",[98,46.849]],[\"comment/525\",[]],[\"name/526\",[99,48.556]],[\"comment/526\",[]],[\"name/527\",[100,48.556]],[\"comment/527\",[]],[\"name/528\",[121,46.849]],[\"comment/528\",[]],[\"name/529\",[122,48.556]],[\"comment/529\",[]],[\"name/530\",[123,48.556]],[\"comment/530\",[]],[\"name/531\",[96,48.556]],[\"comment/531\",[]],[\"name/532\",[95,48.556]],[\"comment/532\",[]],[\"name/533\",[130,46.849]],[\"comment/533\",[]],[\"name/534\",[137,48.556]],[\"comment/534\",[]],[\"name/535\",[136,48.556]],[\"comment/535\",[]],[\"name/536\",[150,48.556]],[\"comment/536\",[]],[\"name/537\",[152,48.556]],[\"comment/537\",[]],[\"name/538\",[155,48.556]],[\"comment/538\",[]],[\"name/539\",[157,48.556]],[\"comment/539\",[]],[\"name/540\",[148,48.556]],[\"comment/540\",[]],[\"name/541\",[153,48.556]],[\"comment/541\",[]],[\"name/542\",[156,48.556]],[\"comment/542\",[]],[\"name/543\",[149,48.556]],[\"comment/543\",[]],[\"name/544\",[132,46.849]],[\"comment/544\",[]],[\"name/545\",[145,48.556]],[\"comment/545\",[]],[\"name/546\",[146,48.556]],[\"comment/546\",[]],[\"name/547\",[181,48.556]],[\"comment/547\",[]],[\"name/548\",[184,48.556]],[\"comment/548\",[]],[\"name/549\",[187,48.556]],[\"comment/549\",[]],[\"name/550\",[178,46.849]],[\"comment/550\",[]],[\"name/551\",[179,48.556]],[\"comment/551\",[]],[\"name/552\",[180,48.556]],[\"comment/552\",[]],[\"name/553\",[80,50.607]],[\"comment/553\",[]],[\"name/554\",[91,44.108]],[\"comment/554\",[]],[\"name/555\",[87,44.108]],[\"comment/555\",[]],[\"name/556\",[90,44.108]],[\"comment/556\",[]],[\"name/557\",[88,44.108]],[\"comment/557\",[]],[\"name/558\",[89,44.108]],[\"comment/558\",[]],[\"name/559\",[86,44.108]],[\"comment/559\",[]],[\"name/560\",[33,41.949]],[\"comment/560\",[]],[\"name/561\",[83,44.108]],[\"comment/561\",[]],[\"name/562\",[193,46.849]],[\"comment/562\",[]],[\"name/563\",[84,44.108]],[\"comment/563\",[]],[\"name/564\",[85,44.108]],[\"comment/564\",[]],[\"name/565\",[37,41.949]],[\"comment/565\",[]],[\"name/566\",[198,53.175]],[\"comment/566\",[]],[\"name/567\",[199,53.175]],[\"comment/567\",[]],[\"name/568\",[37,41.949]],[\"comment/568\",[]],[\"name/569\",[187,48.556]],[\"comment/569\",[]],[\"name/570\",[83,44.108]],[\"comment/570\",[]],[\"name/571\",[85,44.108]],[\"comment/571\",[]],[\"name/572\",[181,48.556]],[\"comment/572\",[]],[\"name/573\",[184,48.556]],[\"comment/573\",[]],[\"name/574\",[178,46.849]],[\"comment/574\",[]],[\"name/575\",[179,48.556]],[\"comment/575\",[]],[\"name/576\",[180,48.556]],[\"comment/576\",[]],[\"name/577\",[193,46.849]],[\"comment/577\",[]],[\"name/578\",[84,44.108]],[\"comment/578\",[]],[\"name/579\",[201,50.607]],[\"comment/579\",[]],[\"name/580\",[204,50.607]],[\"comment/580\",[]],[\"name/581\",[211,50.607]],[\"comment/581\",[]],[\"name/582\",[212,50.607]],[\"comment/582\",[]],[\"name/583\",[213,50.607]],[\"comment/583\",[]],[\"name/584\",[214,50.607]],[\"comment/584\",[]],[\"name/585\",[215,50.607]],[\"comment/585\",[]],[\"name/586\",[216,50.607]],[\"comment/586\",[]],[\"name/587\",[94,46.849]],[\"comment/587\",[]],[\"name/588\",[112,48.556]],[\"comment/588\",[]],[\"name/589\",[116,48.556]],[\"comment/589\",[]],[\"name/590\",[46,45.387]],[\"comment/590\",[]],[\"name/591\",[106,48.556]],[\"comment/591\",[]],[\"name/592\",[107,48.556]],[\"comment/592\",[]],[\"name/593\",[124,48.556]],[\"comment/593\",[]],[\"name/594\",[101,48.556]],[\"comment/594\",[]],[\"name/595\",[98,46.849]],[\"comment/595\",[]],[\"name/596\",[99,48.556]],[\"comment/596\",[]],[\"name/597\",[100,48.556]],[\"comment/597\",[]],[\"name/598\",[121,46.849]],[\"comment/598\",[]],[\"name/599\",[122,48.556]],[\"comment/599\",[]],[\"name/600\",[123,48.556]],[\"comment/600\",[]],[\"name/601\",[96,48.556]],[\"comment/601\",[]],[\"name/602\",[95,48.556]],[\"comment/602\",[]],[\"name/603\",[130,46.849]],[\"comment/603\",[]],[\"name/604\",[137,48.556]],[\"comment/604\",[]],[\"name/605\",[136,48.556]],[\"comment/605\",[]],[\"name/606\",[150,48.556]],[\"comment/606\",[]],[\"name/607\",[152,48.556]],[\"comment/607\",[]],[\"name/608\",[155,48.556]],[\"comment/608\",[]],[\"name/609\",[157,48.556]],[\"comment/609\",[]],[\"name/610\",[148,48.556]],[\"comment/610\",[]],[\"name/611\",[153,48.556]],[\"comment/611\",[]],[\"name/612\",[156,48.556]],[\"comment/612\",[]],[\"name/613\",[149,48.556]],[\"comment/613\",[]],[\"name/614\",[132,46.849]],[\"comment/614\",[]],[\"name/615\",[145,48.556]],[\"comment/615\",[]],[\"name/616\",[146,48.556]],[\"comment/616\",[]],[\"name/617\",[181,48.556]],[\"comment/617\",[]],[\"name/618\",[184,48.556]],[\"comment/618\",[]],[\"name/619\",[187,48.556]],[\"comment/619\",[]],[\"name/620\",[178,46.849]],[\"comment/620\",[]],[\"name/621\",[179,48.556]],[\"comment/621\",[]],[\"name/622\",[180,48.556]],[\"comment/622\",[]],[\"name/623\",[80,50.607]],[\"comment/623\",[]],[\"name/624\",[91,44.108]],[\"comment/624\",[]],[\"name/625\",[87,44.108]],[\"comment/625\",[]],[\"name/626\",[90,44.108]],[\"comment/626\",[]],[\"name/627\",[88,44.108]],[\"comment/627\",[]],[\"name/628\",[89,44.108]],[\"comment/628\",[]],[\"name/629\",[86,44.108]],[\"comment/629\",[]],[\"name/630\",[33,41.949]],[\"comment/630\",[]],[\"name/631\",[83,44.108]],[\"comment/631\",[]],[\"name/632\",[193,46.849]],[\"comment/632\",[]],[\"name/633\",[84,44.108]],[\"comment/633\",[]],[\"name/634\",[85,44.108]],[\"comment/634\",[]],[\"name/635\",[37,41.949]],[\"comment/635\",[]]],\"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\":{},\"189\":{},\"191\":{},\"198\":{},\"201\":{},\"203\":{},\"205\":{},\"209\":{},\"213\":{},\"215\":{},\"218\":{},\"220\":{},\"222\":{},\"226\":{},\"228\":{},\"231\":{},\"270\":{},\"284\":{},\"289\":{},\"291\":{},\"300\":{},\"303\":{},\"317\":{},\"320\":{},\"323\":{}},\"comment\":{}}],[\"_initauth\",{\"_index\":174,\"name\":{\"285\":{}},\"comment\":{}}],[\"absoluteduration\",{\"_index\":62,\"name\":{\"69\":{}},\"comment\":{}}],[\"access\",{\"_index\":176,\"name\":{\"286\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":185,\"name\":{\"298\":{},\"311\":{}},\"comment\":{}}],[\"accesstokenerror\",{\"_index\":211,\"name\":{\"355\":{},\"408\":{},\"511\":{},\"581\":{}},\"comment\":{}}],[\"accesstokenerrorcode\",{\"_index\":204,\"name\":{\"348\":{},\"407\":{},\"510\":{},\"580\":{}},\"comment\":{}}],[\"accesstokenexpiresat\",{\"_index\":190,\"name\":{\"313\":{}},\"comment\":{}}],[\"accesstokenrequest\",{\"_index\":181,\"name\":{\"292\":{},\"444\":{},\"547\":{},\"572\":{},\"617\":{}},\"comment\":{}}],[\"accesstokenscope\",{\"_index\":189,\"name\":{\"312\":{}},\"comment\":{}}],[\"aftercallback\",{\"_index\":98,\"name\":{\"117\":{},\"123\":{},\"422\":{},\"467\":{},\"525\":{},\"595\":{}},\"comment\":{}}],[\"aftercallbackapproute\",{\"_index\":100,\"name\":{\"120\":{},\"424\":{},\"469\":{},\"527\":{},\"597\":{}},\"comment\":{}}],[\"aftercallbackpageroute\",{\"_index\":99,\"name\":{\"118\":{},\"423\":{},\"468\":{},\"526\":{},\"596\":{}},\"comment\":{}}],[\"afterrefetch\",{\"_index\":121,\"name\":{\"161\":{},\"169\":{},\"425\":{},\"479\":{},\"528\":{},\"598\":{}},\"comment\":{}}],[\"afterrefetchapproute\",{\"_index\":123,\"name\":{\"164\":{},\"427\":{},\"481\":{},\"530\":{},\"600\":{}},\"comment\":{}}],[\"afterrefetchpageroute\",{\"_index\":122,\"name\":{\"162\":{},\"426\":{},\"480\":{},\"529\":{},\"599\":{}},\"comment\":{}}],[\"afterrefresh\",{\"_index\":178,\"name\":{\"287\":{},\"295\":{},\"447\":{},\"550\":{},\"574\":{},\"620\":{}},\"comment\":{}}],[\"afterrefreshapproute\",{\"_index\":180,\"name\":{\"290\":{},\"449\":{},\"552\":{},\"576\":{},\"622\":{}},\"comment\":{}}],[\"afterrefreshpageroute\",{\"_index\":179,\"name\":{\"288\":{},\"448\":{},\"551\":{},\"575\":{},\"621\":{}},\"comment\":{}}],[\"api\",{\"_index\":144,\"name\":{\"196\":{},\"233\":{},\"240\":{}},\"comment\":{}}],[\"approutehandlerfn\",{\"_index\":132,\"name\":{\"177\":{},\"200\":{},\"441\":{},\"490\":{},\"544\":{},\"614\":{}},\"comment\":{}}],[\"approutehandlerfncontext\",{\"_index\":130,\"name\":{\"174\":{},\"197\":{},\"430\":{},\"486\":{},\"533\":{},\"603\":{}},\"comment\":{}}],[\"approuterhandler\",{\"_index\":137,\"name\":{\"186\":{},\"431\":{},\"488\":{},\"534\":{},\"604\":{}},\"comment\":{}}],[\"approuteronerror\",{\"_index\":96,\"name\":{\"114\":{},\"428\":{},\"484\":{},\"531\":{},\"601\":{}},\"comment\":{}}],[\"approuterpageroute\",{\"_index\":152,\"name\":{\"219\":{},\"434\":{},\"499\":{},\"537\":{},\"607\":{}},\"comment\":{}}],[\"approuterpagerouteopts\",{\"_index\":150,\"name\":{\"214\":{},\"433\":{},\"498\":{},\"536\":{},\"606\":{}},\"comment\":{}}],[\"auth\",{\"_index\":26,\"name\":{\"26\":{},\"196\":{},\"207\":{},\"210\":{}},\"comment\":{}}],[\"auth0logout\",{\"_index\":38,\"name\":{\"41\":{}},\"comment\":{}}],[\"auth0nextapirequest\",{\"_index\":217,\"name\":{\"502\":{}},\"comment\":{}}],[\"auth0nextapiresponse\",{\"_index\":218,\"name\":{\"503\":{}},\"comment\":{}}],[\"auth0nextrequest\",{\"_index\":219,\"name\":{\"504\":{}},\"comment\":{}}],[\"auth0nextrequestcookies\",{\"_index\":221,\"name\":{\"506\":{}},\"comment\":{}}],[\"auth0nextresponse\",{\"_index\":220,\"name\":{\"505\":{}},\"comment\":{}}],[\"auth0nextresponsecookies\",{\"_index\":222,\"name\":{\"507\":{}},\"comment\":{}}],[\"auth0server\",{\"_index\":172,\"name\":{\"268\":{},\"326\":{},\"405\":{}},\"comment\":{}}],[\"autherror\",{\"_index\":201,\"name\":{\"342\":{},\"406\":{},\"509\":{},\"579\":{}},\"comment\":{}}],[\"authhandler\",{\"_index\":135,\"name\":{\"183\":{}},\"comment\":{}}],[\"authorizationparameters\",{\"_index\":73,\"name\":{\"80\":{}},\"comment\":{}}],[\"authorizationparams\",{\"_index\":39,\"name\":{\"42\":{},\"126\":{},\"139\":{},\"146\":{},\"296\":{}},\"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\":213,\"name\":{\"367\":{},\"410\":{},\"513\":{},\"583\":{}},\"comment\":{}}],[\"callbackoptions\",{\"_index\":101,\"name\":{\"122\":{},\"421\":{},\"466\":{},\"524\":{},\"594\":{}},\"comment\":{}}],[\"callbackoptionsprovider\",{\"_index\":103,\"name\":{\"127\":{}},\"comment\":{}}],[\"cause\",{\"_index\":203,\"name\":{\"346\":{},\"359\":{},\"365\":{},\"372\":{},\"379\":{},\"386\":{},\"393\":{}},\"comment\":{}}],[\"checksession\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"claims\",{\"_index\":187,\"name\":{\"306\":{},\"446\":{},\"549\":{},\"569\":{},\"619\":{}},\"comment\":{}}],[\"clearcookie\",{\"_index\":169,\"name\":{\"259\":{},\"264\":{}},\"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\":202,\"name\":{\"344\":{},\"357\":{},\"363\":{},\"368\":{},\"370\":{},\"375\":{},\"377\":{},\"382\":{},\"384\":{},\"389\":{},\"391\":{}},\"comment\":{}}],[\"config\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"configparameters\",{\"_index\":80,\"name\":{\"92\":{},\"450\":{},\"553\":{},\"623\":{}},\"comment\":{}}],[\"connection\",{\"_index\":108,\"name\":{\"140\":{}},\"comment\":{}}],[\"connection_scope\",{\"_index\":109,\"name\":{\"141\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":18,\"name\":{\"19\":{},\"235\":{},\"242\":{},\"246\":{},\"250\":{},\"257\":{},\"262\":{},\"308\":{},\"343\":{},\"356\":{},\"362\":{},\"369\":{},\"376\":{},\"383\":{},\"390\":{}},\"comment\":{}}],[\"cookie\",{\"_index\":65,\"name\":{\"72\":{}},\"comment\":{}}],[\"cookieconfig\",{\"_index\":66,\"name\":{\"73\":{}},\"comment\":{}}],[\"cookies\",{\"_index\":167,\"name\":{\"244\":{},\"255\":{}},\"comment\":{}}],[\"default\",{\"_index\":23,\"name\":{\"25\":{},\"234\":{},\"241\":{},\"245\":{},\"249\":{},\"256\":{},\"261\":{},\"307\":{},\"396\":{}},\"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\":208,\"name\":{\"352\":{}},\"comment\":{}}],[\"failed_refresh_grant\",{\"_index\":210,\"name\":{\"354\":{}},\"comment\":{}}],[\"generatesessioncookie\",{\"_index\":142,\"name\":{\"195\":{}},\"comment\":{}}],[\"generatesessioncookieconfig\",{\"_index\":141,\"name\":{\"194\":{}},\"comment\":{}}],[\"genid\",{\"_index\":59,\"name\":{\"65\":{}},\"comment\":{}}],[\"getaccesstoken\",{\"_index\":85,\"name\":{\"99\":{},\"274\":{},\"299\":{},\"330\":{},\"461\":{},\"564\":{},\"571\":{},\"634\":{}},\"comment\":{}}],[\"getaccesstokenresult\",{\"_index\":184,\"name\":{\"297\":{},\"445\":{},\"548\":{},\"573\":{},\"618\":{}},\"comment\":{}}],[\"getbody\",{\"_index\":163,\"name\":{\"238\":{},\"253\":{}},\"comment\":{}}],[\"getcookies\",{\"_index\":164,\"name\":{\"239\":{},\"247\":{},\"254\":{}},\"comment\":{}}],[\"gethandler\",{\"_index\":139,\"name\":{\"190\":{}},\"comment\":{}}],[\"getloginstate\",{\"_index\":46,\"name\":{\"49\":{},\"132\":{},\"148\":{},\"417\":{},\"472\":{},\"520\":{},\"590\":{}},\"comment\":{}}],[\"getloginstateapproute\",{\"_index\":107,\"name\":{\"136\":{},\"419\":{},\"474\":{},\"522\":{},\"592\":{}},\"comment\":{}}],[\"getloginstatepageroute\",{\"_index\":106,\"name\":{\"133\":{},\"418\":{},\"473\":{},\"521\":{},\"591\":{}},\"comment\":{}}],[\"getmethod\",{\"_index\":162,\"name\":{\"237\":{},\"252\":{}},\"comment\":{}}],[\"getserversideprops\",{\"_index\":154,\"name\":{\"223\":{}},\"comment\":{}}],[\"getserversidepropsresultwithsession\",{\"_index\":148,\"name\":{\"211\":{},\"437\":{},\"493\":{},\"540\":{},\"610\":{}},\"comment\":{}}],[\"getsession\",{\"_index\":83,\"name\":{\"97\":{},\"272\":{},\"302\":{},\"327\":{},\"458\":{},\"561\":{},\"570\":{},\"631\":{}},\"comment\":{}}],[\"geturl\",{\"_index\":161,\"name\":{\"236\":{},\"251\":{}},\"comment\":{}}],[\"handleauth\",{\"_index\":91,\"name\":{\"106\":{},\"110\":{},\"281\":{},\"337\":{},\"451\":{},\"483\":{},\"554\":{},\"624\":{}},\"comment\":{}}],[\"handlecallback\",{\"_index\":89,\"name\":{\"104\":{},\"128\":{},\"279\":{},\"332\":{},\"455\":{},\"465\":{},\"558\":{},\"628\":{}},\"comment\":{}}],[\"handlelogin\",{\"_index\":87,\"name\":{\"102\":{},\"150\":{},\"277\":{},\"331\":{},\"452\":{},\"470\":{},\"555\":{},\"625\":{}},\"comment\":{}}],[\"handlelogout\",{\"_index\":88,\"name\":{\"103\":{},\"158\":{},\"278\":{},\"333\":{},\"454\":{},\"475\":{},\"557\":{},\"627\":{}},\"comment\":{}}],[\"handleprofile\",{\"_index\":90,\"name\":{\"105\":{},\"171\":{},\"280\":{},\"334\":{},\"453\":{},\"477\":{},\"556\":{},\"626\":{}},\"comment\":{}}],[\"handler\",{\"_index\":138,\"name\":{\"188\":{}},\"comment\":{}}],[\"handlererror\",{\"_index\":212,\"name\":{\"361\":{},\"409\":{},\"512\":{},\"582\":{}},\"comment\":{}}],[\"handlers\",{\"_index\":94,\"name\":{\"109\":{},\"130\":{},\"414\":{},\"482\":{},\"517\":{},\"587\":{}},\"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\":{},\"192\":{}},\"comment\":{}}],[\"helpers/testing\",{\"_index\":140,\"name\":{\"193\":{}},\"comment\":{}}],[\"helpers/with\",{\"_index\":143,\"name\":{\"196\":{},\"207\":{},\"210\":{}},\"comment\":{}}],[\"http\",{\"_index\":170,\"name\":{\"266\":{}},\"comment\":{}}],[\"http/auth0\",{\"_index\":158,\"name\":{\"233\":{},\"240\":{},\"244\":{},\"248\":{},\"255\":{},\"260\":{}},\"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\":188,\"name\":{\"310\":{}},\"comment\":{}}],[\"idtokensigningalg\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"index\",{\"_index\":171,\"name\":{\"267\":{}},\"comment\":{}}],[\"init\",{\"_index\":173,\"name\":{\"282\":{}},\"comment\":{}}],[\"initauth0\",{\"_index\":82,\"name\":{\"94\":{},\"96\":{},\"269\":{},\"271\":{},\"283\":{}},\"comment\":{}}],[\"insufficient_scope\",{\"_index\":209,\"name\":{\"353\":{}},\"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\":214,\"name\":{\"374\":{},\"411\":{},\"514\":{},\"584\":{}},\"comment\":{}}],[\"loginoptions\",{\"_index\":112,\"name\":{\"145\":{},\"415\":{},\"471\":{},\"518\":{},\"588\":{}},\"comment\":{}}],[\"loginoptionsprovider\",{\"_index\":113,\"name\":{\"149\":{}},\"comment\":{}}],[\"logouthandler\",{\"_index\":119,\"name\":{\"159\":{}},\"comment\":{}}],[\"logouthandlererror\",{\"_index\":215,\"name\":{\"381\":{},\"412\":{},\"515\":{},\"585\":{}},\"comment\":{}}],[\"logoutoptions\",{\"_index\":116,\"name\":{\"153\":{},\"416\":{},\"476\":{},\"519\":{},\"589\":{}},\"comment\":{}}],[\"logoutoptionsprovider\",{\"_index\":118,\"name\":{\"157\":{}},\"comment\":{}}],[\"logoutparams\",{\"_index\":117,\"name\":{\"155\":{}},\"comment\":{}}],[\"middleware\",{\"_index\":147,\"name\":{\"207\":{}},\"comment\":{}}],[\"missing_access_token\",{\"_index\":206,\"name\":{\"350\":{}},\"comment\":{}}],[\"missing_refresh_token\",{\"_index\":207,\"name\":{\"351\":{}},\"comment\":{}}],[\"missing_session\",{\"_index\":205,\"name\":{\"349\":{}},\"comment\":{}}],[\"name\",{\"_index\":6,\"name\":{\"5\":{},\"63\":{},\"324\":{},\"345\":{},\"358\":{},\"364\":{},\"371\":{},\"378\":{},\"385\":{},\"392\":{}},\"comment\":{}}],[\"next\",{\"_index\":159,\"name\":{\"233\":{},\"240\":{},\"244\":{},\"248\":{},\"255\":{},\"260\":{}},\"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\":{},\"210\":{}},\"comment\":{}}],[\"pageroute\",{\"_index\":149,\"name\":{\"212\":{},\"440\":{},\"497\":{},\"543\":{},\"613\":{}},\"comment\":{}}],[\"pageroutehandlerfn\",{\"_index\":133,\"name\":{\"179\":{}},\"comment\":{}}],[\"pagerouterhandler\",{\"_index\":136,\"name\":{\"184\":{},\"432\":{},\"487\":{},\"535\":{},\"605\":{}},\"comment\":{}}],[\"pagerouteronerror\",{\"_index\":95,\"name\":{\"112\":{},\"429\":{},\"485\":{},\"532\":{},\"602\":{}},\"comment\":{}}],[\"params\",{\"_index\":131,\"name\":{\"176\":{},\"199\":{},\"216\":{}},\"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\":216,\"name\":{\"388\":{},\"413\":{},\"516\":{},\"586\":{}},\"comment\":{}}],[\"profileoptions\",{\"_index\":124,\"name\":{\"166\":{},\"420\":{},\"478\":{},\"523\":{},\"593\":{}},\"comment\":{}}],[\"profileoptionsprovider\",{\"_index\":126,\"name\":{\"170\":{}},\"comment\":{}}],[\"redirect\",{\"_index\":166,\"name\":{\"243\":{},\"265\":{}},\"comment\":{}}],[\"redirecturi\",{\"_index\":102,\"name\":{\"124\":{}},\"comment\":{}}],[\"refetch\",{\"_index\":125,\"name\":{\"168\":{}},\"comment\":{}}],[\"refresh\",{\"_index\":183,\"name\":{\"294\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":191,\"name\":{\"314\":{}},\"comment\":{}}],[\"request\",{\"_index\":160,\"name\":{\"233\":{},\"244\":{},\"248\":{}},\"comment\":{}}],[\"requesterror\",{\"_index\":17,\"name\":{\"18\":{},\"400\":{}},\"comment\":{}}],[\"required\",{\"_index\":27,\"name\":{\"26\":{},\"196\":{},\"207\":{},\"210\":{}},\"comment\":{}}],[\"response\",{\"_index\":165,\"name\":{\"240\":{},\"255\":{},\"260\":{}},\"comment\":{}}],[\"response_mode\",{\"_index\":75,\"name\":{\"82\":{}},\"comment\":{}}],[\"response_type\",{\"_index\":76,\"name\":{\"83\":{}},\"comment\":{}}],[\"returnto\",{\"_index\":29,\"name\":{\"28\":{},\"147\":{},\"154\":{},\"224\":{},\"229\":{}},\"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\":182,\"name\":{\"293\":{}},\"comment\":{}}],[\"screen_hint\",{\"_index\":111,\"name\":{\"144\":{}},\"comment\":{}}],[\"searchparams\",{\"_index\":151,\"name\":{\"217\":{}},\"comment\":{}}],[\"secret\",{\"_index\":36,\"name\":{\"39\":{}},\"comment\":{}}],[\"secure\",{\"_index\":71,\"name\":{\"78\":{}},\"comment\":{}}],[\"session\",{\"_index\":37,\"name\":{\"40\":{},\"90\":{},\"301\":{},\"304\":{},\"315\":{},\"318\":{},\"462\":{},\"565\":{},\"568\":{},\"635\":{}},\"comment\":{}}],[\"session/get\",{\"_index\":175,\"name\":{\"286\":{},\"301\":{}},\"comment\":{}}],[\"session/session\",{\"_index\":186,\"name\":{\"305\":{}},\"comment\":{}}],[\"session/touch\",{\"_index\":192,\"name\":{\"315\":{}},\"comment\":{}}],[\"session/update\",{\"_index\":194,\"name\":{\"318\":{}},\"comment\":{}}],[\"sessionconfig\",{\"_index\":57,\"name\":{\"62\":{}},\"comment\":{}}],[\"sessionstore\",{\"_index\":198,\"name\":{\"339\":{},\"463\":{},\"566\":{}},\"comment\":{}}],[\"sessionstorepayload\",{\"_index\":199,\"name\":{\"340\":{},\"464\":{},\"567\":{}},\"comment\":{}}],[\"setcookie\",{\"_index\":168,\"name\":{\"258\":{},\"263\":{}},\"comment\":{}}],[\"shared\",{\"_index\":195,\"name\":{\"321\":{}},\"comment\":{}}],[\"status\",{\"_index\":19,\"name\":{\"20\":{},\"347\":{},\"360\":{},\"366\":{},\"373\":{},\"380\":{},\"387\":{},\"394\":{}},\"comment\":{}}],[\"store\",{\"_index\":58,\"name\":{\"64\":{}},\"comment\":{}}],[\"storeidtoken\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"sub\",{\"_index\":9,\"name\":{\"8\":{}},\"comment\":{}}],[\"telemetry\",{\"_index\":196,\"name\":{\"322\":{},\"404\":{},\"508\":{}},\"comment\":{}}],[\"token\",{\"_index\":177,\"name\":{\"286\":{}},\"comment\":{}}],[\"touchsession\",{\"_index\":193,\"name\":{\"316\":{},\"328\":{},\"459\":{},\"562\":{},\"577\":{},\"632\":{}},\"comment\":{}}],[\"transient\",{\"_index\":69,\"name\":{\"76\":{}},\"comment\":{}}],[\"updated_at\",{\"_index\":10,\"name\":{\"9\":{}},\"comment\":{}}],[\"updatesession\",{\"_index\":84,\"name\":{\"98\":{},\"273\":{},\"319\":{},\"329\":{},\"460\":{},\"563\":{},\"578\":{},\"633\":{}},\"comment\":{}}],[\"user\",{\"_index\":2,\"name\":{\"1\":{},\"13\":{},\"34\":{},\"309\":{}},\"comment\":{}}],[\"usercontext\",{\"_index\":12,\"name\":{\"11\":{}},\"comment\":{}}],[\"userprofile\",{\"_index\":3,\"name\":{\"2\":{},\"399\":{}},\"comment\":{}}],[\"userprops\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"userprovider\",{\"_index\":22,\"name\":{\"23\":{},\"397\":{}},\"comment\":{}}],[\"userproviderprops\",{\"_index\":20,\"name\":{\"21\":{},\"398\":{}},\"comment\":{}}],[\"useuser\",{\"_index\":21,\"name\":{\"22\":{},\"401\":{}},\"comment\":{}}],[\"utils/errors\",{\"_index\":200,\"name\":{\"341\":{}},\"comment\":{}}],[\"version\",{\"_index\":197,\"name\":{\"325\":{},\"395\":{}},\"comment\":{}}],[\"withapiauthrequired\",{\"_index\":86,\"name\":{\"100\":{},\"206\":{},\"275\":{},\"335\":{},\"456\":{},\"489\":{},\"559\":{},\"629\":{}},\"comment\":{}}],[\"withapiauthrequiredapproute\",{\"_index\":145,\"name\":{\"202\":{},\"442\":{},\"491\":{},\"545\":{},\"615\":{}},\"comment\":{}}],[\"withapiauthrequiredpageroute\",{\"_index\":146,\"name\":{\"204\":{},\"443\":{},\"492\":{},\"546\":{},\"616\":{}},\"comment\":{}}],[\"withmiddlewareauthrequired\",{\"_index\":92,\"name\":{\"107\":{},\"208\":{},\"338\":{}},\"comment\":{}}],[\"withpageauthrequired\",{\"_index\":33,\"name\":{\"35\":{},\"101\":{},\"232\":{},\"276\":{},\"336\":{},\"402\":{},\"457\":{},\"494\":{},\"560\":{},\"630\":{}},\"comment\":{}}],[\"withpageauthrequiredapprouter\",{\"_index\":157,\"name\":{\"230\":{},\"436\":{},\"501\":{},\"539\":{},\"609\":{}},\"comment\":{}}],[\"withpageauthrequiredapprouteroptions\",{\"_index\":156,\"name\":{\"227\":{},\"439\":{},\"496\":{},\"542\":{},\"612\":{}},\"comment\":{}}],[\"withpageauthrequiredoptions\",{\"_index\":28,\"name\":{\"27\":{},\"403\":{}},\"comment\":{}}],[\"withpageauthrequiredpagerouter\",{\"_index\":155,\"name\":{\"225\":{},\"435\":{},\"500\":{},\"538\":{},\"608\":{}},\"comment\":{}}],[\"withpageauthrequiredpagerouteroptions\",{\"_index\":153,\"name\":{\"221\":{},\"438\":{},\"495\":{},\"541\":{},\"611\":{}},\"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\":1024,\"name\":\"transactionCookie\",\"url\":\"interfaces/config.BaseConfig.html#transactionCookie\",\"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\":\"PageRouterHandler\",\"url\":\"types/handlers_router_helpers.PageRouterHandler.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.PageRouterHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.PageRouterHandler\"},{\"kind\":4194304,\"name\":\"AppRouterHandler\",\"url\":\"types/handlers_router_helpers.AppRouterHandler.html\",\"classes\":\"\",\"parent\":\"handlers/router-helpers\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/handlers_router_helpers.AppRouterHandler.html#__type\",\"classes\":\"\",\"parent\":\"handlers/router-helpers.AppRouterHandler\"},{\"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\":\"WithMiddlewareAuthRequiredOptions\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html#__type\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required.WithMiddlewareAuthRequiredOptions\"},{\"kind\":1024,\"name\":\"middleware\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html#__type.middleware\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required.WithMiddlewareAuthRequiredOptions.__type\"},{\"kind\":1024,\"name\":\"returnTo\",\"url\":\"types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html#__type.returnTo\",\"classes\":\"\",\"parent\":\"helpers/with-middleware-auth-required.WithMiddlewareAuthRequiredOptions.__type\"},{\"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\":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-1\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/edge.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/edge.html#AppRouterHandler\",\"classes\":\"\",\"parent\":\"edge\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/edge.html#PageRouterHandler\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/handlers.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/handlers.html#PageRouterHandler\",\"classes\":\"\",\"parent\":\"handlers\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/handlers.html#AppRouterHandler\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/index.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/index.html#AppRouterHandler\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/index.html#PageRouterHandler\",\"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\":\"AppRouteHandlerFnContext\",\"url\":\"modules/shared.html#AppRouteHandlerFnContext\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"AppRouterHandler\",\"url\":\"modules/shared.html#AppRouterHandler\",\"classes\":\"\",\"parent\":\"shared\"},{\"kind\":8388608,\"name\":\"PageRouterHandler\",\"url\":\"modules/shared.html#PageRouterHandler\",\"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.902]],[\"comment/0\",[]],[\"name/1\",[1,44.333,2,36.295]],[\"comment/1\",[]],[\"name/2\",[3,56.684]],[\"comment/2\",[]],[\"name/3\",[4,61.902]],[\"comment/3\",[]],[\"name/4\",[5,61.902]],[\"comment/4\",[]],[\"name/5\",[6,42.022]],[\"comment/5\",[]],[\"name/6\",[7,61.902]],[\"comment/6\",[]],[\"name/7\",[8,61.902]],[\"comment/7\",[]],[\"name/8\",[9,61.902]],[\"comment/8\",[]],[\"name/9\",[10,61.902]],[\"comment/9\",[]],[\"name/10\",[11,61.902]],[\"comment/10\",[]],[\"name/11\",[12,61.902]],[\"comment/11\",[]],[\"name/12\",[13,25.012]],[\"comment/12\",[]],[\"name/13\",[2,50.679]],[\"comment/13\",[]],[\"name/14\",[14,61.902]],[\"comment/14\",[]],[\"name/15\",[15,61.902]],[\"comment/15\",[]],[\"name/16\",[16,61.902]],[\"comment/16\",[]],[\"name/17\",[13,25.012]],[\"comment/17\",[]],[\"name/18\",[17,56.684]],[\"comment/18\",[]],[\"name/19\",[18,38.043]],[\"comment/19\",[]],[\"name/20\",[19,44.181]],[\"comment/20\",[]],[\"name/21\",[20,56.684]],[\"comment/21\",[]],[\"name/22\",[21,56.684]],[\"comment/22\",[]],[\"name/23\",[22,56.684]],[\"comment/23\",[]],[\"name/24\",[13,25.012]],[\"comment/24\",[]],[\"name/25\",[23,43.045]],[\"comment/25\",[]],[\"name/26\",[24,28.28,25,25.896,26,23.152,27,23.152]],[\"comment/26\",[]],[\"name/27\",[28,56.684]],[\"comment/27\",[]],[\"name/28\",[29,46.922]],[\"comment/28\",[]],[\"name/29\",[30,61.902]],[\"comment/29\",[]],[\"name/30\",[13,25.012]],[\"comment/30\",[]],[\"name/31\",[31,61.902]],[\"comment/31\",[]],[\"name/32\",[13,25.012]],[\"comment/32\",[]],[\"name/33\",[32,61.902]],[\"comment/33\",[]],[\"name/34\",[2,50.679]],[\"comment/34\",[]],[\"name/35\",[33,42.022]],[\"comment/35\",[]],[\"name/36\",[13,25.012]],[\"comment/36\",[]],[\"name/37\",[34,61.902]],[\"comment/37\",[]],[\"name/38\",[35,61.902]],[\"comment/38\",[]],[\"name/39\",[36,61.902]],[\"comment/39\",[]],[\"name/40\",[37,42.022]],[\"comment/40\",[]],[\"name/41\",[38,61.902]],[\"comment/41\",[]],[\"name/42\",[39,48.628]],[\"comment/42\",[]],[\"name/43\",[40,61.902]],[\"comment/43\",[]],[\"name/44\",[41,61.902]],[\"comment/44\",[]],[\"name/45\",[42,61.902]],[\"comment/45\",[]],[\"name/46\",[43,61.902]],[\"comment/46\",[]],[\"name/47\",[44,61.902]],[\"comment/47\",[]],[\"name/48\",[45,61.902]],[\"comment/48\",[]],[\"name/49\",[46,45.46]],[\"comment/49\",[]],[\"name/50\",[13,25.012]],[\"comment/50\",[]],[\"name/51\",[47,56.684]],[\"comment/51\",[]],[\"name/52\",[48,61.902]],[\"comment/52\",[]],[\"name/53\",[49,61.902]],[\"comment/53\",[]],[\"name/54\",[50,61.902]],[\"comment/54\",[]],[\"name/55\",[51,61.902]],[\"comment/55\",[]],[\"name/56\",[52,56.684]],[\"comment/56\",[]],[\"name/57\",[13,25.012]],[\"comment/57\",[]],[\"name/58\",[53,61.902]],[\"comment/58\",[]],[\"name/59\",[54,56.684]],[\"comment/59\",[]],[\"name/60\",[55,61.902]],[\"comment/60\",[]],[\"name/61\",[56,61.902]],[\"comment/61\",[]],[\"name/62\",[57,61.902]],[\"comment/62\",[]],[\"name/63\",[58,61.902]],[\"comment/63\",[]],[\"name/64\",[6,42.022]],[\"comment/64\",[]],[\"name/65\",[59,61.902]],[\"comment/65\",[]],[\"name/66\",[60,61.902]],[\"comment/66\",[]],[\"name/67\",[13,25.012]],[\"comment/67\",[]],[\"name/68\",[61,61.902]],[\"comment/68\",[]],[\"name/69\",[62,61.902]],[\"comment/69\",[]],[\"name/70\",[63,61.902]],[\"comment/70\",[]],[\"name/71\",[64,61.902]],[\"comment/71\",[]],[\"name/72\",[65,61.902]],[\"comment/72\",[]],[\"name/73\",[66,61.902]],[\"comment/73\",[]],[\"name/74\",[67,61.902]],[\"comment/74\",[]],[\"name/75\",[68,61.902]],[\"comment/75\",[]],[\"name/76\",[69,61.902]],[\"comment/76\",[]],[\"name/77\",[70,61.902]],[\"comment/77\",[]],[\"name/78\",[71,61.902]],[\"comment/78\",[]],[\"name/79\",[72,61.902]],[\"comment/79\",[]],[\"name/80\",[73,61.902]],[\"comment/80\",[]],[\"name/81\",[74,61.902]],[\"comment/81\",[]],[\"name/82\",[75,61.902]],[\"comment/82\",[]],[\"name/83\",[76,61.902]],[\"comment/83\",[]],[\"name/84\",[77,61.902]],[\"comment/84\",[]],[\"name/85\",[78,61.902]],[\"comment/85\",[]],[\"name/86\",[79,53.246]],[\"comment/86\",[]],[\"name/87\",[52,56.684]],[\"comment/87\",[]],[\"name/88\",[13,25.012]],[\"comment/88\",[]],[\"name/89\",[54,56.684]],[\"comment/89\",[]],[\"name/90\",[80,61.902]],[\"comment/90\",[]],[\"name/91\",[37,42.022]],[\"comment/91\",[]],[\"name/92\",[47,56.684]],[\"comment/92\",[]],[\"name/93\",[81,50.679]],[\"comment/93\",[]],[\"name/94\",[82,61.902]],[\"comment/94\",[]],[\"name/95\",[83,48.628]],[\"comment/95\",[]],[\"name/96\",[13,25.012]],[\"comment/96\",[]],[\"name/97\",[83,48.628]],[\"comment/97\",[]],[\"name/98\",[84,44.181]],[\"comment/98\",[]],[\"name/99\",[85,44.181]],[\"comment/99\",[]],[\"name/100\",[86,44.181]],[\"comment/100\",[]],[\"name/101\",[87,44.181]],[\"comment/101\",[]],[\"name/102\",[33,42.022]],[\"comment/102\",[]],[\"name/103\",[88,44.181]],[\"comment/103\",[]],[\"name/104\",[89,44.181]],[\"comment/104\",[]],[\"name/105\",[90,44.181]],[\"comment/105\",[]],[\"name/106\",[91,44.181]],[\"comment/106\",[]],[\"name/107\",[92,44.181]],[\"comment/107\",[]],[\"name/108\",[93,53.246]],[\"comment/108\",[]],[\"name/109\",[94,61.902]],[\"comment/109\",[]],[\"name/110\",[95,46.922]],[\"comment/110\",[]],[\"name/111\",[92,44.181]],[\"comment/111\",[]],[\"name/112\",[13,25.012]],[\"comment/112\",[]],[\"name/113\",[96,48.628]],[\"comment/113\",[]],[\"name/114\",[13,25.012]],[\"comment/114\",[]],[\"name/115\",[97,48.628]],[\"comment/115\",[]],[\"name/116\",[13,25.012]],[\"comment/116\",[]],[\"name/117\",[98,61.902]],[\"comment/117\",[]],[\"name/118\",[99,46.922]],[\"comment/118\",[]],[\"name/119\",[100,48.628]],[\"comment/119\",[]],[\"name/120\",[13,25.012]],[\"comment/120\",[]],[\"name/121\",[101,48.628]],[\"comment/121\",[]],[\"name/122\",[13,25.012]],[\"comment/122\",[]],[\"name/123\",[102,48.628]],[\"comment/123\",[]],[\"name/124\",[99,46.922]],[\"comment/124\",[]],[\"name/125\",[103,61.902]],[\"comment/125\",[]],[\"name/126\",[79,53.246]],[\"comment/126\",[]],[\"name/127\",[39,48.628]],[\"comment/127\",[]],[\"name/128\",[104,61.902]],[\"comment/128\",[]],[\"name/129\",[90,44.181]],[\"comment/129\",[]],[\"name/130\",[105,61.902]],[\"comment/130\",[]],[\"name/131\",[95,46.922]],[\"comment/131\",[]],[\"name/132\",[106,61.902]],[\"comment/132\",[]],[\"name/133\",[46,45.46]],[\"comment/133\",[]],[\"name/134\",[107,48.628]],[\"comment/134\",[]],[\"name/135\",[13,25.012]],[\"comment/135\",[]],[\"name/136\",[13,25.012]],[\"comment/136\",[]],[\"name/137\",[108,48.628]],[\"comment/137\",[]],[\"name/138\",[13,25.012]],[\"comment/138\",[]],[\"name/139\",[13,25.012]],[\"comment/139\",[]],[\"name/140\",[39,48.628]],[\"comment/140\",[]],[\"name/141\",[109,61.902]],[\"comment/141\",[]],[\"name/142\",[110,61.902]],[\"comment/142\",[]],[\"name/143\",[111,61.902]],[\"comment/143\",[]],[\"name/144\",[79,53.246]],[\"comment/144\",[]],[\"name/145\",[112,61.902]],[\"comment/145\",[]],[\"name/146\",[113,48.628]],[\"comment/146\",[]],[\"name/147\",[39,48.628]],[\"comment/147\",[]],[\"name/148\",[29,46.922]],[\"comment/148\",[]],[\"name/149\",[46,45.46]],[\"comment/149\",[]],[\"name/150\",[114,61.902]],[\"comment/150\",[]],[\"name/151\",[88,44.181]],[\"comment/151\",[]],[\"name/152\",[115,61.902]],[\"comment/152\",[]],[\"name/153\",[116,61.902]],[\"comment/153\",[]],[\"name/154\",[117,48.628]],[\"comment/154\",[]],[\"name/155\",[29,46.922]],[\"comment/155\",[]],[\"name/156\",[118,61.902]],[\"comment/156\",[]],[\"name/157\",[13,25.012]],[\"comment/157\",[]],[\"name/158\",[119,61.902]],[\"comment/158\",[]],[\"name/159\",[89,44.181]],[\"comment/159\",[]],[\"name/160\",[120,61.902]],[\"comment/160\",[]],[\"name/161\",[121,61.902]],[\"comment/161\",[]],[\"name/162\",[122,46.922]],[\"comment/162\",[]],[\"name/163\",[123,48.628]],[\"comment/163\",[]],[\"name/164\",[13,25.012]],[\"comment/164\",[]],[\"name/165\",[124,48.628]],[\"comment/165\",[]],[\"name/166\",[13,25.012]],[\"comment/166\",[]],[\"name/167\",[125,48.628]],[\"comment/167\",[]],[\"name/168\",[13,25.012]],[\"comment/168\",[]],[\"name/169\",[126,61.902]],[\"comment/169\",[]],[\"name/170\",[122,46.922]],[\"comment/170\",[]],[\"name/171\",[127,61.902]],[\"comment/171\",[]],[\"name/172\",[91,44.181]],[\"comment/172\",[]],[\"name/173\",[128,61.902]],[\"comment/173\",[]],[\"name/174\",[129,44.333,130,40.595]],[\"comment/174\",[]],[\"name/175\",[131,46.922]],[\"comment/175\",[]],[\"name/176\",[13,25.012]],[\"comment/176\",[]],[\"name/177\",[132,53.246]],[\"comment/177\",[]],[\"name/178\",[133,46.922]],[\"comment/178\",[]],[\"name/179\",[13,25.012]],[\"comment/179\",[]],[\"name/180\",[134,61.902]],[\"comment/180\",[]],[\"name/181\",[13,25.012]],[\"comment/181\",[]],[\"name/182\",[135,61.902]],[\"comment/182\",[]],[\"name/183\",[13,25.012]],[\"comment/183\",[]],[\"name/184\",[136,61.902]],[\"comment/184\",[]],[\"name/185\",[137,48.628]],[\"comment/185\",[]],[\"name/186\",[13,25.012]],[\"comment/186\",[]],[\"name/187\",[138,48.628]],[\"comment/187\",[]],[\"name/188\",[13,25.012]],[\"comment/188\",[]],[\"name/189\",[139,61.902]],[\"comment/189\",[]],[\"name/190\",[13,25.012]],[\"comment/190\",[]],[\"name/191\",[140,61.902]],[\"comment/191\",[]],[\"name/192\",[13,25.012]],[\"comment/192\",[]],[\"name/193\",[130,56.684]],[\"comment/193\",[]],[\"name/194\",[141,61.902]],[\"comment/194\",[]],[\"name/195\",[142,61.902]],[\"comment/195\",[]],[\"name/196\",[143,61.902]],[\"comment/196\",[]],[\"name/197\",[26,23.152,27,23.152,144,24.325,145,24.325]],[\"comment/197\",[]],[\"name/198\",[131,46.922]],[\"comment/198\",[]],[\"name/199\",[13,25.012]],[\"comment/199\",[]],[\"name/200\",[132,53.246]],[\"comment/200\",[]],[\"name/201\",[133,46.922]],[\"comment/201\",[]],[\"name/202\",[13,25.012]],[\"comment/202\",[]],[\"name/203\",[146,48.628]],[\"comment/203\",[]],[\"name/204\",[13,25.012]],[\"comment/204\",[]],[\"name/205\",[147,48.628]],[\"comment/205\",[]],[\"name/206\",[13,25.012]],[\"comment/206\",[]],[\"name/207\",[87,44.181]],[\"comment/207\",[]],[\"name/208\",[26,23.152,27,23.152,144,24.325,148,25.896]],[\"comment/208\",[]],[\"name/209\",[149,61.902]],[\"comment/209\",[]],[\"name/210\",[13,25.012]],[\"comment/210\",[]],[\"name/211\",[148,56.684]],[\"comment/211\",[]],[\"name/212\",[29,46.922]],[\"comment/212\",[]],[\"name/213\",[93,53.246]],[\"comment/213\",[]],[\"name/214\",[13,25.012]],[\"comment/214\",[]],[\"name/215\",[25,25.896,26,23.152,27,23.152,144,24.325]],[\"comment/215\",[]],[\"name/216\",[150,48.628]],[\"comment/216\",[]],[\"name/217\",[151,48.628]],[\"comment/217\",[]],[\"name/218\",[13,25.012]],[\"comment/218\",[]],[\"name/219\",[152,48.628]],[\"comment/219\",[]],[\"name/220\",[13,25.012]],[\"comment/220\",[]],[\"name/221\",[132,53.246]],[\"comment/221\",[]],[\"name/222\",[153,61.902]],[\"comment/222\",[]],[\"name/223\",[13,25.012]],[\"comment/223\",[]],[\"name/224\",[154,48.628]],[\"comment/224\",[]],[\"name/225\",[13,25.012]],[\"comment/225\",[]],[\"name/226\",[155,48.628]],[\"comment/226\",[]],[\"name/227\",[13,25.012]],[\"comment/227\",[]],[\"name/228\",[156,61.902]],[\"comment/228\",[]],[\"name/229\",[29,46.922]],[\"comment/229\",[]],[\"name/230\",[157,48.628]],[\"comment/230\",[]],[\"name/231\",[13,25.012]],[\"comment/231\",[]],[\"name/232\",[158,48.628]],[\"comment/232\",[]],[\"name/233\",[13,25.012]],[\"comment/233\",[]],[\"name/234\",[29,46.922]],[\"comment/234\",[]],[\"name/235\",[159,48.628]],[\"comment/235\",[]],[\"name/236\",[13,25.012]],[\"comment/236\",[]],[\"name/237\",[33,42.022]],[\"comment/237\",[]],[\"name/238\",[145,24.325,160,21.436,161,21.436,162,24.325]],[\"comment/238\",[]],[\"name/239\",[23,43.045]],[\"comment/239\",[]],[\"name/240\",[18,38.043]],[\"comment/240\",[]],[\"name/241\",[163,56.684]],[\"comment/241\",[]],[\"name/242\",[164,56.684]],[\"comment/242\",[]],[\"name/243\",[165,56.684]],[\"comment/243\",[]],[\"name/244\",[166,53.246]],[\"comment/244\",[]],[\"name/245\",[145,24.325,160,21.436,161,21.436,167,24.325]],[\"comment/245\",[]],[\"name/246\",[23,43.045]],[\"comment/246\",[]],[\"name/247\",[18,38.043]],[\"comment/247\",[]],[\"name/248\",[168,56.684]],[\"comment/248\",[]],[\"name/249\",[160,21.436,161,21.436,162,24.325,169,25.896]],[\"comment/249\",[]],[\"name/250\",[23,43.045]],[\"comment/250\",[]],[\"name/251\",[18,38.043]],[\"comment/251\",[]],[\"name/252\",[166,53.246]],[\"comment/252\",[]],[\"name/253\",[160,26.175,161,26.175,162,29.703]],[\"comment/253\",[]],[\"name/254\",[23,43.045]],[\"comment/254\",[]],[\"name/255\",[18,38.043]],[\"comment/255\",[]],[\"name/256\",[163,56.684]],[\"comment/256\",[]],[\"name/257\",[164,56.684]],[\"comment/257\",[]],[\"name/258\",[165,56.684]],[\"comment/258\",[]],[\"name/259\",[166,53.246]],[\"comment/259\",[]],[\"name/260\",[160,21.436,161,21.436,167,24.325,169,25.896]],[\"comment/260\",[]],[\"name/261\",[23,43.045]],[\"comment/261\",[]],[\"name/262\",[18,38.043]],[\"comment/262\",[]],[\"name/263\",[170,56.684]],[\"comment/263\",[]],[\"name/264\",[171,56.684]],[\"comment/264\",[]],[\"name/265\",[160,26.175,161,26.175,167,29.703]],[\"comment/265\",[]],[\"name/266\",[23,43.045]],[\"comment/266\",[]],[\"name/267\",[18,38.043]],[\"comment/267\",[]],[\"name/268\",[170,56.684]],[\"comment/268\",[]],[\"name/269\",[171,56.684]],[\"comment/269\",[]],[\"name/270\",[168,56.684]],[\"comment/270\",[]],[\"name/271\",[172,61.902]],[\"comment/271\",[]],[\"name/272\",[173,61.902]],[\"comment/272\",[]],[\"name/273\",[174,53.246]],[\"comment/273\",[]],[\"name/274\",[83,48.628]],[\"comment/274\",[]],[\"name/275\",[13,25.012]],[\"comment/275\",[]],[\"name/276\",[83,48.628]],[\"comment/276\",[]],[\"name/277\",[84,44.181]],[\"comment/277\",[]],[\"name/278\",[85,44.181]],[\"comment/278\",[]],[\"name/279\",[86,44.181]],[\"comment/279\",[]],[\"name/280\",[87,44.181]],[\"comment/280\",[]],[\"name/281\",[33,42.022]],[\"comment/281\",[]],[\"name/282\",[88,44.181]],[\"comment/282\",[]],[\"name/283\",[89,44.181]],[\"comment/283\",[]],[\"name/284\",[90,44.181]],[\"comment/284\",[]],[\"name/285\",[91,44.181]],[\"comment/285\",[]],[\"name/286\",[92,44.181]],[\"comment/286\",[]],[\"name/287\",[175,61.902]],[\"comment/287\",[]],[\"name/288\",[83,48.628]],[\"comment/288\",[]],[\"name/289\",[13,25.012]],[\"comment/289\",[]],[\"name/290\",[176,61.902]],[\"comment/290\",[]],[\"name/291\",[177,31.621,178,34.532,179,34.532]],[\"comment/291\",[]],[\"name/292\",[180,46.922]],[\"comment/292\",[]],[\"name/293\",[181,48.628]],[\"comment/293\",[]],[\"name/294\",[13,25.012]],[\"comment/294\",[]],[\"name/295\",[182,48.628]],[\"comment/295\",[]],[\"name/296\",[13,25.012]],[\"comment/296\",[]],[\"name/297\",[183,48.628]],[\"comment/297\",[]],[\"name/298\",[184,61.902]],[\"comment/298\",[]],[\"name/299\",[185,61.902]],[\"comment/299\",[]],[\"name/300\",[180,46.922]],[\"comment/300\",[]],[\"name/301\",[39,48.628]],[\"comment/301\",[]],[\"name/302\",[186,48.628]],[\"comment/302\",[]],[\"name/303\",[187,56.684]],[\"comment/303\",[]],[\"name/304\",[86,44.181]],[\"comment/304\",[]],[\"name/305\",[13,25.012]],[\"comment/305\",[]],[\"name/306\",[37,30.095,177,40.595]],[\"comment/306\",[]],[\"name/307\",[84,44.181]],[\"comment/307\",[]],[\"name/308\",[13,25.012]],[\"comment/308\",[]],[\"name/309\",[37,42.022]],[\"comment/309\",[]],[\"name/310\",[188,61.902]],[\"comment/310\",[]],[\"name/311\",[189,48.628]],[\"comment/311\",[]],[\"name/312\",[23,43.045]],[\"comment/312\",[]],[\"name/313\",[18,38.043]],[\"comment/313\",[]],[\"name/314\",[2,50.679]],[\"comment/314\",[]],[\"name/315\",[190,61.902]],[\"comment/315\",[]],[\"name/316\",[187,56.684]],[\"comment/316\",[]],[\"name/317\",[191,61.902]],[\"comment/317\",[]],[\"name/318\",[192,61.902]],[\"comment/318\",[]],[\"name/319\",[193,61.902]],[\"comment/319\",[]],[\"name/320\",[37,30.095,194,44.333]],[\"comment/320\",[]],[\"name/321\",[195,46.922]],[\"comment/321\",[]],[\"name/322\",[13,25.012]],[\"comment/322\",[]],[\"name/323\",[37,30.095,196,44.333]],[\"comment/323\",[]],[\"name/324\",[85,44.181]],[\"comment/324\",[]],[\"name/325\",[13,25.012]],[\"comment/325\",[]],[\"name/326\",[197,61.902]],[\"comment/326\",[]],[\"name/327\",[198,53.246]],[\"comment/327\",[]],[\"name/328\",[13,25.012]],[\"comment/328\",[]],[\"name/329\",[6,42.022]],[\"comment/329\",[]],[\"name/330\",[199,56.684]],[\"comment/330\",[]],[\"name/331\",[174,53.246]],[\"comment/331\",[]],[\"name/332\",[84,44.181]],[\"comment/332\",[]],[\"name/333\",[195,46.922]],[\"comment/333\",[]],[\"name/334\",[85,44.181]],[\"comment/334\",[]],[\"name/335\",[86,44.181]],[\"comment/335\",[]],[\"name/336\",[88,44.181]],[\"comment/336\",[]],[\"name/337\",[90,44.181]],[\"comment/337\",[]],[\"name/338\",[89,44.181]],[\"comment/338\",[]],[\"name/339\",[91,44.181]],[\"comment/339\",[]],[\"name/340\",[87,44.181]],[\"comment/340\",[]],[\"name/341\",[33,42.022]],[\"comment/341\",[]],[\"name/342\",[92,44.181]],[\"comment/342\",[]],[\"name/343\",[93,53.246]],[\"comment/343\",[]],[\"name/344\",[200,53.246]],[\"comment/344\",[]],[\"name/345\",[201,53.246]],[\"comment/345\",[]],[\"name/346\",[202,61.902]],[\"comment/346\",[]],[\"name/347\",[203,50.679]],[\"comment/347\",[]],[\"name/348\",[18,38.043]],[\"comment/348\",[]],[\"name/349\",[204,41.093]],[\"comment/349\",[]],[\"name/350\",[6,42.022]],[\"comment/350\",[]],[\"name/351\",[205,45.46]],[\"comment/351\",[]],[\"name/352\",[19,44.181]],[\"comment/352\",[]],[\"name/353\",[206,50.679]],[\"comment/353\",[]],[\"name/354\",[207,61.902]],[\"comment/354\",[]],[\"name/355\",[208,61.902]],[\"comment/355\",[]],[\"name/356\",[209,61.902]],[\"comment/356\",[]],[\"name/357\",[210,61.902]],[\"comment/357\",[]],[\"name/358\",[211,61.902]],[\"comment/358\",[]],[\"name/359\",[212,61.902]],[\"comment/359\",[]],[\"name/360\",[213,50.679]],[\"comment/360\",[]],[\"name/361\",[18,38.043]],[\"comment/361\",[]],[\"name/362\",[204,41.093]],[\"comment/362\",[]],[\"name/363\",[6,42.022]],[\"comment/363\",[]],[\"name/364\",[205,45.46]],[\"comment/364\",[]],[\"name/365\",[19,44.181]],[\"comment/365\",[]],[\"name/366\",[214,50.679]],[\"comment/366\",[]],[\"name/367\",[18,38.043]],[\"comment/367\",[]],[\"name/368\",[204,41.093]],[\"comment/368\",[]],[\"name/369\",[6,42.022]],[\"comment/369\",[]],[\"name/370\",[205,45.46]],[\"comment/370\",[]],[\"name/371\",[19,44.181]],[\"comment/371\",[]],[\"name/372\",[215,50.679]],[\"comment/372\",[]],[\"name/373\",[204,41.093]],[\"comment/373\",[]],[\"name/374\",[18,38.043]],[\"comment/374\",[]],[\"name/375\",[204,41.093]],[\"comment/375\",[]],[\"name/376\",[6,42.022]],[\"comment/376\",[]],[\"name/377\",[205,45.46]],[\"comment/377\",[]],[\"name/378\",[19,44.181]],[\"comment/378\",[]],[\"name/379\",[216,50.679]],[\"comment/379\",[]],[\"name/380\",[204,41.093]],[\"comment/380\",[]],[\"name/381\",[18,38.043]],[\"comment/381\",[]],[\"name/382\",[204,41.093]],[\"comment/382\",[]],[\"name/383\",[6,42.022]],[\"comment/383\",[]],[\"name/384\",[205,45.46]],[\"comment/384\",[]],[\"name/385\",[19,44.181]],[\"comment/385\",[]],[\"name/386\",[217,50.679]],[\"comment/386\",[]],[\"name/387\",[204,41.093]],[\"comment/387\",[]],[\"name/388\",[18,38.043]],[\"comment/388\",[]],[\"name/389\",[204,41.093]],[\"comment/389\",[]],[\"name/390\",[6,42.022]],[\"comment/390\",[]],[\"name/391\",[205,45.46]],[\"comment/391\",[]],[\"name/392\",[19,44.181]],[\"comment/392\",[]],[\"name/393\",[218,50.679]],[\"comment/393\",[]],[\"name/394\",[204,41.093]],[\"comment/394\",[]],[\"name/395\",[18,38.043]],[\"comment/395\",[]],[\"name/396\",[204,41.093]],[\"comment/396\",[]],[\"name/397\",[6,42.022]],[\"comment/397\",[]],[\"name/398\",[205,45.46]],[\"comment/398\",[]],[\"name/399\",[19,44.181]],[\"comment/399\",[]],[\"name/400\",[199,56.684]],[\"comment/400\",[]],[\"name/401\",[23,43.045]],[\"comment/401\",[]],[\"name/402\",[22,56.684]],[\"comment/402\",[]],[\"name/403\",[20,56.684]],[\"comment/403\",[]],[\"name/404\",[3,56.684]],[\"comment/404\",[]],[\"name/405\",[17,56.684]],[\"comment/405\",[]],[\"name/406\",[21,56.684]],[\"comment/406\",[]],[\"name/407\",[33,42.022]],[\"comment/407\",[]],[\"name/408\",[28,56.684]],[\"comment/408\",[]],[\"name/409\",[198,53.246]],[\"comment/409\",[]],[\"name/410\",[174,53.246]],[\"comment/410\",[]],[\"name/411\",[203,50.679]],[\"comment/411\",[]],[\"name/412\",[206,50.679]],[\"comment/412\",[]],[\"name/413\",[213,50.679]],[\"comment/413\",[]],[\"name/414\",[214,50.679]],[\"comment/414\",[]],[\"name/415\",[215,50.679]],[\"comment/415\",[]],[\"name/416\",[216,50.679]],[\"comment/416\",[]],[\"name/417\",[217,50.679]],[\"comment/417\",[]],[\"name/418\",[218,50.679]],[\"comment/418\",[]],[\"name/419\",[95,46.922]],[\"comment/419\",[]],[\"name/420\",[113,48.628]],[\"comment/420\",[]],[\"name/421\",[117,48.628]],[\"comment/421\",[]],[\"name/422\",[46,45.46]],[\"comment/422\",[]],[\"name/423\",[107,48.628]],[\"comment/423\",[]],[\"name/424\",[108,48.628]],[\"comment/424\",[]],[\"name/425\",[125,48.628]],[\"comment/425\",[]],[\"name/426\",[102,48.628]],[\"comment/426\",[]],[\"name/427\",[99,46.922]],[\"comment/427\",[]],[\"name/428\",[100,48.628]],[\"comment/428\",[]],[\"name/429\",[101,48.628]],[\"comment/429\",[]],[\"name/430\",[122,46.922]],[\"comment/430\",[]],[\"name/431\",[123,48.628]],[\"comment/431\",[]],[\"name/432\",[124,48.628]],[\"comment/432\",[]],[\"name/433\",[97,48.628]],[\"comment/433\",[]],[\"name/434\",[96,48.628]],[\"comment/434\",[]],[\"name/435\",[131,46.922]],[\"comment/435\",[]],[\"name/436\",[138,48.628]],[\"comment/436\",[]],[\"name/437\",[137,48.628]],[\"comment/437\",[]],[\"name/438\",[152,48.628]],[\"comment/438\",[]],[\"name/439\",[154,48.628]],[\"comment/439\",[]],[\"name/440\",[157,48.628]],[\"comment/440\",[]],[\"name/441\",[159,48.628]],[\"comment/441\",[]],[\"name/442\",[150,48.628]],[\"comment/442\",[]],[\"name/443\",[155,48.628]],[\"comment/443\",[]],[\"name/444\",[158,48.628]],[\"comment/444\",[]],[\"name/445\",[151,48.628]],[\"comment/445\",[]],[\"name/446\",[133,46.922]],[\"comment/446\",[]],[\"name/447\",[146,48.628]],[\"comment/447\",[]],[\"name/448\",[147,48.628]],[\"comment/448\",[]],[\"name/449\",[183,48.628]],[\"comment/449\",[]],[\"name/450\",[186,48.628]],[\"comment/450\",[]],[\"name/451\",[189,48.628]],[\"comment/451\",[]],[\"name/452\",[180,46.922]],[\"comment/452\",[]],[\"name/453\",[181,48.628]],[\"comment/453\",[]],[\"name/454\",[182,48.628]],[\"comment/454\",[]],[\"name/455\",[81,50.679]],[\"comment/455\",[]],[\"name/456\",[92,44.181]],[\"comment/456\",[]],[\"name/457\",[88,44.181]],[\"comment/457\",[]],[\"name/458\",[91,44.181]],[\"comment/458\",[]],[\"name/459\",[89,44.181]],[\"comment/459\",[]],[\"name/460\",[90,44.181]],[\"comment/460\",[]],[\"name/461\",[87,44.181]],[\"comment/461\",[]],[\"name/462\",[33,42.022]],[\"comment/462\",[]],[\"name/463\",[84,44.181]],[\"comment/463\",[]],[\"name/464\",[195,46.922]],[\"comment/464\",[]],[\"name/465\",[85,44.181]],[\"comment/465\",[]],[\"name/466\",[86,44.181]],[\"comment/466\",[]],[\"name/467\",[37,42.022]],[\"comment/467\",[]],[\"name/468\",[200,53.246]],[\"comment/468\",[]],[\"name/469\",[201,53.246]],[\"comment/469\",[]],[\"name/470\",[90,44.181]],[\"comment/470\",[]],[\"name/471\",[102,48.628]],[\"comment/471\",[]],[\"name/472\",[99,46.922]],[\"comment/472\",[]],[\"name/473\",[100,48.628]],[\"comment/473\",[]],[\"name/474\",[101,48.628]],[\"comment/474\",[]],[\"name/475\",[88,44.181]],[\"comment/475\",[]],[\"name/476\",[113,48.628]],[\"comment/476\",[]],[\"name/477\",[46,45.46]],[\"comment/477\",[]],[\"name/478\",[107,48.628]],[\"comment/478\",[]],[\"name/479\",[108,48.628]],[\"comment/479\",[]],[\"name/480\",[89,44.181]],[\"comment/480\",[]],[\"name/481\",[117,48.628]],[\"comment/481\",[]],[\"name/482\",[91,44.181]],[\"comment/482\",[]],[\"name/483\",[125,48.628]],[\"comment/483\",[]],[\"name/484\",[122,46.922]],[\"comment/484\",[]],[\"name/485\",[123,48.628]],[\"comment/485\",[]],[\"name/486\",[124,48.628]],[\"comment/486\",[]],[\"name/487\",[95,46.922]],[\"comment/487\",[]],[\"name/488\",[92,44.181]],[\"comment/488\",[]],[\"name/489\",[97,48.628]],[\"comment/489\",[]],[\"name/490\",[96,48.628]],[\"comment/490\",[]],[\"name/491\",[131,46.922]],[\"comment/491\",[]],[\"name/492\",[137,48.628]],[\"comment/492\",[]],[\"name/493\",[138,48.628]],[\"comment/493\",[]],[\"name/494\",[87,44.181]],[\"comment/494\",[]],[\"name/495\",[133,46.922]],[\"comment/495\",[]],[\"name/496\",[146,48.628]],[\"comment/496\",[]],[\"name/497\",[147,48.628]],[\"comment/497\",[]],[\"name/498\",[150,48.628]],[\"comment/498\",[]],[\"name/499\",[33,42.022]],[\"comment/499\",[]],[\"name/500\",[155,48.628]],[\"comment/500\",[]],[\"name/501\",[158,48.628]],[\"comment/501\",[]],[\"name/502\",[151,48.628]],[\"comment/502\",[]],[\"name/503\",[152,48.628]],[\"comment/503\",[]],[\"name/504\",[154,48.628]],[\"comment/504\",[]],[\"name/505\",[157,48.628]],[\"comment/505\",[]],[\"name/506\",[159,48.628]],[\"comment/506\",[]],[\"name/507\",[219,61.902]],[\"comment/507\",[]],[\"name/508\",[220,61.902]],[\"comment/508\",[]],[\"name/509\",[221,61.902]],[\"comment/509\",[]],[\"name/510\",[222,61.902]],[\"comment/510\",[]],[\"name/511\",[223,61.902]],[\"comment/511\",[]],[\"name/512\",[224,61.902]],[\"comment/512\",[]],[\"name/513\",[198,53.246]],[\"comment/513\",[]],[\"name/514\",[203,50.679]],[\"comment/514\",[]],[\"name/515\",[206,50.679]],[\"comment/515\",[]],[\"name/516\",[213,50.679]],[\"comment/516\",[]],[\"name/517\",[214,50.679]],[\"comment/517\",[]],[\"name/518\",[215,50.679]],[\"comment/518\",[]],[\"name/519\",[216,50.679]],[\"comment/519\",[]],[\"name/520\",[217,50.679]],[\"comment/520\",[]],[\"name/521\",[218,50.679]],[\"comment/521\",[]],[\"name/522\",[95,46.922]],[\"comment/522\",[]],[\"name/523\",[113,48.628]],[\"comment/523\",[]],[\"name/524\",[117,48.628]],[\"comment/524\",[]],[\"name/525\",[46,45.46]],[\"comment/525\",[]],[\"name/526\",[107,48.628]],[\"comment/526\",[]],[\"name/527\",[108,48.628]],[\"comment/527\",[]],[\"name/528\",[125,48.628]],[\"comment/528\",[]],[\"name/529\",[102,48.628]],[\"comment/529\",[]],[\"name/530\",[99,46.922]],[\"comment/530\",[]],[\"name/531\",[100,48.628]],[\"comment/531\",[]],[\"name/532\",[101,48.628]],[\"comment/532\",[]],[\"name/533\",[122,46.922]],[\"comment/533\",[]],[\"name/534\",[123,48.628]],[\"comment/534\",[]],[\"name/535\",[124,48.628]],[\"comment/535\",[]],[\"name/536\",[97,48.628]],[\"comment/536\",[]],[\"name/537\",[96,48.628]],[\"comment/537\",[]],[\"name/538\",[131,46.922]],[\"comment/538\",[]],[\"name/539\",[138,48.628]],[\"comment/539\",[]],[\"name/540\",[137,48.628]],[\"comment/540\",[]],[\"name/541\",[152,48.628]],[\"comment/541\",[]],[\"name/542\",[154,48.628]],[\"comment/542\",[]],[\"name/543\",[157,48.628]],[\"comment/543\",[]],[\"name/544\",[159,48.628]],[\"comment/544\",[]],[\"name/545\",[150,48.628]],[\"comment/545\",[]],[\"name/546\",[155,48.628]],[\"comment/546\",[]],[\"name/547\",[158,48.628]],[\"comment/547\",[]],[\"name/548\",[151,48.628]],[\"comment/548\",[]],[\"name/549\",[133,46.922]],[\"comment/549\",[]],[\"name/550\",[146,48.628]],[\"comment/550\",[]],[\"name/551\",[147,48.628]],[\"comment/551\",[]],[\"name/552\",[183,48.628]],[\"comment/552\",[]],[\"name/553\",[186,48.628]],[\"comment/553\",[]],[\"name/554\",[189,48.628]],[\"comment/554\",[]],[\"name/555\",[180,46.922]],[\"comment/555\",[]],[\"name/556\",[181,48.628]],[\"comment/556\",[]],[\"name/557\",[182,48.628]],[\"comment/557\",[]],[\"name/558\",[81,50.679]],[\"comment/558\",[]],[\"name/559\",[92,44.181]],[\"comment/559\",[]],[\"name/560\",[88,44.181]],[\"comment/560\",[]],[\"name/561\",[91,44.181]],[\"comment/561\",[]],[\"name/562\",[89,44.181]],[\"comment/562\",[]],[\"name/563\",[90,44.181]],[\"comment/563\",[]],[\"name/564\",[87,44.181]],[\"comment/564\",[]],[\"name/565\",[33,42.022]],[\"comment/565\",[]],[\"name/566\",[84,44.181]],[\"comment/566\",[]],[\"name/567\",[195,46.922]],[\"comment/567\",[]],[\"name/568\",[85,44.181]],[\"comment/568\",[]],[\"name/569\",[86,44.181]],[\"comment/569\",[]],[\"name/570\",[37,42.022]],[\"comment/570\",[]],[\"name/571\",[200,53.246]],[\"comment/571\",[]],[\"name/572\",[201,53.246]],[\"comment/572\",[]],[\"name/573\",[37,42.022]],[\"comment/573\",[]],[\"name/574\",[189,48.628]],[\"comment/574\",[]],[\"name/575\",[84,44.181]],[\"comment/575\",[]],[\"name/576\",[86,44.181]],[\"comment/576\",[]],[\"name/577\",[183,48.628]],[\"comment/577\",[]],[\"name/578\",[186,48.628]],[\"comment/578\",[]],[\"name/579\",[180,46.922]],[\"comment/579\",[]],[\"name/580\",[181,48.628]],[\"comment/580\",[]],[\"name/581\",[182,48.628]],[\"comment/581\",[]],[\"name/582\",[195,46.922]],[\"comment/582\",[]],[\"name/583\",[85,44.181]],[\"comment/583\",[]],[\"name/584\",[203,50.679]],[\"comment/584\",[]],[\"name/585\",[206,50.679]],[\"comment/585\",[]],[\"name/586\",[213,50.679]],[\"comment/586\",[]],[\"name/587\",[214,50.679]],[\"comment/587\",[]],[\"name/588\",[215,50.679]],[\"comment/588\",[]],[\"name/589\",[216,50.679]],[\"comment/589\",[]],[\"name/590\",[217,50.679]],[\"comment/590\",[]],[\"name/591\",[218,50.679]],[\"comment/591\",[]],[\"name/592\",[95,46.922]],[\"comment/592\",[]],[\"name/593\",[113,48.628]],[\"comment/593\",[]],[\"name/594\",[117,48.628]],[\"comment/594\",[]],[\"name/595\",[46,45.46]],[\"comment/595\",[]],[\"name/596\",[107,48.628]],[\"comment/596\",[]],[\"name/597\",[108,48.628]],[\"comment/597\",[]],[\"name/598\",[125,48.628]],[\"comment/598\",[]],[\"name/599\",[102,48.628]],[\"comment/599\",[]],[\"name/600\",[99,46.922]],[\"comment/600\",[]],[\"name/601\",[100,48.628]],[\"comment/601\",[]],[\"name/602\",[101,48.628]],[\"comment/602\",[]],[\"name/603\",[122,46.922]],[\"comment/603\",[]],[\"name/604\",[123,48.628]],[\"comment/604\",[]],[\"name/605\",[124,48.628]],[\"comment/605\",[]],[\"name/606\",[97,48.628]],[\"comment/606\",[]],[\"name/607\",[96,48.628]],[\"comment/607\",[]],[\"name/608\",[131,46.922]],[\"comment/608\",[]],[\"name/609\",[138,48.628]],[\"comment/609\",[]],[\"name/610\",[137,48.628]],[\"comment/610\",[]],[\"name/611\",[152,48.628]],[\"comment/611\",[]],[\"name/612\",[154,48.628]],[\"comment/612\",[]],[\"name/613\",[157,48.628]],[\"comment/613\",[]],[\"name/614\",[159,48.628]],[\"comment/614\",[]],[\"name/615\",[150,48.628]],[\"comment/615\",[]],[\"name/616\",[155,48.628]],[\"comment/616\",[]],[\"name/617\",[158,48.628]],[\"comment/617\",[]],[\"name/618\",[151,48.628]],[\"comment/618\",[]],[\"name/619\",[133,46.922]],[\"comment/619\",[]],[\"name/620\",[146,48.628]],[\"comment/620\",[]],[\"name/621\",[147,48.628]],[\"comment/621\",[]],[\"name/622\",[183,48.628]],[\"comment/622\",[]],[\"name/623\",[186,48.628]],[\"comment/623\",[]],[\"name/624\",[189,48.628]],[\"comment/624\",[]],[\"name/625\",[180,46.922]],[\"comment/625\",[]],[\"name/626\",[181,48.628]],[\"comment/626\",[]],[\"name/627\",[182,48.628]],[\"comment/627\",[]],[\"name/628\",[81,50.679]],[\"comment/628\",[]],[\"name/629\",[92,44.181]],[\"comment/629\",[]],[\"name/630\",[88,44.181]],[\"comment/630\",[]],[\"name/631\",[91,44.181]],[\"comment/631\",[]],[\"name/632\",[89,44.181]],[\"comment/632\",[]],[\"name/633\",[90,44.181]],[\"comment/633\",[]],[\"name/634\",[87,44.181]],[\"comment/634\",[]],[\"name/635\",[33,42.022]],[\"comment/635\",[]],[\"name/636\",[84,44.181]],[\"comment/636\",[]],[\"name/637\",[195,46.922]],[\"comment/637\",[]],[\"name/638\",[85,44.181]],[\"comment/638\",[]],[\"name/639\",[86,44.181]],[\"comment/639\",[]],[\"name/640\",[37,42.022]],[\"comment/640\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":13,\"name\":{\"12\":{},\"17\":{},\"24\":{},\"30\":{},\"32\":{},\"36\":{},\"50\":{},\"57\":{},\"67\":{},\"88\":{},\"96\":{},\"112\":{},\"114\":{},\"116\":{},\"120\":{},\"122\":{},\"135\":{},\"136\":{},\"138\":{},\"139\":{},\"157\":{},\"164\":{},\"166\":{},\"168\":{},\"176\":{},\"179\":{},\"181\":{},\"183\":{},\"186\":{},\"188\":{},\"190\":{},\"192\":{},\"199\":{},\"202\":{},\"204\":{},\"206\":{},\"210\":{},\"214\":{},\"218\":{},\"220\":{},\"223\":{},\"225\":{},\"227\":{},\"231\":{},\"233\":{},\"236\":{},\"275\":{},\"289\":{},\"294\":{},\"296\":{},\"305\":{},\"308\":{},\"322\":{},\"325\":{},\"328\":{}},\"comment\":{}}],[\"_initauth\",{\"_index\":176,\"name\":{\"290\":{}},\"comment\":{}}],[\"absoluteduration\",{\"_index\":63,\"name\":{\"70\":{}},\"comment\":{}}],[\"access\",{\"_index\":178,\"name\":{\"291\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":187,\"name\":{\"303\":{},\"316\":{}},\"comment\":{}}],[\"accesstokenerror\",{\"_index\":213,\"name\":{\"360\":{},\"413\":{},\"516\":{},\"586\":{}},\"comment\":{}}],[\"accesstokenerrorcode\",{\"_index\":206,\"name\":{\"353\":{},\"412\":{},\"515\":{},\"585\":{}},\"comment\":{}}],[\"accesstokenexpiresat\",{\"_index\":192,\"name\":{\"318\":{}},\"comment\":{}}],[\"accesstokenrequest\",{\"_index\":183,\"name\":{\"297\":{},\"449\":{},\"552\":{},\"577\":{},\"622\":{}},\"comment\":{}}],[\"accesstokenscope\",{\"_index\":191,\"name\":{\"317\":{}},\"comment\":{}}],[\"aftercallback\",{\"_index\":99,\"name\":{\"118\":{},\"124\":{},\"427\":{},\"472\":{},\"530\":{},\"600\":{}},\"comment\":{}}],[\"aftercallbackapproute\",{\"_index\":101,\"name\":{\"121\":{},\"429\":{},\"474\":{},\"532\":{},\"602\":{}},\"comment\":{}}],[\"aftercallbackpageroute\",{\"_index\":100,\"name\":{\"119\":{},\"428\":{},\"473\":{},\"531\":{},\"601\":{}},\"comment\":{}}],[\"afterrefetch\",{\"_index\":122,\"name\":{\"162\":{},\"170\":{},\"430\":{},\"484\":{},\"533\":{},\"603\":{}},\"comment\":{}}],[\"afterrefetchapproute\",{\"_index\":124,\"name\":{\"165\":{},\"432\":{},\"486\":{},\"535\":{},\"605\":{}},\"comment\":{}}],[\"afterrefetchpageroute\",{\"_index\":123,\"name\":{\"163\":{},\"431\":{},\"485\":{},\"534\":{},\"604\":{}},\"comment\":{}}],[\"afterrefresh\",{\"_index\":180,\"name\":{\"292\":{},\"300\":{},\"452\":{},\"555\":{},\"579\":{},\"625\":{}},\"comment\":{}}],[\"afterrefreshapproute\",{\"_index\":182,\"name\":{\"295\":{},\"454\":{},\"557\":{},\"581\":{},\"627\":{}},\"comment\":{}}],[\"afterrefreshpageroute\",{\"_index\":181,\"name\":{\"293\":{},\"453\":{},\"556\":{},\"580\":{},\"626\":{}},\"comment\":{}}],[\"api\",{\"_index\":145,\"name\":{\"197\":{},\"238\":{},\"245\":{}},\"comment\":{}}],[\"approutehandlerfn\",{\"_index\":133,\"name\":{\"178\":{},\"201\":{},\"446\":{},\"495\":{},\"549\":{},\"619\":{}},\"comment\":{}}],[\"approutehandlerfncontext\",{\"_index\":131,\"name\":{\"175\":{},\"198\":{},\"435\":{},\"491\":{},\"538\":{},\"608\":{}},\"comment\":{}}],[\"approuterhandler\",{\"_index\":138,\"name\":{\"187\":{},\"436\":{},\"493\":{},\"539\":{},\"609\":{}},\"comment\":{}}],[\"approuteronerror\",{\"_index\":97,\"name\":{\"115\":{},\"433\":{},\"489\":{},\"536\":{},\"606\":{}},\"comment\":{}}],[\"approuterpageroute\",{\"_index\":154,\"name\":{\"224\":{},\"439\":{},\"504\":{},\"542\":{},\"612\":{}},\"comment\":{}}],[\"approuterpagerouteopts\",{\"_index\":152,\"name\":{\"219\":{},\"438\":{},\"503\":{},\"541\":{},\"611\":{}},\"comment\":{}}],[\"auth\",{\"_index\":26,\"name\":{\"26\":{},\"197\":{},\"208\":{},\"215\":{}},\"comment\":{}}],[\"auth0logout\",{\"_index\":38,\"name\":{\"41\":{}},\"comment\":{}}],[\"auth0nextapirequest\",{\"_index\":219,\"name\":{\"507\":{}},\"comment\":{}}],[\"auth0nextapiresponse\",{\"_index\":220,\"name\":{\"508\":{}},\"comment\":{}}],[\"auth0nextrequest\",{\"_index\":221,\"name\":{\"509\":{}},\"comment\":{}}],[\"auth0nextrequestcookies\",{\"_index\":223,\"name\":{\"511\":{}},\"comment\":{}}],[\"auth0nextresponse\",{\"_index\":222,\"name\":{\"510\":{}},\"comment\":{}}],[\"auth0nextresponsecookies\",{\"_index\":224,\"name\":{\"512\":{}},\"comment\":{}}],[\"auth0server\",{\"_index\":174,\"name\":{\"273\":{},\"331\":{},\"410\":{}},\"comment\":{}}],[\"autherror\",{\"_index\":203,\"name\":{\"347\":{},\"411\":{},\"514\":{},\"584\":{}},\"comment\":{}}],[\"authhandler\",{\"_index\":136,\"name\":{\"184\":{}},\"comment\":{}}],[\"authorizationparameters\",{\"_index\":74,\"name\":{\"81\":{}},\"comment\":{}}],[\"authorizationparams\",{\"_index\":39,\"name\":{\"42\":{},\"127\":{},\"140\":{},\"147\":{},\"301\":{}},\"comment\":{}}],[\"autosave\",{\"_index\":64,\"name\":{\"71\":{}},\"comment\":{}}],[\"baseconfig\",{\"_index\":35,\"name\":{\"38\":{}},\"comment\":{}}],[\"baseurl\",{\"_index\":40,\"name\":{\"43\":{}},\"comment\":{}}],[\"callback\",{\"_index\":54,\"name\":{\"59\":{},\"89\":{}},\"comment\":{}}],[\"callbackhandler\",{\"_index\":105,\"name\":{\"130\":{}},\"comment\":{}}],[\"callbackhandlererror\",{\"_index\":215,\"name\":{\"372\":{},\"415\":{},\"518\":{},\"588\":{}},\"comment\":{}}],[\"callbackoptions\",{\"_index\":102,\"name\":{\"123\":{},\"426\":{},\"471\":{},\"529\":{},\"599\":{}},\"comment\":{}}],[\"callbackoptionsprovider\",{\"_index\":104,\"name\":{\"128\":{}},\"comment\":{}}],[\"cause\",{\"_index\":205,\"name\":{\"351\":{},\"364\":{},\"370\":{},\"377\":{},\"384\":{},\"391\":{},\"398\":{}},\"comment\":{}}],[\"checksession\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"claims\",{\"_index\":189,\"name\":{\"311\":{},\"451\":{},\"554\":{},\"574\":{},\"624\":{}},\"comment\":{}}],[\"clearcookie\",{\"_index\":171,\"name\":{\"264\":{},\"269\":{}},\"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\":204,\"name\":{\"349\":{},\"362\":{},\"368\":{},\"373\":{},\"375\":{},\"380\":{},\"382\":{},\"387\":{},\"389\":{},\"394\":{},\"396\":{}},\"comment\":{}}],[\"config\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"configparameters\",{\"_index\":81,\"name\":{\"93\":{},\"455\":{},\"558\":{},\"628\":{}},\"comment\":{}}],[\"connection\",{\"_index\":109,\"name\":{\"141\":{}},\"comment\":{}}],[\"connection_scope\",{\"_index\":110,\"name\":{\"142\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":18,\"name\":{\"19\":{},\"240\":{},\"247\":{},\"251\":{},\"255\":{},\"262\":{},\"267\":{},\"313\":{},\"348\":{},\"361\":{},\"367\":{},\"374\":{},\"381\":{},\"388\":{},\"395\":{}},\"comment\":{}}],[\"cookie\",{\"_index\":66,\"name\":{\"73\":{}},\"comment\":{}}],[\"cookieconfig\",{\"_index\":67,\"name\":{\"74\":{}},\"comment\":{}}],[\"cookies\",{\"_index\":169,\"name\":{\"249\":{},\"260\":{}},\"comment\":{}}],[\"default\",{\"_index\":23,\"name\":{\"25\":{},\"239\":{},\"246\":{},\"250\":{},\"254\":{},\"261\":{},\"266\":{},\"312\":{},\"401\":{}},\"comment\":{}}],[\"domain\",{\"_index\":68,\"name\":{\"75\":{}},\"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\":210,\"name\":{\"357\":{}},\"comment\":{}}],[\"failed_refresh_grant\",{\"_index\":212,\"name\":{\"359\":{}},\"comment\":{}}],[\"generatesessioncookie\",{\"_index\":143,\"name\":{\"196\":{}},\"comment\":{}}],[\"generatesessioncookieconfig\",{\"_index\":142,\"name\":{\"195\":{}},\"comment\":{}}],[\"genid\",{\"_index\":60,\"name\":{\"66\":{}},\"comment\":{}}],[\"getaccesstoken\",{\"_index\":86,\"name\":{\"100\":{},\"279\":{},\"304\":{},\"335\":{},\"466\":{},\"569\":{},\"576\":{},\"639\":{}},\"comment\":{}}],[\"getaccesstokenresult\",{\"_index\":186,\"name\":{\"302\":{},\"450\":{},\"553\":{},\"578\":{},\"623\":{}},\"comment\":{}}],[\"getbody\",{\"_index\":165,\"name\":{\"243\":{},\"258\":{}},\"comment\":{}}],[\"getcookies\",{\"_index\":166,\"name\":{\"244\":{},\"252\":{},\"259\":{}},\"comment\":{}}],[\"gethandler\",{\"_index\":140,\"name\":{\"191\":{}},\"comment\":{}}],[\"getloginstate\",{\"_index\":46,\"name\":{\"49\":{},\"133\":{},\"149\":{},\"422\":{},\"477\":{},\"525\":{},\"595\":{}},\"comment\":{}}],[\"getloginstateapproute\",{\"_index\":108,\"name\":{\"137\":{},\"424\":{},\"479\":{},\"527\":{},\"597\":{}},\"comment\":{}}],[\"getloginstatepageroute\",{\"_index\":107,\"name\":{\"134\":{},\"423\":{},\"478\":{},\"526\":{},\"596\":{}},\"comment\":{}}],[\"getmethod\",{\"_index\":164,\"name\":{\"242\":{},\"257\":{}},\"comment\":{}}],[\"getserversideprops\",{\"_index\":156,\"name\":{\"228\":{}},\"comment\":{}}],[\"getserversidepropsresultwithsession\",{\"_index\":150,\"name\":{\"216\":{},\"442\":{},\"498\":{},\"545\":{},\"615\":{}},\"comment\":{}}],[\"getsession\",{\"_index\":84,\"name\":{\"98\":{},\"277\":{},\"307\":{},\"332\":{},\"463\":{},\"566\":{},\"575\":{},\"636\":{}},\"comment\":{}}],[\"geturl\",{\"_index\":163,\"name\":{\"241\":{},\"256\":{}},\"comment\":{}}],[\"handleauth\",{\"_index\":92,\"name\":{\"107\":{},\"111\":{},\"286\":{},\"342\":{},\"456\":{},\"488\":{},\"559\":{},\"629\":{}},\"comment\":{}}],[\"handlecallback\",{\"_index\":90,\"name\":{\"105\":{},\"129\":{},\"284\":{},\"337\":{},\"460\":{},\"470\":{},\"563\":{},\"633\":{}},\"comment\":{}}],[\"handlelogin\",{\"_index\":88,\"name\":{\"103\":{},\"151\":{},\"282\":{},\"336\":{},\"457\":{},\"475\":{},\"560\":{},\"630\":{}},\"comment\":{}}],[\"handlelogout\",{\"_index\":89,\"name\":{\"104\":{},\"159\":{},\"283\":{},\"338\":{},\"459\":{},\"480\":{},\"562\":{},\"632\":{}},\"comment\":{}}],[\"handleprofile\",{\"_index\":91,\"name\":{\"106\":{},\"172\":{},\"285\":{},\"339\":{},\"458\":{},\"482\":{},\"561\":{},\"631\":{}},\"comment\":{}}],[\"handler\",{\"_index\":139,\"name\":{\"189\":{}},\"comment\":{}}],[\"handlererror\",{\"_index\":214,\"name\":{\"366\":{},\"414\":{},\"517\":{},\"587\":{}},\"comment\":{}}],[\"handlers\",{\"_index\":95,\"name\":{\"110\":{},\"131\":{},\"419\":{},\"487\":{},\"522\":{},\"592\":{}},\"comment\":{}}],[\"handlers/auth\",{\"_index\":94,\"name\":{\"109\":{}},\"comment\":{}}],[\"handlers/callback\",{\"_index\":98,\"name\":{\"117\":{}},\"comment\":{}}],[\"handlers/login\",{\"_index\":106,\"name\":{\"132\":{}},\"comment\":{}}],[\"handlers/logout\",{\"_index\":116,\"name\":{\"153\":{}},\"comment\":{}}],[\"handlers/profile\",{\"_index\":121,\"name\":{\"161\":{}},\"comment\":{}}],[\"handlers/router\",{\"_index\":129,\"name\":{\"174\":{}},\"comment\":{}}],[\"helpers\",{\"_index\":130,\"name\":{\"174\":{},\"193\":{}},\"comment\":{}}],[\"helpers/testing\",{\"_index\":141,\"name\":{\"194\":{}},\"comment\":{}}],[\"helpers/with\",{\"_index\":144,\"name\":{\"197\":{},\"208\":{},\"215\":{}},\"comment\":{}}],[\"http\",{\"_index\":172,\"name\":{\"271\":{}},\"comment\":{}}],[\"http/auth0\",{\"_index\":160,\"name\":{\"238\":{},\"245\":{},\"249\":{},\"253\":{},\"260\":{},\"265\":{}},\"comment\":{}}],[\"httponly\",{\"_index\":71,\"name\":{\"78\":{}},\"comment\":{}}],[\"httptimeout\",{\"_index\":44,\"name\":{\"47\":{}},\"comment\":{}}],[\"identityclaimfilter\",{\"_index\":47,\"name\":{\"51\":{},\"92\":{}},\"comment\":{}}],[\"idplogout\",{\"_index\":48,\"name\":{\"52\":{}},\"comment\":{}}],[\"idtoken\",{\"_index\":190,\"name\":{\"315\":{}},\"comment\":{}}],[\"idtokensigningalg\",{\"_index\":49,\"name\":{\"53\":{}},\"comment\":{}}],[\"index\",{\"_index\":173,\"name\":{\"272\":{}},\"comment\":{}}],[\"init\",{\"_index\":175,\"name\":{\"287\":{}},\"comment\":{}}],[\"initauth0\",{\"_index\":83,\"name\":{\"95\":{},\"97\":{},\"274\":{},\"276\":{},\"288\":{}},\"comment\":{}}],[\"insufficient_scope\",{\"_index\":211,\"name\":{\"358\":{}},\"comment\":{}}],[\"invitation\",{\"_index\":111,\"name\":{\"143\":{}},\"comment\":{}}],[\"isloading\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"issuerbaseurl\",{\"_index\":50,\"name\":{\"54\":{}},\"comment\":{}}],[\"legacysamesitecookie\",{\"_index\":51,\"name\":{\"55\":{}},\"comment\":{}}],[\"login\",{\"_index\":80,\"name\":{\"90\":{}},\"comment\":{}}],[\"loginhandler\",{\"_index\":115,\"name\":{\"152\":{}},\"comment\":{}}],[\"loginhandlererror\",{\"_index\":216,\"name\":{\"379\":{},\"416\":{},\"519\":{},\"589\":{}},\"comment\":{}}],[\"loginoptions\",{\"_index\":113,\"name\":{\"146\":{},\"420\":{},\"476\":{},\"523\":{},\"593\":{}},\"comment\":{}}],[\"loginoptionsprovider\",{\"_index\":114,\"name\":{\"150\":{}},\"comment\":{}}],[\"logouthandler\",{\"_index\":120,\"name\":{\"160\":{}},\"comment\":{}}],[\"logouthandlererror\",{\"_index\":217,\"name\":{\"386\":{},\"417\":{},\"520\":{},\"590\":{}},\"comment\":{}}],[\"logoutoptions\",{\"_index\":117,\"name\":{\"154\":{},\"421\":{},\"481\":{},\"524\":{},\"594\":{}},\"comment\":{}}],[\"logoutoptionsprovider\",{\"_index\":119,\"name\":{\"158\":{}},\"comment\":{}}],[\"logoutparams\",{\"_index\":118,\"name\":{\"156\":{}},\"comment\":{}}],[\"middleware\",{\"_index\":148,\"name\":{\"208\":{},\"211\":{}},\"comment\":{}}],[\"missing_access_token\",{\"_index\":208,\"name\":{\"355\":{}},\"comment\":{}}],[\"missing_refresh_token\",{\"_index\":209,\"name\":{\"356\":{}},\"comment\":{}}],[\"missing_session\",{\"_index\":207,\"name\":{\"354\":{}},\"comment\":{}}],[\"name\",{\"_index\":6,\"name\":{\"5\":{},\"64\":{},\"329\":{},\"350\":{},\"363\":{},\"369\":{},\"376\":{},\"383\":{},\"390\":{},\"397\":{}},\"comment\":{}}],[\"next\",{\"_index\":161,\"name\":{\"238\":{},\"245\":{},\"249\":{},\"253\":{},\"260\":{},\"265\":{}},\"comment\":{}}],[\"nextconfig\",{\"_index\":78,\"name\":{\"85\":{}},\"comment\":{}}],[\"nickname\",{\"_index\":7,\"name\":{\"6\":{}},\"comment\":{}}],[\"onerror\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"onredirecting\",{\"_index\":30,\"name\":{\"29\":{}},\"comment\":{}}],[\"optionsprovider\",{\"_index\":135,\"name\":{\"182\":{}},\"comment\":{}}],[\"org_id\",{\"_index\":11,\"name\":{\"10\":{}},\"comment\":{}}],[\"organization\",{\"_index\":79,\"name\":{\"86\":{},\"126\":{},\"144\":{}},\"comment\":{}}],[\"page\",{\"_index\":25,\"name\":{\"26\":{},\"215\":{}},\"comment\":{}}],[\"pageroute\",{\"_index\":151,\"name\":{\"217\":{},\"445\":{},\"502\":{},\"548\":{},\"618\":{}},\"comment\":{}}],[\"pageroutehandlerfn\",{\"_index\":134,\"name\":{\"180\":{}},\"comment\":{}}],[\"pagerouterhandler\",{\"_index\":137,\"name\":{\"185\":{},\"437\":{},\"492\":{},\"540\":{},\"610\":{}},\"comment\":{}}],[\"pagerouteronerror\",{\"_index\":96,\"name\":{\"113\":{},\"434\":{},\"490\":{},\"537\":{},\"607\":{}},\"comment\":{}}],[\"params\",{\"_index\":132,\"name\":{\"177\":{},\"200\":{},\"221\":{}},\"comment\":{}}],[\"path\",{\"_index\":69,\"name\":{\"76\":{}},\"comment\":{}}],[\"picture\",{\"_index\":8,\"name\":{\"7\":{}},\"comment\":{}}],[\"postlogoutredirect\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"profilehandler\",{\"_index\":128,\"name\":{\"173\":{}},\"comment\":{}}],[\"profilehandlererror\",{\"_index\":218,\"name\":{\"393\":{},\"418\":{},\"521\":{},\"591\":{}},\"comment\":{}}],[\"profileoptions\",{\"_index\":125,\"name\":{\"167\":{},\"425\":{},\"483\":{},\"528\":{},\"598\":{}},\"comment\":{}}],[\"profileoptionsprovider\",{\"_index\":127,\"name\":{\"171\":{}},\"comment\":{}}],[\"redirect\",{\"_index\":168,\"name\":{\"248\":{},\"270\":{}},\"comment\":{}}],[\"redirecturi\",{\"_index\":103,\"name\":{\"125\":{}},\"comment\":{}}],[\"refetch\",{\"_index\":126,\"name\":{\"169\":{}},\"comment\":{}}],[\"refresh\",{\"_index\":185,\"name\":{\"299\":{}},\"comment\":{}}],[\"refreshtoken\",{\"_index\":193,\"name\":{\"319\":{}},\"comment\":{}}],[\"request\",{\"_index\":162,\"name\":{\"238\":{},\"249\":{},\"253\":{}},\"comment\":{}}],[\"requesterror\",{\"_index\":17,\"name\":{\"18\":{},\"405\":{}},\"comment\":{}}],[\"required\",{\"_index\":27,\"name\":{\"26\":{},\"197\":{},\"208\":{},\"215\":{}},\"comment\":{}}],[\"response\",{\"_index\":167,\"name\":{\"245\":{},\"260\":{},\"265\":{}},\"comment\":{}}],[\"response_mode\",{\"_index\":76,\"name\":{\"83\":{}},\"comment\":{}}],[\"response_type\",{\"_index\":77,\"name\":{\"84\":{}},\"comment\":{}}],[\"returnto\",{\"_index\":29,\"name\":{\"28\":{},\"148\":{},\"155\":{},\"212\":{},\"229\":{},\"234\":{}},\"comment\":{}}],[\"rolling\",{\"_index\":61,\"name\":{\"68\":{}},\"comment\":{}}],[\"rollingduration\",{\"_index\":62,\"name\":{\"69\":{}},\"comment\":{}}],[\"routes\",{\"_index\":52,\"name\":{\"56\":{},\"87\":{}},\"comment\":{}}],[\"samesite\",{\"_index\":73,\"name\":{\"80\":{}},\"comment\":{}}],[\"scope\",{\"_index\":75,\"name\":{\"82\":{}},\"comment\":{}}],[\"scopes\",{\"_index\":184,\"name\":{\"298\":{}},\"comment\":{}}],[\"screen_hint\",{\"_index\":112,\"name\":{\"145\":{}},\"comment\":{}}],[\"searchparams\",{\"_index\":153,\"name\":{\"222\":{}},\"comment\":{}}],[\"secret\",{\"_index\":36,\"name\":{\"39\":{}},\"comment\":{}}],[\"secure\",{\"_index\":72,\"name\":{\"79\":{}},\"comment\":{}}],[\"session\",{\"_index\":37,\"name\":{\"40\":{},\"91\":{},\"306\":{},\"309\":{},\"320\":{},\"323\":{},\"467\":{},\"570\":{},\"573\":{},\"640\":{}},\"comment\":{}}],[\"session/get\",{\"_index\":177,\"name\":{\"291\":{},\"306\":{}},\"comment\":{}}],[\"session/session\",{\"_index\":188,\"name\":{\"310\":{}},\"comment\":{}}],[\"session/touch\",{\"_index\":194,\"name\":{\"320\":{}},\"comment\":{}}],[\"session/update\",{\"_index\":196,\"name\":{\"323\":{}},\"comment\":{}}],[\"sessionconfig\",{\"_index\":58,\"name\":{\"63\":{}},\"comment\":{}}],[\"sessionstore\",{\"_index\":200,\"name\":{\"344\":{},\"468\":{},\"571\":{}},\"comment\":{}}],[\"sessionstorepayload\",{\"_index\":201,\"name\":{\"345\":{},\"469\":{},\"572\":{}},\"comment\":{}}],[\"setcookie\",{\"_index\":170,\"name\":{\"263\":{},\"268\":{}},\"comment\":{}}],[\"shared\",{\"_index\":197,\"name\":{\"326\":{}},\"comment\":{}}],[\"status\",{\"_index\":19,\"name\":{\"20\":{},\"352\":{},\"365\":{},\"371\":{},\"378\":{},\"385\":{},\"392\":{},\"399\":{}},\"comment\":{}}],[\"store\",{\"_index\":59,\"name\":{\"65\":{}},\"comment\":{}}],[\"storeidtoken\",{\"_index\":65,\"name\":{\"72\":{}},\"comment\":{}}],[\"sub\",{\"_index\":9,\"name\":{\"8\":{}},\"comment\":{}}],[\"telemetry\",{\"_index\":198,\"name\":{\"327\":{},\"409\":{},\"513\":{}},\"comment\":{}}],[\"token\",{\"_index\":179,\"name\":{\"291\":{}},\"comment\":{}}],[\"touchsession\",{\"_index\":195,\"name\":{\"321\":{},\"333\":{},\"464\":{},\"567\":{},\"582\":{},\"637\":{}},\"comment\":{}}],[\"transactioncookie\",{\"_index\":57,\"name\":{\"62\":{}},\"comment\":{}}],[\"transient\",{\"_index\":70,\"name\":{\"77\":{}},\"comment\":{}}],[\"updated_at\",{\"_index\":10,\"name\":{\"9\":{}},\"comment\":{}}],[\"updatesession\",{\"_index\":85,\"name\":{\"99\":{},\"278\":{},\"324\":{},\"334\":{},\"465\":{},\"568\":{},\"583\":{},\"638\":{}},\"comment\":{}}],[\"user\",{\"_index\":2,\"name\":{\"1\":{},\"13\":{},\"34\":{},\"314\":{}},\"comment\":{}}],[\"usercontext\",{\"_index\":12,\"name\":{\"11\":{}},\"comment\":{}}],[\"userprofile\",{\"_index\":3,\"name\":{\"2\":{},\"404\":{}},\"comment\":{}}],[\"userprops\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"userprovider\",{\"_index\":22,\"name\":{\"23\":{},\"402\":{}},\"comment\":{}}],[\"userproviderprops\",{\"_index\":20,\"name\":{\"21\":{},\"403\":{}},\"comment\":{}}],[\"useuser\",{\"_index\":21,\"name\":{\"22\":{},\"406\":{}},\"comment\":{}}],[\"utils/errors\",{\"_index\":202,\"name\":{\"346\":{}},\"comment\":{}}],[\"version\",{\"_index\":199,\"name\":{\"330\":{},\"400\":{}},\"comment\":{}}],[\"withapiauthrequired\",{\"_index\":87,\"name\":{\"101\":{},\"207\":{},\"280\":{},\"340\":{},\"461\":{},\"494\":{},\"564\":{},\"634\":{}},\"comment\":{}}],[\"withapiauthrequiredapproute\",{\"_index\":146,\"name\":{\"203\":{},\"447\":{},\"496\":{},\"550\":{},\"620\":{}},\"comment\":{}}],[\"withapiauthrequiredpageroute\",{\"_index\":147,\"name\":{\"205\":{},\"448\":{},\"497\":{},\"551\":{},\"621\":{}},\"comment\":{}}],[\"withmiddlewareauthrequired\",{\"_index\":93,\"name\":{\"108\":{},\"213\":{},\"343\":{}},\"comment\":{}}],[\"withmiddlewareauthrequiredoptions\",{\"_index\":149,\"name\":{\"209\":{}},\"comment\":{}}],[\"withpageauthrequired\",{\"_index\":33,\"name\":{\"35\":{},\"102\":{},\"237\":{},\"281\":{},\"341\":{},\"407\":{},\"462\":{},\"499\":{},\"565\":{},\"635\":{}},\"comment\":{}}],[\"withpageauthrequiredapprouter\",{\"_index\":159,\"name\":{\"235\":{},\"441\":{},\"506\":{},\"544\":{},\"614\":{}},\"comment\":{}}],[\"withpageauthrequiredapprouteroptions\",{\"_index\":158,\"name\":{\"232\":{},\"444\":{},\"501\":{},\"547\":{},\"617\":{}},\"comment\":{}}],[\"withpageauthrequiredoptions\",{\"_index\":28,\"name\":{\"27\":{},\"408\":{}},\"comment\":{}}],[\"withpageauthrequiredpagerouter\",{\"_index\":157,\"name\":{\"230\":{},\"440\":{},\"505\":{},\"543\":{},\"613\":{}},\"comment\":{}}],[\"withpageauthrequiredpagerouteroptions\",{\"_index\":155,\"name\":{\"226\":{},\"443\":{},\"500\":{},\"546\":{},\"616\":{}},\"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 3562c29aa..002d3e23f 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
  • +
  • Defined in session/session.ts:24
  • +
  • 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:39
  • name: string
    @@ -110,7 +110,7 @@
    +
  • 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:39
  • name: string
    @@ -114,7 +114,7 @@
    +
  • Defined in utils/errors.ts:44
  • status?: number
    @@ -123,7 +123,7 @@
    +
  • Defined in utils/errors.ts:60
  • +
  • Defined in utils/errors.ts:39
  • name: string
    @@ -98,7 +98,7 @@
    +
  • 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:39
  • name: string
    @@ -98,7 +98,7 @@
    +
  • 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:39
  • name: string
    @@ -98,7 +98,7 @@
    +
  • 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:77
  • @@ -42,32 +42,32 @@

    Enumeration Members

    EXPIRED_ACCESS_TOKEN: "ERR_EXPIRED_ACCESS_TOKEN"
    +
  • Defined in utils/errors.ts:81
  • FAILED_REFRESH_GRANT: "ERR_FAILED_REFRESH_GRANT"
    +
  • Defined in utils/errors.ts:83
  • INSUFFICIENT_SCOPE: "ERR_INSUFFICIENT_SCOPE"
    +
  • Defined in utils/errors.ts:82
  • MISSING_ACCESS_TOKEN: "ERR_MISSING_ACCESS_TOKEN"
    +
  • Defined in utils/errors.ts:79
  • MISSING_REFRESH_TOKEN: "ERR_MISSING_REFRESH_TOKEN"
    +
  • Defined in utils/errors.ts:80
  • MISSING_SESSION: "ERR_MISSING_SESSION"
    +
  • Defined in utils/errors.ts:78
  • +
  • Defined in client/use-user.tsx:190
  • +
  • Defined in client/use-user.tsx:134
  • +
  • Defined in session/get-access-token.ts:109
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: CallbackOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<CallbackOptions>
  • Returns Handler<CallbackOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: CallbackOptions
  • Returns Handler<CallbackOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: LoginOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<LoginOptions>
  • Returns Handler<LoginOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: LoginOptions
  • Returns Handler<LoginOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: LogoutOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<LogoutOptions>
  • Returns Handler<LogoutOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: LogoutOptions
  • Returns Handler<LogoutOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: ProfileOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<ProfileOptions>
  • Returns Handler<ProfileOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: ProfileOptions
  • Returns Handler<ProfileOptions>

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

    • -
      Optional middleware: NextMiddleware
    +
    Optional middlewareOrOpts: NextMiddleware | WithMiddlewareAuthRequiredOptions

    Returns NextMiddleware

    +
  • Defined in helpers/with-middleware-auth-required.ts:80
  • +
  • Defined in handlers/router-helpers.ts:63
  • +
  • Defined in helpers/testing.ts:23
  • +
  • Defined in session/get-access-token.ts:109
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: CallbackOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<CallbackOptions>
  • Returns Handler<CallbackOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: CallbackOptions
  • Returns Handler<CallbackOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: LoginOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<LoginOptions>
  • Returns Handler<LoginOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: LoginOptions
  • Returns Handler<LoginOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: LogoutOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<LogoutOptions>
  • Returns Handler<LogoutOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: LogoutOptions
  • Returns Handler<LogoutOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:55
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: ProfileOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:56
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<ProfileOptions>
  • Returns Handler<ProfileOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: ProfileOptions
  • Returns Handler<ProfileOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • +
  • Defined in init.ts:33
  • +
  • Defined in client/with-page-auth-required.tsx:42
  • returnTo?: string
    @@ -89,7 +89,7 @@
    +
  • Defined in client/with-page-auth-required.tsx:32
  • +
  • Defined in config.ts:352
  • Properties

    @@ -61,7 +62,7 @@
    +
  • Defined in config.ts:30
  • authorizationParams: AuthorizationParameters
    @@ -77,7 +78,7 @@
    +
  • Defined in config.ts:60
  • baseURL: string
    @@ -89,7 +90,7 @@
    +
  • Defined in config.ts:70
  • clientAssertionSigningAlg?: string
    @@ -101,7 +102,7 @@
    +
  • Defined in config.ts:194
  • clientAssertionSigningKey?: string | CryptoKey
    @@ -112,7 +113,7 @@
    +
  • Defined in config.ts:185
  • clientID: string
    @@ -121,7 +122,7 @@
    +
  • Defined in config.ts:76
  • clientSecret?: string
    @@ -131,7 +132,7 @@
    +
  • Defined in config.ts:83
  • clockTolerance: number
    @@ -139,7 +140,7 @@
    +
  • Defined in config.ts:90
  • enableTelemetry: boolean
    @@ -149,7 +150,7 @@
    +
  • Defined in config.ts:104
  • getLoginState: ((options) => Record<string, any>)
    @@ -174,7 +175,7 @@
    options: Returns Record<string, any>
    +
  • Defined in config.ts:123
  • httpTimeout: number
    @@ -184,7 +185,7 @@
    +
  • Defined in config.ts:97
  • idTokenSigningAlg: string
    @@ -193,7 +194,7 @@
    +
  • Defined in config.ts:142
  • identityClaimFilter: string[]
    @@ -203,7 +204,7 @@
    +
  • Defined in config.ts:130
  • idpLogout: boolean
    @@ -212,7 +213,7 @@
    +
  • Defined in config.ts:136
  • issuerBaseURL: string
    @@ -222,7 +223,7 @@
    +
  • Defined in config.ts:149
  • legacySameSiteCookie: boolean
    @@ -232,7 +233,7 @@
    +
  • Defined in config.ts:156
  • routes: {
        callback: string;
        postLogoutRedirect: string;
    }
    @@ -258,7 +259,7 @@
    postLogoutRedirect
    +
  • Defined in config.ts:161
  • secret: string | string[]
    @@ -270,7 +271,7 @@
    +
  • Defined in config.ts:17
  • session: SessionConfig
    @@ -278,7 +279,29 @@
    +
  • Defined in config.ts:22
  • +
    + +
    transactionCookie: Omit<CookieConfig, "transient" | "httpOnly"> & {
        name: string;
    }
    +

    By default, the transaction cookie takes the same settings as the +session cookie. But you may want to configure the session cookie to be more +secure in a way that would break the OAuth flow's usage of the transaction +cookie (Setting SameSite=Strict for example).

    +

    You can also use: +AUTH0_TRANSACTION_COOKIE_NAME +AUTH0_TRANSACTION_COOKIE_DOMAIN +AUTH0_TRANSACTION_COOKIE_PATH +AUTH0_TRANSACTION_COOKIE_SAME_SITE +AUTH0_TRANSACTION_COOKIE_SECURE

    +
    +
    +

    Type declaration

    +
      +
    • +
      name: string
    +
    +
  • session
  • +
  • transactionCookie
  • +
  • Defined in config.ts:315
  • +
  • Defined in config.ts:371
  • session: Pick<SessionConfig, "storeIDToken">
    +
  • Defined in config.ts:375
  • +
  • Defined in config.ts:238
  • name: string
    @@ -115,7 +115,7 @@
    +
  • Defined in config.ts:224
  • rolling: boolean
    @@ -128,7 +128,7 @@
    +
  • Defined in config.ts:251
  • rollingDuration: number | false
    @@ -140,7 +140,7 @@
    +
  • Defined in config.ts:260
  • store?: SessionStore<default>
    @@ -149,17 +149,18 @@
    +
  • Defined in config.ts:230
  • storeIDToken: boolean

    Boolean value to store the ID token in the session. Storing it can make the session cookie too large. -Defaults to true.

    +Defaults to true. +You can also use the AUTH0_SESSION_STORE_ID_TOKEN environment variable.

    +
  • Defined in config.ts:285
  • +
  • Defined in handlers/logout.ts:22
  • +
  • Defined in session/get-access-token.ts:44
  • +
  • Defined in shared.ts:49
  • handleLogin: HandleLogin
    @@ -89,7 +89,7 @@
    +
  • Defined in shared.ts:44
  • handleLogout: HandleLogout
    @@ -97,7 +97,7 @@
    +
  • Defined in shared.ts:54
  • handleProfile: HandleProfile
    @@ -105,7 +105,7 @@
    +
  • Defined in shared.ts:59
  • touchSession: TouchSession
    @@ -113,7 +113,7 @@
    +
  • Defined in shared.ts:29
  • updateSession: UpdateSession
    @@ -121,7 +121,7 @@
    +
  • Defined in shared.ts:34
  • withApiAuthRequired: WithApiAuthRequired
    @@ -129,7 +129,7 @@
    +
  • Defined in shared.ts:64
  • withMiddlewareAuthRequired: WithMiddlewareAuthRequired
    @@ -137,7 +137,7 @@
    +
  • Defined in shared.ts:79
  • withPageAuthRequired: WithPageAuthRequired
    @@ -145,7 +145,7 @@
    +
  • Defined in shared.ts:69
  • +
  • Defined in client/use-user.tsx:1
  • Index

    diff --git a/docs/modules/client_with_page_auth_required.html b/docs/modules/client_with_page_auth_required.html index e37f22053..388186f5d 100644 --- a/docs/modules/client_with_page_auth_required.html +++ b/docs/modules/client_with_page_auth_required.html @@ -16,7 +16,7 @@
  • client/with-page-auth-required
  • Module client/with-page-auth-required

    +
  • Defined in client/with-page-auth-required.tsx:1
  • Index

    diff --git a/docs/modules/config.html b/docs/modules/config.html index 7cd298179..406b2a060 100644 --- a/docs/modules/config.html +++ b/docs/modules/config.html @@ -16,7 +16,7 @@
  • config
  • Module config

    +
  • Defined in config.ts:1
  • Index

    diff --git a/docs/modules/edge.html b/docs/modules/edge.html index 465e3f0a1..6643e3ad2 100644 --- a/docs/modules/edge.html +++ b/docs/modules/edge.html @@ -16,7 +16,7 @@
  • edge
  • Module edge

    +
  • Defined in edge.ts:1
  • diff --git a/docs/modules/handlers.html b/docs/modules/handlers.html index ba99cb846..a691c5a66 100644 --- a/docs/modules/handlers.html +++ b/docs/modules/handlers.html @@ -16,7 +16,7 @@
  • handlers
  • Module handlers

    +
  • Defined in handlers/index.ts:1
  • diff --git a/docs/modules/handlers_auth.html b/docs/modules/handlers_auth.html index fb116df74..4c19c06f5 100644 --- a/docs/modules/handlers_auth.html +++ b/docs/modules/handlers_auth.html @@ -16,7 +16,7 @@
  • handlers/auth
  • Module handlers/auth

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

    diff --git a/docs/modules/handlers_callback.html b/docs/modules/handlers_callback.html index 71afc888f..8c9f10042 100644 --- a/docs/modules/handlers_callback.html +++ b/docs/modules/handlers_callback.html @@ -16,7 +16,7 @@
  • handlers/callback
  • Module handlers/callback

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

    diff --git a/docs/modules/handlers_login.html b/docs/modules/handlers_login.html index c27a6e20e..22700a9cc 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

    diff --git a/docs/modules/handlers_logout.html b/docs/modules/handlers_logout.html index d6abeafee..b9506d003 100644 --- a/docs/modules/handlers_logout.html +++ b/docs/modules/handlers_logout.html @@ -16,7 +16,7 @@
  • handlers/logout
  • Module handlers/logout

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

    diff --git a/docs/modules/handlers_profile.html b/docs/modules/handlers_profile.html index 30dc45d39..4a11e8eb0 100644 --- a/docs/modules/handlers_profile.html +++ b/docs/modules/handlers_profile.html @@ -16,7 +16,7 @@
  • handlers/profile
  • Module handlers/profile

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

    diff --git a/docs/modules/handlers_router_helpers.html b/docs/modules/handlers_router_helpers.html index 524ae055e..c391ec2d2 100644 --- a/docs/modules/handlers_router_helpers.html +++ b/docs/modules/handlers_router_helpers.html @@ -16,7 +16,7 @@
  • handlers/router-helpers
  • Module handlers/router-helpers

    +
  • Defined in handlers/router-helpers.ts:1
  • Index

    diff --git a/docs/modules/helpers.html b/docs/modules/helpers.html index 0d22279b9..40a328a90 100644 --- a/docs/modules/helpers.html +++ b/docs/modules/helpers.html @@ -16,7 +16,7 @@
  • helpers
  • Module helpers

    +
  • Defined in helpers/index.ts:1
  • diff --git a/docs/modules/helpers_testing.html b/docs/modules/helpers_testing.html index 88fb3d6ba..fc391a811 100644 --- a/docs/modules/helpers_testing.html +++ b/docs/modules/helpers_testing.html @@ -16,7 +16,7 @@
  • helpers/testing
  • Module helpers/testing

    +
  • Defined in helpers/testing.ts:1
  • Index

    diff --git a/docs/modules/helpers_with_api_auth_required.html b/docs/modules/helpers_with_api_auth_required.html index e542f6510..5ff51da76 100644 --- a/docs/modules/helpers_with_api_auth_required.html +++ b/docs/modules/helpers_with_api_auth_required.html @@ -16,7 +16,7 @@
  • helpers/with-api-auth-required
  • Module helpers/with-api-auth-required

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

    diff --git a/docs/modules/helpers_with_middleware_auth_required.html b/docs/modules/helpers_with_middleware_auth_required.html index c8ebf5469..a41459ddb 100644 --- a/docs/modules/helpers_with_middleware_auth_required.html +++ b/docs/modules/helpers_with_middleware_auth_required.html @@ -16,13 +16,14 @@
  • helpers/with-middleware-auth-required
  • Module helpers/with-middleware-auth-required

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

    Type Aliases - Server

    +
  • WithMiddlewareAuthRequired
  • +
  • WithMiddlewareAuthRequiredOptions
  • helpers/with-page-auth-required
  • http
  • http/auth0-next-api-request
  • diff --git a/docs/types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html b/docs/types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html new file mode 100644 index 000000000..a1d0f1b88 --- /dev/null +++ b/docs/types/helpers_with_middleware_auth_required.WithMiddlewareAuthRequiredOptions.html @@ -0,0 +1,88 @@ +WithMiddlewareAuthRequiredOptions | @auth0/nextjs-auth0
    +
    + +
    + +
    \ No newline at end of file diff --git a/docs/types/helpers_with_page_auth_required.AppRouterPageRoute.html b/docs/types/helpers_with_page_auth_required.AppRouterPageRoute.html index b0336a820..6c0f4899a 100644 --- a/docs/types/helpers_with_page_auth_required.AppRouterPageRoute.html +++ b/docs/types/helpers_with_page_auth_required.AppRouterPageRoute.html @@ -34,7 +34,7 @@
    obj: Returns Promise<React.JSX.Element>
    +
  • Defined in helpers/with-page-auth-required.ts:51
  • +
  • Defined in helpers/with-page-auth-required.ts:41
  • +
  • Defined in helpers/with-page-auth-required.ts:25
  • +
  • Defined in helpers/with-page-auth-required.ts:32
  • +
  • Defined in helpers/with-page-auth-required.ts:178
  • +
  • Defined in helpers/with-page-auth-required.ts:167
  • +
  • Defined in helpers/with-page-auth-required.ts:125
  • +
  • Defined in helpers/with-page-auth-required.ts:112
  • +
  • Defined in helpers/with-page-auth-required.ts:84
  • +
  • Defined in index.ts:26
  • +
  • Defined in index.ts:37
  • +
  • Defined in init.ts:31
  • +
  • Defined in session/get-access-token.ts:15
  • +
  • Defined in session/get-access-token.ts:33
  • +
  • Defined in session/get-access-token.ts:22
  • +
  • Defined in session/get-access-token.ts:109
  • +
  • Defined in session/get-session.ts:11
  • +
  • Defined in session/touch-session.ts:23
  • +
  • Defined in session/update-session.ts:27
  • +
  • Defined in shared.ts:163
  • +
  • Defined in shared.ts:164
  • +
  • Defined in shared.ts:9
  • +
  • Defined in version.ts:1