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

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

    diff --git a/docs/modules/helpers_with_page_auth_required.html b/docs/modules/helpers_with_page_auth_required.html index 7f3c872d9..04beab44f 100644 --- a/docs/modules/helpers_with_page_auth_required.html +++ b/docs/modules/helpers_with_page_auth_required.html @@ -16,7 +16,7 @@
  • helpers/with-page-auth-required
  • Module helpers/with-page-auth-required

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

    diff --git a/docs/modules/http.html b/docs/modules/http.html index f09d18861..06cbf6a8c 100644 --- a/docs/modules/http.html +++ b/docs/modules/http.html @@ -16,7 +16,7 @@
  • http
  • Module http

    +
  • Defined in http/index.ts:1
  • diff --git a/docs/modules/http_auth0_next_api_request.html b/docs/modules/http_auth0_next_api_request.html index b65d28347..54350bd9f 100644 --- a/docs/modules/http_auth0_next_api_request.html +++ b/docs/modules/http_auth0_next_api_request.html @@ -16,7 +16,7 @@
  • http/auth0-next-api-request
  • Module http/auth0-next-api-request

    +
  • Defined in http/auth0-next-api-request.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_api_response.html b/docs/modules/http_auth0_next_api_response.html index 4572a8600..4926c3a31 100644 --- a/docs/modules/http_auth0_next_api_response.html +++ b/docs/modules/http_auth0_next_api_response.html @@ -16,7 +16,7 @@
  • http/auth0-next-api-response
  • Module http/auth0-next-api-response

    +
  • Defined in http/auth0-next-api-response.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_request.html b/docs/modules/http_auth0_next_request.html index 0cc827e7f..c84317f61 100644 --- a/docs/modules/http_auth0_next_request.html +++ b/docs/modules/http_auth0_next_request.html @@ -16,7 +16,7 @@
  • http/auth0-next-request
  • Module http/auth0-next-request

    +
  • Defined in http/auth0-next-request.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_request_cookies.html b/docs/modules/http_auth0_next_request_cookies.html index 88b23a55f..a3cfe62f8 100644 --- a/docs/modules/http_auth0_next_request_cookies.html +++ b/docs/modules/http_auth0_next_request_cookies.html @@ -16,7 +16,7 @@
  • http/auth0-next-request-cookies
  • Module http/auth0-next-request-cookies

    +
  • Defined in http/auth0-next-request-cookies.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_response.html b/docs/modules/http_auth0_next_response.html index 81b87ab1e..9e1add8e3 100644 --- a/docs/modules/http_auth0_next_response.html +++ b/docs/modules/http_auth0_next_response.html @@ -16,7 +16,7 @@
  • http/auth0-next-response
  • Module http/auth0-next-response

    +
  • Defined in http/auth0-next-response.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_response_cookies.html b/docs/modules/http_auth0_next_response_cookies.html index 81dbb474e..16ae3ad5c 100644 --- a/docs/modules/http_auth0_next_response_cookies.html +++ b/docs/modules/http_auth0_next_response_cookies.html @@ -16,7 +16,7 @@
  • http/auth0-next-response-cookies
  • Module http/auth0-next-response-cookies

    +
  • Defined in http/auth0-next-response-cookies.ts:1
  • Index

    diff --git a/docs/modules/index.html b/docs/modules/index.html index f6358327f..19ea2407f 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in index.ts:1
  • @@ -37,6 +37,8 @@

    References

    AfterRefreshAppRoute AfterRefreshPageRoute AppRouteHandlerFn +AppRouteHandlerFnContext +AppRouterHandler AppRouterOnError AppRouterPageRoute AppRouterPageRouteOpts @@ -64,6 +66,7 @@

    References

    LogoutHandlerError LogoutOptions PageRoute +PageRouterHandler PageRouterOnError ProfileHandlerError ProfileOptions @@ -135,6 +138,10 @@ Re-exports AfterRefreshPageRoute
    Re-exports AppRouteHandlerFn
    +
    +Re-exports AppRouteHandlerFnContext
    +
    +Re-exports AppRouterHandler
    Re-exports AppRouterOnError
    @@ -189,6 +196,8 @@ Re-exports LogoutOptions
    Re-exports PageRoute
    +
    +Re-exports PageRouterHandler
    Re-exports PageRouterOnError
    @@ -253,6 +262,8 @@

    AfterRefreshAppRoute
  • AfterRefreshPageRoute
  • AppRouteHandlerFn
  • +
  • AppRouteHandlerFnContext
  • +
  • AppRouterHandler
  • AppRouterOnError
  • AppRouterPageRoute
  • AppRouterPageRouteOpts
  • @@ -280,6 +291,7 @@

    LogoutHandlerError
  • LogoutOptions
  • PageRoute
  • +
  • PageRouterHandler
  • PageRouterOnError
  • ProfileHandlerError
  • ProfileOptions
  • @@ -341,6 +353,8 @@

    AfterRefreshAppRoute
  • AfterRefreshPageRoute
  • AppRouteHandlerFn
  • +
  • AppRouteHandlerFnContext
  • +
  • AppRouterHandler
  • AppRouterOnError
  • AppRouterPageRoute
  • AppRouterPageRouteOpts
  • @@ -368,6 +382,7 @@

    LogoutHandlerError
  • LogoutOptions
  • PageRoute
  • +
  • PageRouterHandler
  • PageRouterOnError
  • ProfileHandlerError
  • ProfileOptions
  • diff --git a/docs/modules/init.html b/docs/modules/init.html index 6d0d30457..7f3714a36 100644 --- a/docs/modules/init.html +++ b/docs/modules/init.html @@ -16,7 +16,7 @@
  • init
  • Module init

    +
  • Defined in init.ts:1
  • Index

    diff --git a/docs/modules/session.html b/docs/modules/session.html index f6332093e..d6400e8dc 100644 --- a/docs/modules/session.html +++ b/docs/modules/session.html @@ -16,7 +16,7 @@
  • session
  • Module session

    +
  • Defined in session/index.ts:1
  • diff --git a/docs/modules/session_get_access_token.html b/docs/modules/session_get_access_token.html index 26935eb37..c212da430 100644 --- a/docs/modules/session_get_access_token.html +++ b/docs/modules/session_get_access_token.html @@ -16,7 +16,7 @@
  • session/get-access-token
  • Module session/get-access-token

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

    diff --git a/docs/modules/session_get_session.html b/docs/modules/session_get_session.html index 53f406a11..c0a2747dd 100644 --- a/docs/modules/session_get_session.html +++ b/docs/modules/session_get_session.html @@ -16,7 +16,7 @@
  • session/get-session
  • Module session/get-session

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

    diff --git a/docs/modules/session_session.html b/docs/modules/session_session.html index ee32b19f3..c283c9fb6 100644 --- a/docs/modules/session_session.html +++ b/docs/modules/session_session.html @@ -16,7 +16,7 @@
  • session/session
  • Module session/session

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

    diff --git a/docs/modules/session_touch_session.html b/docs/modules/session_touch_session.html index c14ae5d94..0500749bd 100644 --- a/docs/modules/session_touch_session.html +++ b/docs/modules/session_touch_session.html @@ -16,7 +16,7 @@
  • session/touch-session
  • Module session/touch-session

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

    diff --git a/docs/modules/session_update_session.html b/docs/modules/session_update_session.html index 08c8ca972..41d8777f0 100644 --- a/docs/modules/session_update_session.html +++ b/docs/modules/session_update_session.html @@ -16,7 +16,7 @@
  • session/update-session
  • Module session/update-session

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

    diff --git a/docs/modules/shared.html b/docs/modules/shared.html index c2dc5ced7..5abf89132 100644 --- a/docs/modules/shared.html +++ b/docs/modules/shared.html @@ -16,7 +16,7 @@
  • shared
  • Module shared

    +
  • Defined in shared.ts:1
  • @@ -37,6 +37,8 @@

    References

    AfterRefreshAppRoute AfterRefreshPageRoute AppRouteHandlerFn +AppRouteHandlerFnContext +AppRouterHandler AppRouterOnError AppRouterPageRoute AppRouterPageRouteOpts @@ -64,6 +66,7 @@

    References

    LogoutHandlerError LogoutOptions PageRoute +PageRouterHandler PageRouterOnError ProfileHandlerError ProfileOptions @@ -120,6 +123,10 @@ Re-exports AfterRefreshPageRoute
    Re-exports AppRouteHandlerFn
    +
    +Re-exports AppRouteHandlerFnContext
    +
    +Re-exports AppRouterHandler
    Re-exports AppRouterOnError
    @@ -174,6 +181,8 @@ Re-exports LogoutOptions
    Re-exports PageRoute
    +
    +Re-exports PageRouterHandler
    Re-exports PageRouterOnError
    @@ -232,6 +241,8 @@

    AfterRefreshAppRoute
  • AfterRefreshPageRoute
  • AppRouteHandlerFn
  • +
  • AppRouteHandlerFnContext
  • +
  • AppRouterHandler
  • AppRouterOnError
  • AppRouterPageRoute
  • AppRouterPageRouteOpts
  • @@ -259,6 +270,7 @@

    LogoutHandlerError
  • LogoutOptions
  • PageRoute
  • +
  • PageRouterHandler
  • PageRouterOnError
  • ProfileHandlerError
  • ProfileOptions
  • @@ -325,6 +337,8 @@

    AfterRefreshAppRoute
  • AfterRefreshPageRoute
  • AppRouteHandlerFn
  • +
  • AppRouteHandlerFnContext
  • +
  • AppRouterHandler
  • AppRouterOnError
  • AppRouterPageRoute
  • AppRouterPageRouteOpts
  • @@ -352,6 +366,7 @@

    LogoutHandlerError
  • LogoutOptions
  • PageRoute
  • +
  • PageRouterHandler
  • PageRouterOnError
  • ProfileHandlerError
  • ProfileOptions
  • diff --git a/docs/modules/utils_errors.html b/docs/modules/utils_errors.html index 275547854..d4f53c0a9 100644 --- a/docs/modules/utils_errors.html +++ b/docs/modules/utils_errors.html @@ -16,7 +16,7 @@
  • utils/errors
  • Module utils/errors

    +
  • Defined in utils/errors.ts:1
  • Index

    diff --git a/docs/modules/version.html b/docs/modules/version.html index 7360349e6..1a36f2e54 100644 --- a/docs/modules/version.html +++ b/docs/modules/version.html @@ -16,7 +16,7 @@
  • version
  • Module version

    +
  • Defined in version.ts:1
  • Index

    diff --git a/docs/types/client_use_user.UserContext.html b/docs/types/client_use_user.UserContext.html index bf3dd46d7..5d4d6e75b 100644 --- a/docs/types/client_use_user.UserContext.html +++ b/docs/types/client_use_user.UserContext.html @@ -38,8 +38,8 @@
    isLoadingOptional user?: UserProfile
    +
  • Defined in client/use-user.tsx:28
  • +
  • Defined in client/use-user.tsx:116
  • +
  • Defined in client/use-user.tsx:164
  • +
  • Defined in client/use-user.tsx:104
  • +
  • Defined in client/with-page-auth-required.tsx:69
  • +
  • Defined in config.ts:450
  • +
  • Defined in edge.ts:41
  • +
  • Defined in handlers/auth.ts:143
  • +
  • Defined in handlers/auth.ts:115
  • +
  • Defined in handlers/auth.ts:64
  • +
  • Defined in handlers/auth.ts:138
  • +
  • Defined in handlers/callback.ts:20
  • +
  • Defined in handlers/callback.ts:174
  • +
  • Defined in handlers/callback.ts:102
  • +
  • Defined in handlers/callback.ts:276
  • +
  • Defined in handlers/callback.ts:215
  • +
  • Defined in handlers/callback.ts:267
  • +
  • Defined in handlers/login.ts:18
  • +
  • Defined in handlers/login.ts:58
  • +
  • Defined in handlers/login.ts:38
  • +
  • Defined in handlers/login.ts:248
  • +
  • Defined in handlers/login.ts:257
  • +
  • Defined in handlers/login.ts:192
  • +
  • Defined in handlers/logout.ts:88
  • +
  • Defined in handlers/logout.ts:97
  • +
  • Defined in handlers/logout.ts:36
  • +
  • Defined in handlers/profile.ts:14
  • +
  • Defined in handlers/profile.ts:32
  • +
  • Defined in handlers/profile.ts:21
  • +
  • Defined in handlers/profile.ts:112
  • +
  • Defined in handlers/profile.ts:121
  • +
  • Defined in handlers/profile.ts:41
  • +
  • Defined in handlers/profile.ts:62
  • +
  • Defined in handlers/router-helpers.ts:12
  • helpers
  • helpers/testing
  • diff --git a/docs/types/handlers_router_helpers.AppRouterHandler.html b/docs/types/handlers_router_helpers.AppRouterHandler.html new file mode 100644 index 000000000..4426d538b --- /dev/null +++ b/docs/types/handlers_router_helpers.AppRouterHandler.html @@ -0,0 +1,100 @@ +AppRouterHandler | @auth0/nextjs-auth0
    +
    + +
    + +
    \ No newline at end of file diff --git a/docs/types/handlers_router_helpers.AuthHandler.html b/docs/types/handlers_router_helpers.AuthHandler.html index e976c89e7..0eb988140 100644 --- a/docs/types/handlers_router_helpers.AuthHandler.html +++ b/docs/types/handlers_router_helpers.AuthHandler.html @@ -44,7 +44,7 @@

    Parameters

    Optional options: Opts

    Returns Handler<Opts>

    +
  • Defined in handlers/router-helpers.ts:45
  • Returns Opts

    +
  • Defined in handlers/router-helpers.ts:43
  • +
  • Defined in helpers/testing.ts:7
  • +
  • Defined in helpers/with-api-auth-required.ts:25
  • +
  • Defined in helpers/with-api-auth-required.ts:14
  • +
  • Defined in helpers/with-api-auth-required.ts:83
  • +
  • Defined in helpers/with-api-auth-required.ts:55
  • +
  • Defined in helpers/with-api-auth-required.ts:75
  • +
  • Defined in helpers/with-middleware-auth-required.ts:46
  • +
  • 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:162
  • +
  • Defined in shared.ts:163
  • +
  • Defined in shared.ts:9
  • +
  • Defined in version.ts:1