diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb38a927..f9cd0c0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.1](https://github.com/auth0/nextjs-auth0/tree/v1.4.1) (2021-06-24) + +**Fixed** + +- Fix reflected XSS from the callback handler's error query parameter [CVE-2021-32702](https://github.com/auth0/nextjs-auth0/security/advisories/GHSA-954c-jjx6-cxv7) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [1.4.0](https://github.com/auth0/nextjs-auth0/tree/v1.4.0) (2021-06-03) **Added** diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 8315c8550..3a3b901e3 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1 +1 @@ -window.searchData = {"kinds":{"1":"Module","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"config","url":"modules/config.html","classes":"tsd-kind-module"},{"id":1,"kind":256,"name":"BaseConfig","url":"interfaces/config.baseconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":2,"kind":1024,"name":"secret","url":"interfaces/config.baseconfig.html#secret","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":3,"kind":1024,"name":"session","url":"interfaces/config.baseconfig.html#session","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":4,"kind":1024,"name":"auth0Logout","url":"interfaces/config.baseconfig.html#auth0logout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":5,"kind":1024,"name":"authorizationParams","url":"interfaces/config.baseconfig.html#authorizationparams","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":6,"kind":1024,"name":"baseURL","url":"interfaces/config.baseconfig.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":7,"kind":1024,"name":"clientID","url":"interfaces/config.baseconfig.html#clientid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":8,"kind":1024,"name":"clientSecret","url":"interfaces/config.baseconfig.html#clientsecret","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":9,"kind":1024,"name":"clockTolerance","url":"interfaces/config.baseconfig.html#clocktolerance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":10,"kind":1024,"name":"httpTimeout","url":"interfaces/config.baseconfig.html#httptimeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":11,"kind":1024,"name":"enableTelemetry","url":"interfaces/config.baseconfig.html#enabletelemetry","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":12,"kind":1024,"name":"getLoginState","url":"interfaces/config.baseconfig.html#getloginstate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":13,"kind":65536,"name":"__type","url":"interfaces/config.baseconfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":14,"kind":1024,"name":"identityClaimFilter","url":"interfaces/config.baseconfig.html#identityclaimfilter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":15,"kind":1024,"name":"idpLogout","url":"interfaces/config.baseconfig.html#idplogout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":16,"kind":1024,"name":"idTokenSigningAlg","url":"interfaces/config.baseconfig.html#idtokensigningalg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":17,"kind":1024,"name":"issuerBaseURL","url":"interfaces/config.baseconfig.html#issuerbaseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":18,"kind":1024,"name":"legacySameSiteCookie","url":"interfaces/config.baseconfig.html#legacysamesitecookie","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":19,"kind":1024,"name":"routes","url":"interfaces/config.baseconfig.html#routes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":20,"kind":65536,"name":"__type","url":"interfaces/config.baseconfig.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":21,"kind":1024,"name":"postLogoutRedirect","url":"interfaces/config.baseconfig.html#__type-1.postlogoutredirect","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"config.BaseConfig.__type"},{"id":22,"kind":1024,"name":"callback","url":"interfaces/config.baseconfig.html#__type-1.callback","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"config.BaseConfig.__type"},{"id":23,"kind":256,"name":"SessionConfig","url":"interfaces/config.sessionconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":24,"kind":1024,"name":"name","url":"interfaces/config.sessionconfig.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":25,"kind":1024,"name":"rolling","url":"interfaces/config.sessionconfig.html#rolling","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":26,"kind":1024,"name":"rollingDuration","url":"interfaces/config.sessionconfig.html#rollingduration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":27,"kind":1024,"name":"absoluteDuration","url":"interfaces/config.sessionconfig.html#absoluteduration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":28,"kind":1024,"name":"cookie","url":"interfaces/config.sessionconfig.html#cookie","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":29,"kind":256,"name":"CookieConfig","url":"interfaces/config.cookieconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":30,"kind":1024,"name":"domain","url":"interfaces/config.cookieconfig.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":31,"kind":1024,"name":"path","url":"interfaces/config.cookieconfig.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":32,"kind":1024,"name":"transient","url":"interfaces/config.cookieconfig.html#transient","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":33,"kind":1024,"name":"httpOnly","url":"interfaces/config.cookieconfig.html#httponly","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":34,"kind":1024,"name":"secure","url":"interfaces/config.cookieconfig.html#secure","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":35,"kind":1024,"name":"sameSite","url":"interfaces/config.cookieconfig.html#samesite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":36,"kind":256,"name":"AuthorizationParameters","url":"interfaces/config.authorizationparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":37,"kind":1024,"name":"scope","url":"interfaces/config.authorizationparameters.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.AuthorizationParameters"},{"id":38,"kind":1024,"name":"response_mode","url":"interfaces/config.authorizationparameters.html#response_mode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.AuthorizationParameters"},{"id":39,"kind":1024,"name":"response_type","url":"interfaces/config.authorizationparameters.html#response_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.AuthorizationParameters"},{"id":40,"kind":256,"name":"NextConfig","url":"interfaces/config.nextconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":41,"kind":1024,"name":"organization","url":"interfaces/config.nextconfig.html#organization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":42,"kind":1024,"name":"routes","url":"interfaces/config.nextconfig.html#routes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":43,"kind":65536,"name":"__type","url":"interfaces/config.nextconfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":44,"kind":1024,"name":"login","url":"interfaces/config.nextconfig.html#__type.login","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"config.NextConfig.__type"},{"id":45,"kind":1024,"name":"identityClaimFilter","url":"interfaces/config.nextconfig.html#identityclaimfilter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":46,"kind":4194304,"name":"ConfigParameters","url":"modules/config.html#configparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"config"},{"id":47,"kind":1,"name":"frontend","url":"modules/frontend.html","classes":"tsd-kind-module"},{"id":48,"kind":1,"name":"frontend/use-user","url":"modules/frontend_use_user.html","classes":"tsd-kind-module"},{"id":49,"kind":256,"name":"UserProfile","url":"interfaces/frontend_use_user.userprofile.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"frontend/use-user"},{"id":50,"kind":1024,"name":"email","url":"interfaces/frontend_use_user.userprofile.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":51,"kind":1024,"name":"email_verified","url":"interfaces/frontend_use_user.userprofile.html#email_verified","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":52,"kind":1024,"name":"name","url":"interfaces/frontend_use_user.userprofile.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":53,"kind":1024,"name":"nickname","url":"interfaces/frontend_use_user.userprofile.html#nickname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":54,"kind":1024,"name":"picture","url":"interfaces/frontend_use_user.userprofile.html#picture","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":55,"kind":1024,"name":"sub","url":"interfaces/frontend_use_user.userprofile.html#sub","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":56,"kind":1024,"name":"updated_at","url":"interfaces/frontend_use_user.userprofile.html#updated_at","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":57,"kind":4194304,"name":"UserContext","url":"modules/frontend_use_user.html#usercontext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":58,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#usercontext.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"frontend/use-user.UserContext"},{"id":59,"kind":1024,"name":"user","url":"modules/frontend_use_user.html#usercontext.__type-1.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":60,"kind":1024,"name":"error","url":"modules/frontend_use_user.html#usercontext.__type-1.error","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":61,"kind":1024,"name":"isLoading","url":"modules/frontend_use_user.html#usercontext.__type-1.isloading","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":62,"kind":1024,"name":"checkSession","url":"modules/frontend_use_user.html#usercontext.__type-1.checksession","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":63,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#usercontext.__type-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":64,"kind":4194304,"name":"UserProviderProps","url":"modules/frontend_use_user.html#userproviderprops","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":65,"kind":4194304,"name":"UseUser","url":"modules/frontend_use_user.html#useuser","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":66,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#useuser.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"frontend/use-user.UseUser"},{"id":67,"kind":4194304,"name":"UserProvider","url":"modules/frontend_use_user.html#userprovider","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":68,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#userprovider.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"frontend/use-user.UserProvider"},{"id":69,"kind":1024,"name":"default","url":"modules/frontend_use_user.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"frontend/use-user"},{"id":70,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"frontend/use-user"},{"id":71,"kind":1,"name":"frontend/with-page-auth-required","url":"modules/frontend_with_page_auth_required.html","classes":"tsd-kind-module"},{"id":72,"kind":256,"name":"WithPageAuthRequiredOptions","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"frontend/with-page-auth-required"},{"id":73,"kind":1024,"name":"returnTo","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":74,"kind":1024,"name":"onRedirecting","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html#onredirecting","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":75,"kind":1024,"name":"onError","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html#onerror","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":76,"kind":4194304,"name":"WithPageAuthRequired","url":"modules/frontend_with_page_auth_required.html#withpageauthrequired","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/with-page-auth-required"},{"id":77,"kind":65536,"name":"__type","url":"modules/frontend_with_page_auth_required.html#withpageauthrequired.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-has-type-parameter","parent":"frontend/with-page-auth-required.WithPageAuthRequired"},{"id":78,"kind":1,"name":"handlers/auth","url":"modules/handlers_auth.html","classes":"tsd-kind-module"},{"id":79,"kind":256,"name":"Handlers","url":"interfaces/handlers_auth.handlers.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/auth"},{"id":80,"kind":1024,"name":"login","url":"interfaces/handlers_auth.handlers.html#login","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":81,"kind":1024,"name":"logout","url":"interfaces/handlers_auth.handlers.html#logout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":82,"kind":1024,"name":"callback","url":"interfaces/handlers_auth.handlers.html#callback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":83,"kind":1024,"name":"profile","url":"interfaces/handlers_auth.handlers.html#profile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":84,"kind":4194304,"name":"HandleAuth","url":"modules/handlers_auth.html#handleauth","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/auth"},{"id":85,"kind":65536,"name":"__type","url":"modules/handlers_auth.html#handleauth.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/auth.HandleAuth"},{"id":86,"kind":1,"name":"handlers/callback","url":"modules/handlers_callback.html","classes":"tsd-kind-module"},{"id":87,"kind":4194304,"name":"AfterCallback","url":"modules/handlers_callback.html#aftercallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/callback"},{"id":88,"kind":65536,"name":"__type","url":"modules/handlers_callback.html#aftercallback.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/callback.AfterCallback"},{"id":89,"kind":256,"name":"CallbackOptions","url":"interfaces/handlers_callback.callbackoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/callback"},{"id":90,"kind":1024,"name":"afterCallback","url":"interfaces/handlers_callback.callbackoptions.html#aftercallback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/callback.CallbackOptions"},{"id":91,"kind":1024,"name":"redirectUri","url":"interfaces/handlers_callback.callbackoptions.html#redirecturi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/callback.CallbackOptions"},{"id":92,"kind":1024,"name":"organization","url":"interfaces/handlers_callback.callbackoptions.html#organization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/callback.CallbackOptions"},{"id":93,"kind":4194304,"name":"HandleCallback","url":"modules/handlers_callback.html#handlecallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/callback"},{"id":94,"kind":65536,"name":"__type","url":"modules/handlers_callback.html#handlecallback.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/callback.HandleCallback"},{"id":95,"kind":1,"name":"handlers","url":"modules/handlers.html","classes":"tsd-kind-module"},{"id":96,"kind":1,"name":"handlers/login","url":"modules/handlers_login.html","classes":"tsd-kind-module"},{"id":97,"kind":4194304,"name":"GetLoginState","url":"modules/handlers_login.html#getloginstate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/login"},{"id":98,"kind":65536,"name":"__type","url":"modules/handlers_login.html#getloginstate.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/login.GetLoginState"},{"id":99,"kind":256,"name":"AuthorizationParams","url":"interfaces/handlers_login.authorizationparams.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/login"},{"id":100,"kind":1024,"name":"invitation","url":"interfaces/handlers_login.authorizationparams.html#invitation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":101,"kind":1024,"name":"organization","url":"interfaces/handlers_login.authorizationparams.html#organization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":102,"kind":1024,"name":"scope","url":"interfaces/handlers_login.authorizationparams.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":103,"kind":1024,"name":"response_mode","url":"interfaces/handlers_login.authorizationparams.html#response_mode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":104,"kind":1024,"name":"response_type","url":"interfaces/handlers_login.authorizationparams.html#response_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":105,"kind":256,"name":"LoginOptions","url":"interfaces/handlers_login.loginoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/login"},{"id":106,"kind":1024,"name":"authorizationParams","url":"interfaces/handlers_login.loginoptions.html#authorizationparams","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.LoginOptions"},{"id":107,"kind":1024,"name":"returnTo","url":"interfaces/handlers_login.loginoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.LoginOptions"},{"id":108,"kind":1024,"name":"getLoginState","url":"interfaces/handlers_login.loginoptions.html#getloginstate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.LoginOptions"},{"id":109,"kind":4194304,"name":"HandleLogin","url":"modules/handlers_login.html#handlelogin","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/login"},{"id":110,"kind":65536,"name":"__type","url":"modules/handlers_login.html#handlelogin.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/login.HandleLogin"},{"id":111,"kind":1,"name":"handlers/logout","url":"modules/handlers_logout.html","classes":"tsd-kind-module"},{"id":112,"kind":256,"name":"LogoutOptions","url":"interfaces/handlers_logout.logoutoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/logout"},{"id":113,"kind":1024,"name":"returnTo","url":"interfaces/handlers_logout.logoutoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/logout.LogoutOptions"},{"id":114,"kind":4194304,"name":"HandleLogout","url":"modules/handlers_logout.html#handlelogout","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/logout"},{"id":115,"kind":65536,"name":"__type","url":"modules/handlers_logout.html#handlelogout.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/logout.HandleLogout"},{"id":116,"kind":1,"name":"handlers/profile","url":"modules/handlers_profile.html","classes":"tsd-kind-module"},{"id":117,"kind":4194304,"name":"AfterRefetch","url":"modules/handlers_profile.html#afterrefetch","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/profile"},{"id":118,"kind":65536,"name":"__type","url":"modules/handlers_profile.html#afterrefetch.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/profile.AfterRefetch"},{"id":119,"kind":4194304,"name":"ProfileOptions","url":"modules/handlers_profile.html#profileoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/profile"},{"id":120,"kind":65536,"name":"__type","url":"modules/handlers_profile.html#profileoptions.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/profile.ProfileOptions"},{"id":121,"kind":1024,"name":"refetch","url":"modules/handlers_profile.html#profileoptions.__type-2.refetch","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"handlers/profile.ProfileOptions.__type"},{"id":122,"kind":1024,"name":"afterRefetch","url":"modules/handlers_profile.html#profileoptions.__type-2.afterrefetch-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"handlers/profile.ProfileOptions.__type"},{"id":123,"kind":4194304,"name":"HandleProfile","url":"modules/handlers_profile.html#handleprofile","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/profile"},{"id":124,"kind":65536,"name":"__type","url":"modules/handlers_profile.html#handleprofile.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/profile.HandleProfile"},{"id":125,"kind":1,"name":"helpers","url":"modules/helpers.html","classes":"tsd-kind-module"},{"id":126,"kind":1,"name":"helpers/with-api-auth-required","url":"modules/helpers_with_api_auth_required.html","classes":"tsd-kind-module"},{"id":127,"kind":4194304,"name":"WithApiAuthRequired","url":"modules/helpers_with_api_auth_required.html#withapiauthrequired","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-api-auth-required"},{"id":128,"kind":65536,"name":"__type","url":"modules/helpers_with_api_auth_required.html#withapiauthrequired.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers/with-api-auth-required.WithApiAuthRequired"},{"id":129,"kind":1,"name":"helpers/with-page-auth-required","url":"modules/helpers_with_page_auth_required.html","classes":"tsd-kind-module"},{"id":130,"kind":4194304,"name":"GetServerSidePropsResultWithSession","url":"modules/helpers_with_page_auth_required.html#getserversidepropsresultwithsession","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":131,"kind":4194304,"name":"PageRoute","url":"modules/helpers_with_page_auth_required.html#pageroute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":132,"kind":65536,"name":"__type","url":"modules/helpers_with_page_auth_required.html#pageroute.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers/with-page-auth-required.PageRoute"},{"id":133,"kind":4194304,"name":"WithPageAuthRequiredOptions","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":134,"kind":65536,"name":"__type","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":135,"kind":1024,"name":"getServerSideProps","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions.__type-2.getserversideprops","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"helpers/with-page-auth-required.WithPageAuthRequiredOptions.__type"},{"id":136,"kind":1024,"name":"returnTo","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions.__type-2.returnto","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"helpers/with-page-auth-required.WithPageAuthRequiredOptions.__type"},{"id":137,"kind":4194304,"name":"WithPageAuthRequired","url":"modules/helpers_with_page_auth_required.html#withpageauthrequired","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":138,"kind":65536,"name":"__type","url":"modules/helpers_with_page_auth_required.html#withpageauthrequired.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-has-type-parameter","parent":"helpers/with-page-auth-required.WithPageAuthRequired"},{"id":139,"kind":1,"name":"instance","url":"modules/instance.html","classes":"tsd-kind-module"},{"id":140,"kind":256,"name":"SignInWithAuth0","url":"interfaces/instance.signinwithauth0.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"instance"},{"id":141,"kind":1024,"name":"getSession","url":"interfaces/instance.signinwithauth0.html#getsession","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":142,"kind":1024,"name":"getAccessToken","url":"interfaces/instance.signinwithauth0.html#getaccesstoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":143,"kind":1024,"name":"handleLogin","url":"interfaces/instance.signinwithauth0.html#handlelogin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":144,"kind":1024,"name":"handleCallback","url":"interfaces/instance.signinwithauth0.html#handlecallback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":145,"kind":1024,"name":"handleLogout","url":"interfaces/instance.signinwithauth0.html#handlelogout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":146,"kind":1024,"name":"handleProfile","url":"interfaces/instance.signinwithauth0.html#handleprofile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":147,"kind":1024,"name":"withApiAuthRequired","url":"interfaces/instance.signinwithauth0.html#withapiauthrequired","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":148,"kind":1024,"name":"withPageAuthRequired","url":"interfaces/instance.signinwithauth0.html#withpageauthrequired","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":149,"kind":1024,"name":"handleAuth","url":"interfaces/instance.signinwithauth0.html#handleauth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":150,"kind":4194304,"name":"InitAuth0","url":"modules/instance.html#initauth0","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"instance"},{"id":151,"kind":65536,"name":"__type","url":"modules/instance.html#initauth0.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"instance.InitAuth0"},{"id":152,"kind":1,"name":"session/get-access-token","url":"modules/session_get_access_token.html","classes":"tsd-kind-module"},{"id":153,"kind":256,"name":"AccessTokenRequest","url":"interfaces/session_get_access_token.accesstokenrequest.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"session/get-access-token"},{"id":154,"kind":1024,"name":"scopes","url":"interfaces/session_get_access_token.accesstokenrequest.html#scopes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"session/get-access-token.AccessTokenRequest"},{"id":155,"kind":1024,"name":"refresh","url":"interfaces/session_get_access_token.accesstokenrequest.html#refresh","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"session/get-access-token.AccessTokenRequest"},{"id":156,"kind":256,"name":"GetAccessTokenResult","url":"interfaces/session_get_access_token.getaccesstokenresult.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"session/get-access-token"},{"id":157,"kind":1024,"name":"accessToken","url":"interfaces/session_get_access_token.getaccesstokenresult.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"session/get-access-token.GetAccessTokenResult"},{"id":158,"kind":4194304,"name":"GetAccessToken","url":"modules/session_get_access_token.html#getaccesstoken","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"session/get-access-token"},{"id":159,"kind":65536,"name":"__type","url":"modules/session_get_access_token.html#getaccesstoken.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"session/get-access-token.GetAccessToken"},{"id":160,"kind":1,"name":"session/get-session","url":"modules/session_get_session.html","classes":"tsd-kind-module"},{"id":161,"kind":4194304,"name":"GetSession","url":"modules/session_get_session.html#getsession","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"session/get-session"},{"id":162,"kind":65536,"name":"__type","url":"modules/session_get_session.html#getsession.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"session/get-session.GetSession"},{"id":163,"kind":1,"name":"session","url":"modules/session.html","classes":"tsd-kind-module"},{"id":164,"kind":1,"name":"session/session","url":"modules/session_session.html","classes":"tsd-kind-module"},{"id":165,"kind":256,"name":"Claims","url":"interfaces/session_session.claims.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"session/session"},{"id":166,"kind":128,"name":"default","url":"classes/session_session.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"session/session"},{"id":167,"kind":512,"name":"constructor","url":"classes/session_session.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"session/session.default"},{"id":168,"kind":1024,"name":"user","url":"classes/session_session.default.html#user","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":169,"kind":1024,"name":"idToken","url":"classes/session_session.default.html#idtoken","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":170,"kind":1024,"name":"accessToken","url":"classes/session_session.default.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":171,"kind":1024,"name":"accessTokenScope","url":"classes/session_session.default.html#accesstokenscope","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":172,"kind":1024,"name":"accessTokenExpiresAt","url":"classes/session_session.default.html#accesstokenexpiresat","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":173,"kind":1024,"name":"refreshToken","url":"classes/session_session.default.html#refreshtoken","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":174,"kind":1,"name":"utils/errors","url":"modules/utils_errors.html","classes":"tsd-kind-module"},{"id":175,"kind":128,"name":"AccessTokenError","url":"classes/utils_errors.accesstokenerror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"utils/errors"},{"id":176,"kind":512,"name":"constructor","url":"classes/utils_errors.accesstokenerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"utils/errors.AccessTokenError"},{"id":177,"kind":1024,"name":"code","url":"classes/utils_errors.accesstokenerror.html#code","classes":"tsd-kind-property tsd-parent-kind-class","parent":"utils/errors.AccessTokenError"},{"id":178,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":179,"kind":1024,"name":"default","url":"modules/version.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"version"},{"id":180,"kind":1024,"name":"ConfigProvider","url":"modules/frontend.html#configprovider","classes":"tsd-kind-property tsd-parent-kind-module","parent":"frontend"},{"id":181,"kind":65536,"name":"__type","url":"modules/frontend.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"frontend"},{"id":182,"kind":4194304,"name":"ConfigProviderProps","url":"modules/frontend.html#configproviderprops","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend"},{"id":183,"kind":64,"name":"useConfig","url":"modules/frontend.html#useconfig","classes":"tsd-kind-function tsd-parent-kind-module","parent":"frontend"},{"id":184,"kind":16777216,"name":"UserProvider","url":"modules/frontend.html#userprovider","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":185,"kind":16777216,"name":"UserProviderProps","url":"modules/frontend.html#userproviderprops","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":186,"kind":16777216,"name":"UserProfile","url":"modules/frontend.html#userprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":187,"kind":16777216,"name":"WithPageAuthRequired","url":"modules/frontend.html#withpageauthrequired","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":188,"kind":16777216,"name":"WithPageAuthRequiredOptions","url":"modules/frontend.html#withpageauthrequiredoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":189,"kind":16777216,"name":"HandleCallback","url":"modules/handlers.html#handlecallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":190,"kind":16777216,"name":"CallbackOptions","url":"modules/handlers.html#callbackoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":191,"kind":16777216,"name":"AfterCallback","url":"modules/handlers.html#aftercallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":192,"kind":16777216,"name":"HandleLogin","url":"modules/handlers.html#handlelogin","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":193,"kind":16777216,"name":"LoginOptions","url":"modules/handlers.html#loginoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":194,"kind":16777216,"name":"GetLoginState","url":"modules/handlers.html#getloginstate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":195,"kind":16777216,"name":"HandleLogout","url":"modules/handlers.html#handlelogout","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":196,"kind":16777216,"name":"LogoutOptions","url":"modules/handlers.html#logoutoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":197,"kind":16777216,"name":"HandleProfile","url":"modules/handlers.html#handleprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":198,"kind":16777216,"name":"ProfileOptions","url":"modules/handlers.html#profileoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":199,"kind":16777216,"name":"AfterRefetch","url":"modules/handlers.html#afterrefetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":200,"kind":16777216,"name":"Handlers","url":"modules/handlers.html#handlers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":201,"kind":16777216,"name":"HandleAuth","url":"modules/handlers.html#handleauth","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":202,"kind":16777216,"name":"WithApiAuthRequired","url":"modules/helpers.html#withapiauthrequired","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":203,"kind":16777216,"name":"GetServerSidePropsResultWithSession","url":"modules/helpers.html#getserversidepropsresultwithsession","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":204,"kind":16777216,"name":"WithPageAuthRequired","url":"modules/helpers.html#withpageauthrequired","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":205,"kind":16777216,"name":"WithPageAuthRequiredOptions","url":"modules/helpers.html#withpageauthrequiredoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":206,"kind":16777216,"name":"PageRoute","url":"modules/helpers.html#pageroute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":207,"kind":16777216,"name":"Session","url":"modules/session.html#session-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":208,"kind":16777216,"name":"Claims","url":"modules/session.html#claims","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":209,"kind":16777216,"name":"GetSession","url":"modules/session.html#getsession","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":210,"kind":16777216,"name":"GetAccessToken","url":"modules/session.html#getaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":211,"kind":16777216,"name":"AccessTokenRequest","url":"modules/session.html#accesstokenrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":212,"kind":16777216,"name":"GetAccessTokenResult","url":"modules/session.html#getaccesstokenresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":213,"kind":128,"name":"SessionCache","url":"classes/session.sessioncache.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"session"},{"id":214,"kind":512,"name":"constructor","url":"classes/session.sessioncache.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"session.SessionCache"},{"id":215,"kind":2048,"name":"init","url":"classes/session.sessioncache.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":216,"kind":2048,"name":"create","url":"classes/session.sessioncache.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":217,"kind":2048,"name":"delete","url":"classes/session.sessioncache.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":218,"kind":2048,"name":"isAuthenticated","url":"classes/session.sessioncache.html#isauthenticated","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":219,"kind":2048,"name":"getIdToken","url":"classes/session.sessioncache.html#getidtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":220,"kind":2048,"name":"set","url":"classes/session.sessioncache.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":221,"kind":2048,"name":"get","url":"classes/session.sessioncache.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":222,"kind":2048,"name":"fromTokenSet","url":"classes/session.sessioncache.html#fromtokenset","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,34.751]],["parent/0",[]],["name/1",[1,51.216]],["parent/1",[0,3.76]],["name/2",[2,51.216]],["parent/2",[3,2.702]],["name/3",[4,29.524]],["parent/3",[3,2.702]],["name/4",[5,51.216]],["parent/4",[3,2.702]],["name/5",[6,42.548]],["parent/5",[3,2.702]],["name/6",[7,51.216]],["parent/6",[3,2.702]],["name/7",[8,51.216]],["parent/7",[3,2.702]],["name/8",[9,51.216]],["parent/8",[3,2.702]],["name/9",[10,51.216]],["parent/9",[3,2.702]],["name/10",[11,51.216]],["parent/10",[3,2.702]],["name/11",[12,51.216]],["parent/11",[3,2.702]],["name/12",[13,39.977]],["parent/12",[3,2.702]],["name/13",[14,21.837]],["parent/13",[3,2.702]],["name/14",[15,45.99]],["parent/14",[3,2.702]],["name/15",[16,51.216]],["parent/15",[3,2.702]],["name/16",[17,51.216]],["parent/16",[3,2.702]],["name/17",[18,51.216]],["parent/17",[3,2.702]],["name/18",[19,51.216]],["parent/18",[3,2.702]],["name/19",[20,45.99]],["parent/19",[3,2.702]],["name/20",[14,21.837]],["parent/20",[3,2.702]],["name/21",[21,51.216]],["parent/21",[22,4.976]],["name/22",[23,45.99]],["parent/22",[22,4.976]],["name/23",[24,51.216]],["parent/23",[0,3.76]],["name/24",[25,45.99]],["parent/24",[26,4.104]],["name/25",[27,51.216]],["parent/25",[26,4.104]],["name/26",[28,51.216]],["parent/26",[26,4.104]],["name/27",[29,51.216]],["parent/27",[26,4.104]],["name/28",[30,51.216]],["parent/28",[26,4.104]],["name/29",[31,51.216]],["parent/29",[0,3.76]],["name/30",[32,51.216]],["parent/30",[33,3.919]],["name/31",[34,51.216]],["parent/31",[33,3.919]],["name/32",[35,51.216]],["parent/32",[33,3.919]],["name/33",[36,51.216]],["parent/33",[33,3.919]],["name/34",[37,51.216]],["parent/34",[33,3.919]],["name/35",[38,51.216]],["parent/35",[33,3.919]],["name/36",[39,51.216]],["parent/36",[0,3.76]],["name/37",[40,45.99]],["parent/37",[41,4.604]],["name/38",[42,45.99]],["parent/38",[41,4.604]],["name/39",[43,45.99]],["parent/39",[41,4.604]],["name/40",[44,51.216]],["parent/40",[0,3.76]],["name/41",[45,42.548]],["parent/41",[46,4.326]],["name/42",[20,45.99]],["parent/42",[46,4.326]],["name/43",[14,21.837]],["parent/43",[46,4.326]],["name/44",[47,45.99]],["parent/44",[48,5.542]],["name/45",[15,45.99]],["parent/45",[46,4.326]],["name/46",[49,51.216]],["parent/46",[0,3.76]],["name/47",[50,31.308]],["parent/47",[]],["name/48",[51,16.529,52,22.436]],["parent/48",[]],["name/49",[53,45.99]],["parent/49",[51,1.855,52,2.517]],["name/50",[54,51.216]],["parent/50",[51,1.855,55,2.794]],["name/51",[56,51.216]],["parent/51",[51,1.855,55,2.794]],["name/52",[25,45.99]],["parent/52",[51,1.855,55,2.794]],["name/53",[57,51.216]],["parent/53",[51,1.855,55,2.794]],["name/54",[58,51.216]],["parent/54",[51,1.855,55,2.794]],["name/55",[59,51.216]],["parent/55",[51,1.855,55,2.794]],["name/56",[60,51.216]],["parent/56",[51,1.855,55,2.794]],["name/57",[61,51.216]],["parent/57",[51,1.855,52,2.517]],["name/58",[14,21.837]],["parent/58",[51,1.855,62,4.118]],["name/59",[52,31.308]],["parent/59",[51,1.855,63,3.049]],["name/60",[64,51.216]],["parent/60",[51,1.855,63,3.049]],["name/61",[65,51.216]],["parent/61",[51,1.855,63,3.049]],["name/62",[66,51.216]],["parent/62",[51,1.855,63,3.049]],["name/63",[14,21.837]],["parent/63",[51,1.855,63,3.049]],["name/64",[67,45.99]],["parent/64",[51,1.855,52,2.517]],["name/65",[68,51.216]],["parent/65",[51,1.855,52,2.517]],["name/66",[14,21.837]],["parent/66",[51,1.855,69,4.118]],["name/67",[70,45.99]],["parent/67",[51,1.855,52,2.517]],["name/68",[14,21.837]],["parent/68",[51,1.855,71,4.118]],["name/69",[72,42.548]],["parent/69",[51,1.855,52,2.517]],["name/70",[14,21.837]],["parent/70",[51,1.855,52,2.517]],["name/71",[73,15.894,74,11.929,75,11.189,76,14.32]],["parent/71",[]],["name/72",[77,39.977]],["parent/72",[73,1.845,74,1.385,75,1.299,76,1.663]],["name/73",[78,39.977]],["parent/73",[73,1.845,74,1.385,75,1.299,79,2.123]],["name/74",[80,51.216]],["parent/74",[73,1.845,74,1.385,75,1.299,79,2.123]],["name/75",[81,51.216]],["parent/75",[73,1.845,74,1.385,75,1.299,79,2.123]],["name/76",[82,37.924]],["parent/76",[73,1.845,74,1.385,75,1.299,76,1.663]],["name/77",[14,21.837]],["parent/77",[73,1.845,74,1.385,75,1.299,83,2.442]],["name/78",[84,42.548]],["parent/78",[]],["name/79",[85,26.684]],["parent/79",[84,4.604]],["name/80",[47,45.99]],["parent/80",[86,4.326]],["name/81",[87,51.216]],["parent/81",[86,4.326]],["name/82",[23,45.99]],["parent/82",[86,4.326]],["name/83",[88,51.216]],["parent/83",[86,4.326]],["name/84",[89,42.548]],["parent/84",[84,4.604]],["name/85",[14,21.837]],["parent/85",[90,5.542]],["name/86",[91,39.977]],["parent/86",[]],["name/87",[92,42.548]],["parent/87",[91,4.326]],["name/88",[14,21.837]],["parent/88",[93,5.542]],["name/89",[94,45.99]],["parent/89",[91,4.326]],["name/90",[92,42.548]],["parent/90",[95,4.604]],["name/91",[96,51.216]],["parent/91",[95,4.604]],["name/92",[45,42.548]],["parent/92",[95,4.604]],["name/93",[97,42.548]],["parent/93",[91,4.326]],["name/94",[14,21.837]],["parent/94",[98,5.542]],["name/95",[85,26.684]],["parent/95",[]],["name/96",[99,37.924]],["parent/96",[]],["name/97",[13,39.977]],["parent/97",[99,4.104]],["name/98",[14,21.837]],["parent/98",[100,5.542]],["name/99",[6,42.548]],["parent/99",[99,4.104]],["name/100",[101,51.216]],["parent/100",[102,4.104]],["name/101",[45,42.548]],["parent/101",[102,4.104]],["name/102",[40,45.99]],["parent/102",[102,4.104]],["name/103",[42,45.99]],["parent/103",[102,4.104]],["name/104",[43,45.99]],["parent/104",[102,4.104]],["name/105",[103,45.99]],["parent/105",[99,4.104]],["name/106",[6,42.548]],["parent/106",[104,4.604]],["name/107",[78,39.977]],["parent/107",[104,4.604]],["name/108",[13,39.977]],["parent/108",[104,4.604]],["name/109",[105,42.548]],["parent/109",[99,4.104]],["name/110",[14,21.837]],["parent/110",[106,5.542]],["name/111",[107,42.548]],["parent/111",[]],["name/112",[108,45.99]],["parent/112",[107,4.604]],["name/113",[78,39.977]],["parent/113",[109,5.542]],["name/114",[110,42.548]],["parent/114",[107,4.604]],["name/115",[14,21.837]],["parent/115",[111,5.542]],["name/116",[112,39.977]],["parent/116",[]],["name/117",[113,42.548]],["parent/117",[112,4.326]],["name/118",[14,21.837]],["parent/118",[114,5.542]],["name/119",[115,45.99]],["parent/119",[112,4.326]],["name/120",[14,21.837]],["parent/120",[116,5.542]],["name/121",[117,51.216]],["parent/121",[118,4.976]],["name/122",[113,42.548]],["parent/122",[118,4.976]],["name/123",[119,42.548]],["parent/123",[112,4.326]],["name/124",[14,21.837]],["parent/124",[120,5.542]],["name/125",[121,36.215]],["parent/125",[]],["name/126",[75,11.189,76,14.32,122,13.144,123,19.46]],["parent/126",[]],["name/127",[124,42.548]],["parent/127",[75,1.299,76,1.663,122,1.526,123,2.26]],["name/128",[14,21.837]],["parent/128",[75,1.299,122,1.526,123,2.26,125,2.72]],["name/129",[74,11.929,75,11.189,76,14.32,122,13.144]],["parent/129",[]],["name/130",[126,45.99]],["parent/130",[74,1.385,75,1.299,76,1.663,122,1.526]],["name/131",[127,45.99]],["parent/131",[74,1.385,75,1.299,76,1.663,122,1.526]],["name/132",[14,21.837]],["parent/132",[74,1.385,75,1.299,122,1.526,128,2.72]],["name/133",[77,39.977]],["parent/133",[74,1.385,75,1.299,76,1.663,122,1.526]],["name/134",[14,21.837]],["parent/134",[74,1.385,75,1.299,79,2.123,122,1.526]],["name/135",[129,51.216]],["parent/135",[74,1.385,75,1.299,122,1.526,130,2.442]],["name/136",[78,39.977]],["parent/136",[74,1.385,75,1.299,122,1.526,130,2.442]],["name/137",[82,37.924]],["parent/137",[74,1.385,75,1.299,76,1.663,122,1.526]],["name/138",[14,21.837]],["parent/138",[74,1.385,75,1.299,83,2.442,122,1.526]],["name/139",[131,42.548]],["parent/139",[]],["name/140",[132,51.216]],["parent/140",[131,4.604]],["name/141",[133,42.548]],["parent/141",[134,3.499]],["name/142",[135,42.548]],["parent/142",[134,3.499]],["name/143",[105,42.548]],["parent/143",[134,3.499]],["name/144",[97,42.548]],["parent/144",[134,3.499]],["name/145",[110,42.548]],["parent/145",[134,3.499]],["name/146",[119,42.548]],["parent/146",[134,3.499]],["name/147",[124,42.548]],["parent/147",[134,3.499]],["name/148",[82,37.924]],["parent/148",[134,3.499]],["name/149",[89,42.548]],["parent/149",[134,3.499]],["name/150",[136,51.216]],["parent/150",[131,4.604]],["name/151",[14,21.837]],["parent/151",[137,5.542]],["name/152",[138,16.962,139,18.689,140,22.322]],["parent/152",[]],["name/153",[141,45.99]],["parent/153",[138,1.943,139,2.141,140,2.557]],["name/154",[142,51.216]],["parent/154",[138,1.943,139,2.141,143,2.942]],["name/155",[144,51.216]],["parent/155",[138,1.943,139,2.141,143,2.942]],["name/156",[145,45.99]],["parent/156",[138,1.943,139,2.141,140,2.557]],["name/157",[146,45.99]],["parent/157",[138,1.943,139,2.141,147,3.276]],["name/158",[135,42.548]],["parent/158",[138,1.943,139,2.141,140,2.557]],["name/159",[14,21.837]],["parent/159",[138,1.943,139,2.141,148,3.276]],["name/160",[4,21.157,138,21.769]],["parent/160",[]],["name/161",[133,42.548]],["parent/161",[4,2.374,138,2.442]],["name/162",[14,21.837]],["parent/162",[138,2.442,149,4.118]],["name/163",[4,29.524]],["parent/163",[]],["name/164",[150,42.548]],["parent/164",[]],["name/165",[151,45.99]],["parent/165",[150,4.604]],["name/166",[72,42.548]],["parent/166",[150,4.604]],["name/167",[152,42.548]],["parent/167",[153,3.76]],["name/168",[52,31.308]],["parent/168",[153,3.76]],["name/169",[154,51.216]],["parent/169",[153,3.76]],["name/170",[146,45.99]],["parent/170",[153,3.76]],["name/171",[155,51.216]],["parent/171",[153,3.76]],["name/172",[156,51.216]],["parent/172",[153,3.76]],["name/173",[157,51.216]],["parent/173",[153,3.76]],["name/174",[158,45.99]],["parent/174",[]],["name/175",[159,51.216]],["parent/175",[158,4.976]],["name/176",[152,42.548]],["parent/176",[160,4.976]],["name/177",[161,51.216]],["parent/177",[160,4.976]],["name/178",[162,45.99]],["parent/178",[]],["name/179",[72,42.548]],["parent/179",[162,4.976]],["name/180",[163,51.216]],["parent/180",[50,3.388]],["name/181",[14,21.837]],["parent/181",[50,3.388]],["name/182",[164,51.216]],["parent/182",[50,3.388]],["name/183",[165,51.216]],["parent/183",[50,3.388]],["name/184",[70,45.99]],["parent/184",[50,3.388]],["name/185",[67,45.99]],["parent/185",[50,3.388]],["name/186",[53,45.99]],["parent/186",[50,3.388]],["name/187",[82,37.924]],["parent/187",[50,3.388]],["name/188",[77,39.977]],["parent/188",[50,3.388]],["name/189",[97,42.548]],["parent/189",[85,2.887]],["name/190",[94,45.99]],["parent/190",[85,2.887]],["name/191",[92,42.548]],["parent/191",[85,2.887]],["name/192",[105,42.548]],["parent/192",[85,2.887]],["name/193",[103,45.99]],["parent/193",[85,2.887]],["name/194",[13,39.977]],["parent/194",[85,2.887]],["name/195",[110,42.548]],["parent/195",[85,2.887]],["name/196",[108,45.99]],["parent/196",[85,2.887]],["name/197",[119,42.548]],["parent/197",[85,2.887]],["name/198",[115,45.99]],["parent/198",[85,2.887]],["name/199",[113,42.548]],["parent/199",[85,2.887]],["name/200",[85,26.684]],["parent/200",[85,2.887]],["name/201",[89,42.548]],["parent/201",[85,2.887]],["name/202",[124,42.548]],["parent/202",[121,3.919]],["name/203",[126,45.99]],["parent/203",[121,3.919]],["name/204",[82,37.924]],["parent/204",[121,3.919]],["name/205",[77,39.977]],["parent/205",[121,3.919]],["name/206",[127,45.99]],["parent/206",[121,3.919]],["name/207",[4,29.524]],["parent/207",[4,3.195]],["name/208",[151,45.99]],["parent/208",[4,3.195]],["name/209",[133,42.548]],["parent/209",[4,3.195]],["name/210",[135,42.548]],["parent/210",[4,3.195]],["name/211",[141,45.99]],["parent/211",[4,3.195]],["name/212",[145,45.99]],["parent/212",[4,3.195]],["name/213",[166,51.216]],["parent/213",[4,3.195]],["name/214",[152,42.548]],["parent/214",[167,3.499]],["name/215",[168,51.216]],["parent/215",[167,3.499]],["name/216",[169,51.216]],["parent/216",[167,3.499]],["name/217",[170,51.216]],["parent/217",[167,3.499]],["name/218",[171,51.216]],["parent/218",[167,3.499]],["name/219",[172,51.216]],["parent/219",[167,3.499]],["name/220",[173,51.216]],["parent/220",[167,3.499]],["name/221",[174,51.216]],["parent/221",[167,3.499]],["name/222",[175,51.216]],["parent/222",[167,3.499]]],"invertedIndex":[["__type",{"_index":14,"name":{"13":{},"20":{},"43":{},"58":{},"63":{},"66":{},"68":{},"70":{},"77":{},"85":{},"88":{},"94":{},"98":{},"110":{},"115":{},"118":{},"120":{},"124":{},"128":{},"132":{},"134":{},"138":{},"151":{},"159":{},"162":{},"181":{}},"parent":{}}],["absoluteduration",{"_index":29,"name":{"27":{}},"parent":{}}],["access",{"_index":139,"name":{"152":{}},"parent":{"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{}}}],["accesstoken",{"_index":146,"name":{"157":{},"170":{}},"parent":{}}],["accesstokenerror",{"_index":159,"name":{"175":{}},"parent":{}}],["accesstokenexpiresat",{"_index":156,"name":{"172":{}},"parent":{}}],["accesstokenrequest",{"_index":141,"name":{"153":{},"211":{}},"parent":{}}],["accesstokenscope",{"_index":155,"name":{"171":{}},"parent":{}}],["aftercallback",{"_index":92,"name":{"87":{},"90":{},"191":{}},"parent":{}}],["afterrefetch",{"_index":113,"name":{"117":{},"122":{},"199":{}},"parent":{}}],["api",{"_index":123,"name":{"126":{}},"parent":{"127":{},"128":{}}}],["auth",{"_index":75,"name":{"71":{},"126":{},"129":{}},"parent":{"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"127":{},"128":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["auth0logout",{"_index":5,"name":{"4":{}},"parent":{}}],["authorizationparameters",{"_index":39,"name":{"36":{}},"parent":{}}],["authorizationparams",{"_index":6,"name":{"5":{},"99":{},"106":{}},"parent":{}}],["baseconfig",{"_index":1,"name":{"1":{}},"parent":{}}],["baseurl",{"_index":7,"name":{"6":{}},"parent":{}}],["callback",{"_index":23,"name":{"22":{},"82":{}},"parent":{}}],["callbackoptions",{"_index":94,"name":{"89":{},"190":{}},"parent":{}}],["checksession",{"_index":66,"name":{"62":{}},"parent":{}}],["claims",{"_index":151,"name":{"165":{},"208":{}},"parent":{}}],["clientid",{"_index":8,"name":{"7":{}},"parent":{}}],["clientsecret",{"_index":9,"name":{"8":{}},"parent":{}}],["clocktolerance",{"_index":10,"name":{"9":{}},"parent":{}}],["code",{"_index":161,"name":{"177":{}},"parent":{}}],["config",{"_index":0,"name":{"0":{}},"parent":{"1":{},"23":{},"29":{},"36":{},"40":{},"46":{}}}],["config.authorizationparameters",{"_index":41,"name":{},"parent":{"37":{},"38":{},"39":{}}}],["config.baseconfig",{"_index":3,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{}}}],["config.baseconfig.__type",{"_index":22,"name":{},"parent":{"21":{},"22":{}}}],["config.cookieconfig",{"_index":33,"name":{},"parent":{"30":{},"31":{},"32":{},"33":{},"34":{},"35":{}}}],["config.nextconfig",{"_index":46,"name":{},"parent":{"41":{},"42":{},"43":{},"45":{}}}],["config.nextconfig.__type",{"_index":48,"name":{},"parent":{"44":{}}}],["config.sessionconfig",{"_index":26,"name":{},"parent":{"24":{},"25":{},"26":{},"27":{},"28":{}}}],["configparameters",{"_index":49,"name":{"46":{}},"parent":{}}],["configprovider",{"_index":163,"name":{"180":{}},"parent":{}}],["configproviderprops",{"_index":164,"name":{"182":{}},"parent":{}}],["constructor",{"_index":152,"name":{"167":{},"176":{},"214":{}},"parent":{}}],["cookie",{"_index":30,"name":{"28":{}},"parent":{}}],["cookieconfig",{"_index":31,"name":{"29":{}},"parent":{}}],["create",{"_index":169,"name":{"216":{}},"parent":{}}],["default",{"_index":72,"name":{"69":{},"166":{},"179":{}},"parent":{}}],["delete",{"_index":170,"name":{"217":{}},"parent":{}}],["domain",{"_index":32,"name":{"30":{}},"parent":{}}],["email",{"_index":54,"name":{"50":{}},"parent":{}}],["email_verified",{"_index":56,"name":{"51":{}},"parent":{}}],["enabletelemetry",{"_index":12,"name":{"11":{}},"parent":{}}],["error",{"_index":64,"name":{"60":{}},"parent":{}}],["fromtokenset",{"_index":175,"name":{"222":{}},"parent":{}}],["frontend",{"_index":50,"name":{"47":{}},"parent":{"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{}}}],["frontend/use",{"_index":51,"name":{"48":{}},"parent":{"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{}}}],["frontend/with",{"_index":73,"name":{"71":{}},"parent":{"72":{},"73":{},"74":{},"75":{},"76":{},"77":{}}}],["get",{"_index":174,"name":{"221":{}},"parent":{}}],["getaccesstoken",{"_index":135,"name":{"142":{},"158":{},"210":{}},"parent":{}}],["getaccesstokenresult",{"_index":145,"name":{"156":{},"212":{}},"parent":{}}],["getidtoken",{"_index":172,"name":{"219":{}},"parent":{}}],["getloginstate",{"_index":13,"name":{"12":{},"97":{},"108":{},"194":{}},"parent":{}}],["getserversideprops",{"_index":129,"name":{"135":{}},"parent":{}}],["getserversidepropsresultwithsession",{"_index":126,"name":{"130":{},"203":{}},"parent":{}}],["getsession",{"_index":133,"name":{"141":{},"161":{},"209":{}},"parent":{}}],["handleauth",{"_index":89,"name":{"84":{},"149":{},"201":{}},"parent":{}}],["handlecallback",{"_index":97,"name":{"93":{},"144":{},"189":{}},"parent":{}}],["handlelogin",{"_index":105,"name":{"109":{},"143":{},"192":{}},"parent":{}}],["handlelogout",{"_index":110,"name":{"114":{},"145":{},"195":{}},"parent":{}}],["handleprofile",{"_index":119,"name":{"123":{},"146":{},"197":{}},"parent":{}}],["handlers",{"_index":85,"name":{"79":{},"95":{},"200":{}},"parent":{"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{}}}],["handlers/auth",{"_index":84,"name":{"78":{}},"parent":{"79":{},"84":{}}}],["handlers/auth.handleauth",{"_index":90,"name":{},"parent":{"85":{}}}],["handlers/auth.handlers",{"_index":86,"name":{},"parent":{"80":{},"81":{},"82":{},"83":{}}}],["handlers/callback",{"_index":91,"name":{"86":{}},"parent":{"87":{},"89":{},"93":{}}}],["handlers/callback.aftercallback",{"_index":93,"name":{},"parent":{"88":{}}}],["handlers/callback.callbackoptions",{"_index":95,"name":{},"parent":{"90":{},"91":{},"92":{}}}],["handlers/callback.handlecallback",{"_index":98,"name":{},"parent":{"94":{}}}],["handlers/login",{"_index":99,"name":{"96":{}},"parent":{"97":{},"99":{},"105":{},"109":{}}}],["handlers/login.authorizationparams",{"_index":102,"name":{},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{}}}],["handlers/login.getloginstate",{"_index":100,"name":{},"parent":{"98":{}}}],["handlers/login.handlelogin",{"_index":106,"name":{},"parent":{"110":{}}}],["handlers/login.loginoptions",{"_index":104,"name":{},"parent":{"106":{},"107":{},"108":{}}}],["handlers/logout",{"_index":107,"name":{"111":{}},"parent":{"112":{},"114":{}}}],["handlers/logout.handlelogout",{"_index":111,"name":{},"parent":{"115":{}}}],["handlers/logout.logoutoptions",{"_index":109,"name":{},"parent":{"113":{}}}],["handlers/profile",{"_index":112,"name":{"116":{}},"parent":{"117":{},"119":{},"123":{}}}],["handlers/profile.afterrefetch",{"_index":114,"name":{},"parent":{"118":{}}}],["handlers/profile.handleprofile",{"_index":120,"name":{},"parent":{"124":{}}}],["handlers/profile.profileoptions",{"_index":116,"name":{},"parent":{"120":{}}}],["handlers/profile.profileoptions.__type",{"_index":118,"name":{},"parent":{"121":{},"122":{}}}],["helpers",{"_index":121,"name":{"125":{}},"parent":{"202":{},"203":{},"204":{},"205":{},"206":{}}}],["helpers/with",{"_index":122,"name":{"126":{},"129":{}},"parent":{"127":{},"128":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["httponly",{"_index":36,"name":{"33":{}},"parent":{}}],["httptimeout",{"_index":11,"name":{"10":{}},"parent":{}}],["identityclaimfilter",{"_index":15,"name":{"14":{},"45":{}},"parent":{}}],["idplogout",{"_index":16,"name":{"15":{}},"parent":{}}],["idtoken",{"_index":154,"name":{"169":{}},"parent":{}}],["idtokensigningalg",{"_index":17,"name":{"16":{}},"parent":{}}],["init",{"_index":168,"name":{"215":{}},"parent":{}}],["initauth0",{"_index":136,"name":{"150":{}},"parent":{}}],["instance",{"_index":131,"name":{"139":{}},"parent":{"140":{},"150":{}}}],["instance.initauth0",{"_index":137,"name":{},"parent":{"151":{}}}],["instance.signinwithauth0",{"_index":134,"name":{},"parent":{"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{}}}],["invitation",{"_index":101,"name":{"100":{}},"parent":{}}],["isauthenticated",{"_index":171,"name":{"218":{}},"parent":{}}],["isloading",{"_index":65,"name":{"61":{}},"parent":{}}],["issuerbaseurl",{"_index":18,"name":{"17":{}},"parent":{}}],["legacysamesitecookie",{"_index":19,"name":{"18":{}},"parent":{}}],["login",{"_index":47,"name":{"44":{},"80":{}},"parent":{}}],["loginoptions",{"_index":103,"name":{"105":{},"193":{}},"parent":{}}],["logout",{"_index":87,"name":{"81":{}},"parent":{}}],["logoutoptions",{"_index":108,"name":{"112":{},"196":{}},"parent":{}}],["name",{"_index":25,"name":{"24":{},"52":{}},"parent":{}}],["nextconfig",{"_index":44,"name":{"40":{}},"parent":{}}],["nickname",{"_index":57,"name":{"53":{}},"parent":{}}],["onerror",{"_index":81,"name":{"75":{}},"parent":{}}],["onredirecting",{"_index":80,"name":{"74":{}},"parent":{}}],["organization",{"_index":45,"name":{"41":{},"92":{},"101":{}},"parent":{}}],["page",{"_index":74,"name":{"71":{},"129":{}},"parent":{"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["pageroute",{"_index":127,"name":{"131":{},"206":{}},"parent":{}}],["path",{"_index":34,"name":{"31":{}},"parent":{}}],["picture",{"_index":58,"name":{"54":{}},"parent":{}}],["postlogoutredirect",{"_index":21,"name":{"21":{}},"parent":{}}],["profile",{"_index":88,"name":{"83":{}},"parent":{}}],["profileoptions",{"_index":115,"name":{"119":{},"198":{}},"parent":{}}],["redirecturi",{"_index":96,"name":{"91":{}},"parent":{}}],["refetch",{"_index":117,"name":{"121":{}},"parent":{}}],["refresh",{"_index":144,"name":{"155":{}},"parent":{}}],["refreshtoken",{"_index":157,"name":{"173":{}},"parent":{}}],["required",{"_index":76,"name":{"71":{},"126":{},"129":{}},"parent":{"72":{},"76":{},"127":{},"130":{},"131":{},"133":{},"137":{}}}],["required.pageroute",{"_index":128,"name":{},"parent":{"132":{}}}],["required.withapiauthrequired",{"_index":125,"name":{},"parent":{"128":{}}}],["required.withpageauthrequired",{"_index":83,"name":{},"parent":{"77":{},"138":{}}}],["required.withpageauthrequiredoptions",{"_index":79,"name":{},"parent":{"73":{},"74":{},"75":{},"134":{}}}],["required.withpageauthrequiredoptions.__type",{"_index":130,"name":{},"parent":{"135":{},"136":{}}}],["response_mode",{"_index":42,"name":{"38":{},"103":{}},"parent":{}}],["response_type",{"_index":43,"name":{"39":{},"104":{}},"parent":{}}],["returnto",{"_index":78,"name":{"73":{},"107":{},"113":{},"136":{}},"parent":{}}],["rolling",{"_index":27,"name":{"25":{}},"parent":{}}],["rollingduration",{"_index":28,"name":{"26":{}},"parent":{}}],["routes",{"_index":20,"name":{"19":{},"42":{}},"parent":{}}],["samesite",{"_index":38,"name":{"35":{}},"parent":{}}],["scope",{"_index":40,"name":{"37":{},"102":{}},"parent":{}}],["scopes",{"_index":142,"name":{"154":{}},"parent":{}}],["secret",{"_index":2,"name":{"2":{}},"parent":{}}],["secure",{"_index":37,"name":{"34":{}},"parent":{}}],["session",{"_index":4,"name":{"3":{},"160":{},"163":{},"207":{}},"parent":{"161":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{}}}],["session.getsession",{"_index":149,"name":{},"parent":{"162":{}}}],["session.sessioncache",{"_index":167,"name":{},"parent":{"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{}}}],["session/get",{"_index":138,"name":{"152":{},"160":{}},"parent":{"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"161":{},"162":{}}}],["session/session",{"_index":150,"name":{"164":{}},"parent":{"165":{},"166":{}}}],["session/session.default",{"_index":153,"name":{},"parent":{"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{}}}],["sessioncache",{"_index":166,"name":{"213":{}},"parent":{}}],["sessionconfig",{"_index":24,"name":{"23":{}},"parent":{}}],["set",{"_index":173,"name":{"220":{}},"parent":{}}],["signinwithauth0",{"_index":132,"name":{"140":{}},"parent":{}}],["sub",{"_index":59,"name":{"55":{}},"parent":{}}],["token",{"_index":140,"name":{"152":{}},"parent":{"153":{},"156":{},"158":{}}}],["token.accesstokenrequest",{"_index":143,"name":{},"parent":{"154":{},"155":{}}}],["token.getaccesstoken",{"_index":148,"name":{},"parent":{"159":{}}}],["token.getaccesstokenresult",{"_index":147,"name":{},"parent":{"157":{}}}],["transient",{"_index":35,"name":{"32":{}},"parent":{}}],["updated_at",{"_index":60,"name":{"56":{}},"parent":{}}],["useconfig",{"_index":165,"name":{"183":{}},"parent":{}}],["user",{"_index":52,"name":{"48":{},"59":{},"168":{}},"parent":{"49":{},"57":{},"64":{},"65":{},"67":{},"69":{},"70":{}}}],["user.usercontext",{"_index":62,"name":{},"parent":{"58":{}}}],["user.usercontext.__type",{"_index":63,"name":{},"parent":{"59":{},"60":{},"61":{},"62":{},"63":{}}}],["user.userprofile",{"_index":55,"name":{},"parent":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{}}}],["user.userprovider",{"_index":71,"name":{},"parent":{"68":{}}}],["user.useuser",{"_index":69,"name":{},"parent":{"66":{}}}],["usercontext",{"_index":61,"name":{"57":{}},"parent":{}}],["userprofile",{"_index":53,"name":{"49":{},"186":{}},"parent":{}}],["userprovider",{"_index":70,"name":{"67":{},"184":{}},"parent":{}}],["userproviderprops",{"_index":67,"name":{"64":{},"185":{}},"parent":{}}],["useuser",{"_index":68,"name":{"65":{}},"parent":{}}],["utils/errors",{"_index":158,"name":{"174":{}},"parent":{"175":{}}}],["utils/errors.accesstokenerror",{"_index":160,"name":{},"parent":{"176":{},"177":{}}}],["version",{"_index":162,"name":{"178":{}},"parent":{"179":{}}}],["withapiauthrequired",{"_index":124,"name":{"127":{},"147":{},"202":{}},"parent":{}}],["withpageauthrequired",{"_index":82,"name":{"76":{},"137":{},"148":{},"187":{},"204":{}},"parent":{}}],["withpageauthrequiredoptions",{"_index":77,"name":{"72":{},"133":{},"188":{},"205":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +window.searchData = {"kinds":{"1":"Module","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"config","url":"modules/config.html","classes":"tsd-kind-module"},{"id":1,"kind":256,"name":"BaseConfig","url":"interfaces/config.baseconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":2,"kind":1024,"name":"secret","url":"interfaces/config.baseconfig.html#secret","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":3,"kind":1024,"name":"session","url":"interfaces/config.baseconfig.html#session","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":4,"kind":1024,"name":"auth0Logout","url":"interfaces/config.baseconfig.html#auth0logout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":5,"kind":1024,"name":"authorizationParams","url":"interfaces/config.baseconfig.html#authorizationparams","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":6,"kind":1024,"name":"baseURL","url":"interfaces/config.baseconfig.html#baseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":7,"kind":1024,"name":"clientID","url":"interfaces/config.baseconfig.html#clientid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":8,"kind":1024,"name":"clientSecret","url":"interfaces/config.baseconfig.html#clientsecret","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":9,"kind":1024,"name":"clockTolerance","url":"interfaces/config.baseconfig.html#clocktolerance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":10,"kind":1024,"name":"httpTimeout","url":"interfaces/config.baseconfig.html#httptimeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":11,"kind":1024,"name":"enableTelemetry","url":"interfaces/config.baseconfig.html#enabletelemetry","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":12,"kind":1024,"name":"getLoginState","url":"interfaces/config.baseconfig.html#getloginstate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":13,"kind":65536,"name":"__type","url":"interfaces/config.baseconfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":14,"kind":1024,"name":"identityClaimFilter","url":"interfaces/config.baseconfig.html#identityclaimfilter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":15,"kind":1024,"name":"idpLogout","url":"interfaces/config.baseconfig.html#idplogout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":16,"kind":1024,"name":"idTokenSigningAlg","url":"interfaces/config.baseconfig.html#idtokensigningalg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":17,"kind":1024,"name":"issuerBaseURL","url":"interfaces/config.baseconfig.html#issuerbaseurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":18,"kind":1024,"name":"legacySameSiteCookie","url":"interfaces/config.baseconfig.html#legacysamesitecookie","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":19,"kind":1024,"name":"routes","url":"interfaces/config.baseconfig.html#routes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":20,"kind":65536,"name":"__type","url":"interfaces/config.baseconfig.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"config.BaseConfig"},{"id":21,"kind":1024,"name":"postLogoutRedirect","url":"interfaces/config.baseconfig.html#__type-1.postlogoutredirect","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"config.BaseConfig.__type"},{"id":22,"kind":1024,"name":"callback","url":"interfaces/config.baseconfig.html#__type-1.callback","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"config.BaseConfig.__type"},{"id":23,"kind":256,"name":"SessionConfig","url":"interfaces/config.sessionconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":24,"kind":1024,"name":"name","url":"interfaces/config.sessionconfig.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":25,"kind":1024,"name":"rolling","url":"interfaces/config.sessionconfig.html#rolling","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":26,"kind":1024,"name":"rollingDuration","url":"interfaces/config.sessionconfig.html#rollingduration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":27,"kind":1024,"name":"absoluteDuration","url":"interfaces/config.sessionconfig.html#absoluteduration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":28,"kind":1024,"name":"cookie","url":"interfaces/config.sessionconfig.html#cookie","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.SessionConfig"},{"id":29,"kind":256,"name":"CookieConfig","url":"interfaces/config.cookieconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":30,"kind":1024,"name":"domain","url":"interfaces/config.cookieconfig.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":31,"kind":1024,"name":"path","url":"interfaces/config.cookieconfig.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":32,"kind":1024,"name":"transient","url":"interfaces/config.cookieconfig.html#transient","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":33,"kind":1024,"name":"httpOnly","url":"interfaces/config.cookieconfig.html#httponly","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":34,"kind":1024,"name":"secure","url":"interfaces/config.cookieconfig.html#secure","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":35,"kind":1024,"name":"sameSite","url":"interfaces/config.cookieconfig.html#samesite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.CookieConfig"},{"id":36,"kind":256,"name":"AuthorizationParameters","url":"interfaces/config.authorizationparameters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":37,"kind":1024,"name":"scope","url":"interfaces/config.authorizationparameters.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.AuthorizationParameters"},{"id":38,"kind":1024,"name":"response_mode","url":"interfaces/config.authorizationparameters.html#response_mode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.AuthorizationParameters"},{"id":39,"kind":1024,"name":"response_type","url":"interfaces/config.authorizationparameters.html#response_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.AuthorizationParameters"},{"id":40,"kind":256,"name":"NextConfig","url":"interfaces/config.nextconfig.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"config"},{"id":41,"kind":1024,"name":"organization","url":"interfaces/config.nextconfig.html#organization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":42,"kind":1024,"name":"routes","url":"interfaces/config.nextconfig.html#routes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":43,"kind":65536,"name":"__type","url":"interfaces/config.nextconfig.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":44,"kind":1024,"name":"login","url":"interfaces/config.nextconfig.html#__type.login","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"config.NextConfig.__type"},{"id":45,"kind":1024,"name":"identityClaimFilter","url":"interfaces/config.nextconfig.html#identityclaimfilter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"config.NextConfig"},{"id":46,"kind":4194304,"name":"ConfigParameters","url":"modules/config.html#configparameters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"config"},{"id":47,"kind":1,"name":"frontend","url":"modules/frontend.html","classes":"tsd-kind-module"},{"id":48,"kind":1,"name":"frontend/use-user","url":"modules/frontend_use_user.html","classes":"tsd-kind-module"},{"id":49,"kind":256,"name":"UserProfile","url":"interfaces/frontend_use_user.userprofile.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"frontend/use-user"},{"id":50,"kind":1024,"name":"email","url":"interfaces/frontend_use_user.userprofile.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":51,"kind":1024,"name":"email_verified","url":"interfaces/frontend_use_user.userprofile.html#email_verified","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":52,"kind":1024,"name":"name","url":"interfaces/frontend_use_user.userprofile.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":53,"kind":1024,"name":"nickname","url":"interfaces/frontend_use_user.userprofile.html#nickname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":54,"kind":1024,"name":"picture","url":"interfaces/frontend_use_user.userprofile.html#picture","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":55,"kind":1024,"name":"sub","url":"interfaces/frontend_use_user.userprofile.html#sub","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":56,"kind":1024,"name":"updated_at","url":"interfaces/frontend_use_user.userprofile.html#updated_at","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/use-user.UserProfile"},{"id":57,"kind":4194304,"name":"UserContext","url":"modules/frontend_use_user.html#usercontext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":58,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#usercontext.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"frontend/use-user.UserContext"},{"id":59,"kind":1024,"name":"user","url":"modules/frontend_use_user.html#usercontext.__type-1.user","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":60,"kind":1024,"name":"error","url":"modules/frontend_use_user.html#usercontext.__type-1.error","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":61,"kind":1024,"name":"isLoading","url":"modules/frontend_use_user.html#usercontext.__type-1.isloading","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":62,"kind":1024,"name":"checkSession","url":"modules/frontend_use_user.html#usercontext.__type-1.checksession","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":63,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#usercontext.__type-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"frontend/use-user.UserContext.__type"},{"id":64,"kind":4194304,"name":"UserProviderProps","url":"modules/frontend_use_user.html#userproviderprops","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":65,"kind":4194304,"name":"UseUser","url":"modules/frontend_use_user.html#useuser","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":66,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#useuser.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"frontend/use-user.UseUser"},{"id":67,"kind":4194304,"name":"UserProvider","url":"modules/frontend_use_user.html#userprovider","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/use-user"},{"id":68,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#userprovider.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"frontend/use-user.UserProvider"},{"id":69,"kind":1024,"name":"default","url":"modules/frontend_use_user.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"frontend/use-user"},{"id":70,"kind":65536,"name":"__type","url":"modules/frontend_use_user.html#__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"frontend/use-user"},{"id":71,"kind":1,"name":"frontend/with-page-auth-required","url":"modules/frontend_with_page_auth_required.html","classes":"tsd-kind-module"},{"id":72,"kind":256,"name":"WithPageAuthRequiredOptions","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"frontend/with-page-auth-required"},{"id":73,"kind":1024,"name":"returnTo","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":74,"kind":1024,"name":"onRedirecting","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html#onredirecting","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":75,"kind":1024,"name":"onError","url":"interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html#onerror","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"frontend/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":76,"kind":4194304,"name":"WithPageAuthRequired","url":"modules/frontend_with_page_auth_required.html#withpageauthrequired","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend/with-page-auth-required"},{"id":77,"kind":65536,"name":"__type","url":"modules/frontend_with_page_auth_required.html#withpageauthrequired.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-has-type-parameter","parent":"frontend/with-page-auth-required.WithPageAuthRequired"},{"id":78,"kind":1,"name":"handlers/auth","url":"modules/handlers_auth.html","classes":"tsd-kind-module"},{"id":79,"kind":256,"name":"Handlers","url":"interfaces/handlers_auth.handlers.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/auth"},{"id":80,"kind":1024,"name":"login","url":"interfaces/handlers_auth.handlers.html#login","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":81,"kind":1024,"name":"logout","url":"interfaces/handlers_auth.handlers.html#logout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":82,"kind":1024,"name":"callback","url":"interfaces/handlers_auth.handlers.html#callback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":83,"kind":1024,"name":"profile","url":"interfaces/handlers_auth.handlers.html#profile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/auth.Handlers"},{"id":84,"kind":4194304,"name":"HandleAuth","url":"modules/handlers_auth.html#handleauth","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/auth"},{"id":85,"kind":65536,"name":"__type","url":"modules/handlers_auth.html#handleauth.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/auth.HandleAuth"},{"id":86,"kind":1,"name":"handlers/callback","url":"modules/handlers_callback.html","classes":"tsd-kind-module"},{"id":87,"kind":4194304,"name":"AfterCallback","url":"modules/handlers_callback.html#aftercallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/callback"},{"id":88,"kind":65536,"name":"__type","url":"modules/handlers_callback.html#aftercallback.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/callback.AfterCallback"},{"id":89,"kind":256,"name":"CallbackOptions","url":"interfaces/handlers_callback.callbackoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/callback"},{"id":90,"kind":1024,"name":"afterCallback","url":"interfaces/handlers_callback.callbackoptions.html#aftercallback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/callback.CallbackOptions"},{"id":91,"kind":1024,"name":"redirectUri","url":"interfaces/handlers_callback.callbackoptions.html#redirecturi","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/callback.CallbackOptions"},{"id":92,"kind":1024,"name":"organization","url":"interfaces/handlers_callback.callbackoptions.html#organization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/callback.CallbackOptions"},{"id":93,"kind":4194304,"name":"HandleCallback","url":"modules/handlers_callback.html#handlecallback","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/callback"},{"id":94,"kind":65536,"name":"__type","url":"modules/handlers_callback.html#handlecallback.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/callback.HandleCallback"},{"id":95,"kind":1,"name":"handlers","url":"modules/handlers.html","classes":"tsd-kind-module"},{"id":96,"kind":1,"name":"handlers/login","url":"modules/handlers_login.html","classes":"tsd-kind-module"},{"id":97,"kind":4194304,"name":"GetLoginState","url":"modules/handlers_login.html#getloginstate","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/login"},{"id":98,"kind":65536,"name":"__type","url":"modules/handlers_login.html#getloginstate.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/login.GetLoginState"},{"id":99,"kind":256,"name":"AuthorizationParams","url":"interfaces/handlers_login.authorizationparams.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/login"},{"id":100,"kind":1024,"name":"invitation","url":"interfaces/handlers_login.authorizationparams.html#invitation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":101,"kind":1024,"name":"organization","url":"interfaces/handlers_login.authorizationparams.html#organization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":102,"kind":1024,"name":"scope","url":"interfaces/handlers_login.authorizationparams.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":103,"kind":1024,"name":"response_mode","url":"interfaces/handlers_login.authorizationparams.html#response_mode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":104,"kind":1024,"name":"response_type","url":"interfaces/handlers_login.authorizationparams.html#response_type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.AuthorizationParams"},{"id":105,"kind":256,"name":"LoginOptions","url":"interfaces/handlers_login.loginoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/login"},{"id":106,"kind":1024,"name":"authorizationParams","url":"interfaces/handlers_login.loginoptions.html#authorizationparams","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.LoginOptions"},{"id":107,"kind":1024,"name":"returnTo","url":"interfaces/handlers_login.loginoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.LoginOptions"},{"id":108,"kind":1024,"name":"getLoginState","url":"interfaces/handlers_login.loginoptions.html#getloginstate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/login.LoginOptions"},{"id":109,"kind":4194304,"name":"HandleLogin","url":"modules/handlers_login.html#handlelogin","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/login"},{"id":110,"kind":65536,"name":"__type","url":"modules/handlers_login.html#handlelogin.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/login.HandleLogin"},{"id":111,"kind":1,"name":"handlers/logout","url":"modules/handlers_logout.html","classes":"tsd-kind-module"},{"id":112,"kind":256,"name":"LogoutOptions","url":"interfaces/handlers_logout.logoutoptions.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"handlers/logout"},{"id":113,"kind":1024,"name":"returnTo","url":"interfaces/handlers_logout.logoutoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"handlers/logout.LogoutOptions"},{"id":114,"kind":4194304,"name":"HandleLogout","url":"modules/handlers_logout.html#handlelogout","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/logout"},{"id":115,"kind":65536,"name":"__type","url":"modules/handlers_logout.html#handlelogout.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/logout.HandleLogout"},{"id":116,"kind":1,"name":"handlers/profile","url":"modules/handlers_profile.html","classes":"tsd-kind-module"},{"id":117,"kind":4194304,"name":"AfterRefetch","url":"modules/handlers_profile.html#afterrefetch","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/profile"},{"id":118,"kind":65536,"name":"__type","url":"modules/handlers_profile.html#afterrefetch.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/profile.AfterRefetch"},{"id":119,"kind":4194304,"name":"ProfileOptions","url":"modules/handlers_profile.html#profileoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/profile"},{"id":120,"kind":65536,"name":"__type","url":"modules/handlers_profile.html#profileoptions.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/profile.ProfileOptions"},{"id":121,"kind":1024,"name":"refetch","url":"modules/handlers_profile.html#profileoptions.__type-2.refetch","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"handlers/profile.ProfileOptions.__type"},{"id":122,"kind":1024,"name":"afterRefetch","url":"modules/handlers_profile.html#profileoptions.__type-2.afterrefetch-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"handlers/profile.ProfileOptions.__type"},{"id":123,"kind":4194304,"name":"HandleProfile","url":"modules/handlers_profile.html#handleprofile","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"handlers/profile"},{"id":124,"kind":65536,"name":"__type","url":"modules/handlers_profile.html#handleprofile.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"handlers/profile.HandleProfile"},{"id":125,"kind":1,"name":"helpers","url":"modules/helpers.html","classes":"tsd-kind-module"},{"id":126,"kind":1,"name":"helpers/with-api-auth-required","url":"modules/helpers_with_api_auth_required.html","classes":"tsd-kind-module"},{"id":127,"kind":4194304,"name":"WithApiAuthRequired","url":"modules/helpers_with_api_auth_required.html#withapiauthrequired","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-api-auth-required"},{"id":128,"kind":65536,"name":"__type","url":"modules/helpers_with_api_auth_required.html#withapiauthrequired.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers/with-api-auth-required.WithApiAuthRequired"},{"id":129,"kind":1,"name":"helpers/with-page-auth-required","url":"modules/helpers_with_page_auth_required.html","classes":"tsd-kind-module"},{"id":130,"kind":4194304,"name":"GetServerSidePropsResultWithSession","url":"modules/helpers_with_page_auth_required.html#getserversidepropsresultwithsession","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":131,"kind":4194304,"name":"PageRoute","url":"modules/helpers_with_page_auth_required.html#pageroute","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":132,"kind":65536,"name":"__type","url":"modules/helpers_with_page_auth_required.html#pageroute.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers/with-page-auth-required.PageRoute"},{"id":133,"kind":4194304,"name":"WithPageAuthRequiredOptions","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":134,"kind":65536,"name":"__type","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"helpers/with-page-auth-required.WithPageAuthRequiredOptions"},{"id":135,"kind":1024,"name":"getServerSideProps","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions.__type-2.getserversideprops","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"helpers/with-page-auth-required.WithPageAuthRequiredOptions.__type"},{"id":136,"kind":1024,"name":"returnTo","url":"modules/helpers_with_page_auth_required.html#withpageauthrequiredoptions.__type-2.returnto","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"helpers/with-page-auth-required.WithPageAuthRequiredOptions.__type"},{"id":137,"kind":4194304,"name":"WithPageAuthRequired","url":"modules/helpers_with_page_auth_required.html#withpageauthrequired","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"helpers/with-page-auth-required"},{"id":138,"kind":65536,"name":"__type","url":"modules/helpers_with_page_auth_required.html#withpageauthrequired.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-has-type-parameter","parent":"helpers/with-page-auth-required.WithPageAuthRequired"},{"id":139,"kind":1,"name":"instance","url":"modules/instance.html","classes":"tsd-kind-module"},{"id":140,"kind":256,"name":"SignInWithAuth0","url":"interfaces/instance.signinwithauth0.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"instance"},{"id":141,"kind":1024,"name":"getSession","url":"interfaces/instance.signinwithauth0.html#getsession","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":142,"kind":1024,"name":"getAccessToken","url":"interfaces/instance.signinwithauth0.html#getaccesstoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":143,"kind":1024,"name":"handleLogin","url":"interfaces/instance.signinwithauth0.html#handlelogin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":144,"kind":1024,"name":"handleCallback","url":"interfaces/instance.signinwithauth0.html#handlecallback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":145,"kind":1024,"name":"handleLogout","url":"interfaces/instance.signinwithauth0.html#handlelogout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":146,"kind":1024,"name":"handleProfile","url":"interfaces/instance.signinwithauth0.html#handleprofile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":147,"kind":1024,"name":"withApiAuthRequired","url":"interfaces/instance.signinwithauth0.html#withapiauthrequired","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":148,"kind":1024,"name":"withPageAuthRequired","url":"interfaces/instance.signinwithauth0.html#withpageauthrequired","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":149,"kind":1024,"name":"handleAuth","url":"interfaces/instance.signinwithauth0.html#handleauth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"instance.SignInWithAuth0"},{"id":150,"kind":4194304,"name":"InitAuth0","url":"modules/instance.html#initauth0","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"instance"},{"id":151,"kind":65536,"name":"__type","url":"modules/instance.html#initauth0.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"instance.InitAuth0"},{"id":152,"kind":1,"name":"session/get-access-token","url":"modules/session_get_access_token.html","classes":"tsd-kind-module"},{"id":153,"kind":256,"name":"AccessTokenRequest","url":"interfaces/session_get_access_token.accesstokenrequest.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"session/get-access-token"},{"id":154,"kind":1024,"name":"scopes","url":"interfaces/session_get_access_token.accesstokenrequest.html#scopes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"session/get-access-token.AccessTokenRequest"},{"id":155,"kind":1024,"name":"refresh","url":"interfaces/session_get_access_token.accesstokenrequest.html#refresh","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"session/get-access-token.AccessTokenRequest"},{"id":156,"kind":256,"name":"GetAccessTokenResult","url":"interfaces/session_get_access_token.getaccesstokenresult.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"session/get-access-token"},{"id":157,"kind":1024,"name":"accessToken","url":"interfaces/session_get_access_token.getaccesstokenresult.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"session/get-access-token.GetAccessTokenResult"},{"id":158,"kind":4194304,"name":"GetAccessToken","url":"modules/session_get_access_token.html#getaccesstoken","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"session/get-access-token"},{"id":159,"kind":65536,"name":"__type","url":"modules/session_get_access_token.html#getaccesstoken.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"session/get-access-token.GetAccessToken"},{"id":160,"kind":1,"name":"session/get-session","url":"modules/session_get_session.html","classes":"tsd-kind-module"},{"id":161,"kind":4194304,"name":"GetSession","url":"modules/session_get_session.html#getsession","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"session/get-session"},{"id":162,"kind":65536,"name":"__type","url":"modules/session_get_session.html#getsession.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"session/get-session.GetSession"},{"id":163,"kind":1,"name":"session","url":"modules/session.html","classes":"tsd-kind-module"},{"id":164,"kind":1,"name":"session/session","url":"modules/session_session.html","classes":"tsd-kind-module"},{"id":165,"kind":256,"name":"Claims","url":"interfaces/session_session.claims.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"session/session"},{"id":166,"kind":128,"name":"default","url":"classes/session_session.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"session/session"},{"id":167,"kind":512,"name":"constructor","url":"classes/session_session.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"session/session.default"},{"id":168,"kind":1024,"name":"user","url":"classes/session_session.default.html#user","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":169,"kind":1024,"name":"idToken","url":"classes/session_session.default.html#idtoken","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":170,"kind":1024,"name":"accessToken","url":"classes/session_session.default.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":171,"kind":1024,"name":"accessTokenScope","url":"classes/session_session.default.html#accesstokenscope","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":172,"kind":1024,"name":"accessTokenExpiresAt","url":"classes/session_session.default.html#accesstokenexpiresat","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":173,"kind":1024,"name":"refreshToken","url":"classes/session_session.default.html#refreshtoken","classes":"tsd-kind-property tsd-parent-kind-class","parent":"session/session.default"},{"id":174,"kind":1,"name":"utils/errors","url":"modules/utils_errors.html","classes":"tsd-kind-module"},{"id":175,"kind":128,"name":"AccessTokenError","url":"classes/utils_errors.accesstokenerror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"utils/errors"},{"id":176,"kind":512,"name":"constructor","url":"classes/utils_errors.accesstokenerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"utils/errors.AccessTokenError"},{"id":177,"kind":1024,"name":"code","url":"classes/utils_errors.accesstokenerror.html#code","classes":"tsd-kind-property tsd-parent-kind-class","parent":"utils/errors.AccessTokenError"},{"id":178,"kind":128,"name":"HandlerError","url":"classes/utils_errors.handlererror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"utils/errors"},{"id":179,"kind":512,"name":"constructor","url":"classes/utils_errors.handlererror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"utils/errors.HandlerError"},{"id":180,"kind":1024,"name":"status","url":"classes/utils_errors.handlererror.html#status","classes":"tsd-kind-property tsd-parent-kind-class","parent":"utils/errors.HandlerError"},{"id":181,"kind":1024,"name":"code","url":"classes/utils_errors.handlererror.html#code","classes":"tsd-kind-property tsd-parent-kind-class","parent":"utils/errors.HandlerError"},{"id":182,"kind":1,"name":"version","url":"modules/version.html","classes":"tsd-kind-module"},{"id":183,"kind":1024,"name":"default","url":"modules/version.html#default","classes":"tsd-kind-property tsd-parent-kind-module","parent":"version"},{"id":184,"kind":1024,"name":"ConfigProvider","url":"modules/frontend.html#configprovider","classes":"tsd-kind-property tsd-parent-kind-module","parent":"frontend"},{"id":185,"kind":65536,"name":"__type","url":"modules/frontend.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-module","parent":"frontend"},{"id":186,"kind":4194304,"name":"ConfigProviderProps","url":"modules/frontend.html#configproviderprops","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"frontend"},{"id":187,"kind":64,"name":"useConfig","url":"modules/frontend.html#useconfig","classes":"tsd-kind-function tsd-parent-kind-module","parent":"frontend"},{"id":188,"kind":16777216,"name":"UserProvider","url":"modules/frontend.html#userprovider","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":189,"kind":16777216,"name":"UserProviderProps","url":"modules/frontend.html#userproviderprops","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":190,"kind":16777216,"name":"UserProfile","url":"modules/frontend.html#userprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":191,"kind":16777216,"name":"WithPageAuthRequired","url":"modules/frontend.html#withpageauthrequired","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":192,"kind":16777216,"name":"WithPageAuthRequiredOptions","url":"modules/frontend.html#withpageauthrequiredoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"frontend"},{"id":193,"kind":16777216,"name":"HandleCallback","url":"modules/handlers.html#handlecallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":194,"kind":16777216,"name":"CallbackOptions","url":"modules/handlers.html#callbackoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":195,"kind":16777216,"name":"AfterCallback","url":"modules/handlers.html#aftercallback","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":196,"kind":16777216,"name":"HandleLogin","url":"modules/handlers.html#handlelogin","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":197,"kind":16777216,"name":"LoginOptions","url":"modules/handlers.html#loginoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":198,"kind":16777216,"name":"GetLoginState","url":"modules/handlers.html#getloginstate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":199,"kind":16777216,"name":"HandleLogout","url":"modules/handlers.html#handlelogout","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":200,"kind":16777216,"name":"LogoutOptions","url":"modules/handlers.html#logoutoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":201,"kind":16777216,"name":"HandleProfile","url":"modules/handlers.html#handleprofile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":202,"kind":16777216,"name":"ProfileOptions","url":"modules/handlers.html#profileoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":203,"kind":16777216,"name":"AfterRefetch","url":"modules/handlers.html#afterrefetch","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":204,"kind":16777216,"name":"Handlers","url":"modules/handlers.html#handlers-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":205,"kind":16777216,"name":"HandleAuth","url":"modules/handlers.html#handleauth","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"handlers"},{"id":206,"kind":16777216,"name":"WithApiAuthRequired","url":"modules/helpers.html#withapiauthrequired","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":207,"kind":16777216,"name":"GetServerSidePropsResultWithSession","url":"modules/helpers.html#getserversidepropsresultwithsession","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":208,"kind":16777216,"name":"WithPageAuthRequired","url":"modules/helpers.html#withpageauthrequired","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":209,"kind":16777216,"name":"WithPageAuthRequiredOptions","url":"modules/helpers.html#withpageauthrequiredoptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":210,"kind":16777216,"name":"PageRoute","url":"modules/helpers.html#pageroute","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"helpers"},{"id":211,"kind":16777216,"name":"Session","url":"modules/session.html#session-1","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":212,"kind":16777216,"name":"Claims","url":"modules/session.html#claims","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":213,"kind":16777216,"name":"GetSession","url":"modules/session.html#getsession","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":214,"kind":16777216,"name":"GetAccessToken","url":"modules/session.html#getaccesstoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":215,"kind":16777216,"name":"AccessTokenRequest","url":"modules/session.html#accesstokenrequest","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":216,"kind":16777216,"name":"GetAccessTokenResult","url":"modules/session.html#getaccesstokenresult","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"session"},{"id":217,"kind":128,"name":"SessionCache","url":"classes/session.sessioncache.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"session"},{"id":218,"kind":512,"name":"constructor","url":"classes/session.sessioncache.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"session.SessionCache"},{"id":219,"kind":2048,"name":"init","url":"classes/session.sessioncache.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":220,"kind":2048,"name":"create","url":"classes/session.sessioncache.html#create","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":221,"kind":2048,"name":"delete","url":"classes/session.sessioncache.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":222,"kind":2048,"name":"isAuthenticated","url":"classes/session.sessioncache.html#isauthenticated","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":223,"kind":2048,"name":"getIdToken","url":"classes/session.sessioncache.html#getidtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":224,"kind":2048,"name":"set","url":"classes/session.sessioncache.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":225,"kind":2048,"name":"get","url":"classes/session.sessioncache.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"},{"id":226,"kind":2048,"name":"fromTokenSet","url":"classes/session.sessioncache.html#fromtokenset","classes":"tsd-kind-method tsd-parent-kind-class","parent":"session.SessionCache"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,34.918]],["parent/0",[]],["name/1",[1,51.377]],["parent/1",[0,3.774]],["name/2",[2,51.377]],["parent/2",[3,2.718]],["name/3",[4,29.694]],["parent/3",[3,2.718]],["name/4",[5,51.377]],["parent/4",[3,2.718]],["name/5",[6,42.712]],["parent/5",[3,2.718]],["name/6",[7,51.377]],["parent/6",[3,2.718]],["name/7",[8,51.377]],["parent/7",[3,2.718]],["name/8",[9,51.377]],["parent/8",[3,2.718]],["name/9",[10,51.377]],["parent/9",[3,2.718]],["name/10",[11,51.377]],["parent/10",[3,2.718]],["name/11",[12,51.377]],["parent/11",[3,2.718]],["name/12",[13,40.142]],["parent/12",[3,2.718]],["name/13",[14,22.01]],["parent/13",[3,2.718]],["name/14",[15,46.153]],["parent/14",[3,2.718]],["name/15",[16,51.377]],["parent/15",[3,2.718]],["name/16",[17,51.377]],["parent/16",[3,2.718]],["name/17",[18,51.377]],["parent/17",[3,2.718]],["name/18",[19,51.377]],["parent/18",[3,2.718]],["name/19",[20,46.153]],["parent/19",[3,2.718]],["name/20",[14,22.01]],["parent/20",[3,2.718]],["name/21",[21,51.377]],["parent/21",[22,4.989]],["name/22",[23,46.153]],["parent/22",[22,4.989]],["name/23",[24,51.377]],["parent/23",[0,3.774]],["name/24",[25,46.153]],["parent/24",[26,4.117]],["name/25",[27,51.377]],["parent/25",[26,4.117]],["name/26",[28,51.377]],["parent/26",[26,4.117]],["name/27",[29,51.377]],["parent/27",[26,4.117]],["name/28",[30,51.377]],["parent/28",[26,4.117]],["name/29",[31,51.377]],["parent/29",[0,3.774]],["name/30",[32,51.377]],["parent/30",[33,3.933]],["name/31",[34,51.377]],["parent/31",[33,3.933]],["name/32",[35,51.377]],["parent/32",[33,3.933]],["name/33",[36,51.377]],["parent/33",[33,3.933]],["name/34",[37,51.377]],["parent/34",[33,3.933]],["name/35",[38,51.377]],["parent/35",[33,3.933]],["name/36",[39,51.377]],["parent/36",[0,3.774]],["name/37",[40,46.153]],["parent/37",[41,4.617]],["name/38",[42,46.153]],["parent/38",[41,4.617]],["name/39",[43,46.153]],["parent/39",[41,4.617]],["name/40",[44,51.377]],["parent/40",[0,3.774]],["name/41",[45,42.712]],["parent/41",[46,4.339]],["name/42",[20,46.153]],["parent/42",[46,4.339]],["name/43",[14,22.01]],["parent/43",[46,4.339]],["name/44",[47,46.153]],["parent/44",[48,5.553]],["name/45",[15,46.153]],["parent/45",[46,4.339]],["name/46",[49,51.377]],["parent/46",[0,3.774]],["name/47",[50,31.477]],["parent/47",[]],["name/48",[51,16.65,52,22.553]],["parent/48",[]],["name/49",[53,46.153]],["parent/49",[51,1.865,52,2.526]],["name/50",[54,51.377]],["parent/50",[51,1.865,55,2.802]],["name/51",[56,51.377]],["parent/51",[51,1.865,55,2.802]],["name/52",[25,46.153]],["parent/52",[51,1.865,55,2.802]],["name/53",[57,51.377]],["parent/53",[51,1.865,55,2.802]],["name/54",[58,51.377]],["parent/54",[51,1.865,55,2.802]],["name/55",[59,51.377]],["parent/55",[51,1.865,55,2.802]],["name/56",[60,51.377]],["parent/56",[51,1.865,55,2.802]],["name/57",[61,51.377]],["parent/57",[51,1.865,52,2.526]],["name/58",[14,22.01]],["parent/58",[51,1.865,62,4.123]],["name/59",[52,31.477]],["parent/59",[51,1.865,63,3.057]],["name/60",[64,51.377]],["parent/60",[51,1.865,63,3.057]],["name/61",[65,51.377]],["parent/61",[51,1.865,63,3.057]],["name/62",[66,51.377]],["parent/62",[51,1.865,63,3.057]],["name/63",[14,22.01]],["parent/63",[51,1.865,63,3.057]],["name/64",[67,46.153]],["parent/64",[51,1.865,52,2.526]],["name/65",[68,51.377]],["parent/65",[51,1.865,52,2.526]],["name/66",[14,22.01]],["parent/66",[51,1.865,69,4.123]],["name/67",[70,46.153]],["parent/67",[51,1.865,52,2.526]],["name/68",[14,22.01]],["parent/68",[51,1.865,71,4.123]],["name/69",[72,42.712]],["parent/69",[51,1.865,52,2.526]],["name/70",[14,22.01]],["parent/70",[51,1.865,52,2.526]],["name/71",[73,15.966,74,12.004,75,11.264,76,14.392]],["parent/71",[]],["name/72",[77,40.142]],["parent/72",[73,1.85,74,1.391,75,1.305,76,1.668]],["name/73",[78,40.142]],["parent/73",[73,1.85,74,1.391,75,1.305,79,2.127]],["name/74",[80,51.377]],["parent/74",[73,1.85,74,1.391,75,1.305,79,2.127]],["name/75",[81,51.377]],["parent/75",[73,1.85,74,1.391,75,1.305,79,2.127]],["name/76",[82,38.09]],["parent/76",[73,1.85,74,1.391,75,1.305,76,1.668]],["name/77",[14,22.01]],["parent/77",[73,1.85,74,1.391,75,1.305,83,2.445]],["name/78",[84,42.712]],["parent/78",[]],["name/79",[85,26.855]],["parent/79",[84,4.617]],["name/80",[47,46.153]],["parent/80",[86,4.339]],["name/81",[87,51.377]],["parent/81",[86,4.339]],["name/82",[23,46.153]],["parent/82",[86,4.339]],["name/83",[88,51.377]],["parent/83",[86,4.339]],["name/84",[89,42.712]],["parent/84",[84,4.617]],["name/85",[14,22.01]],["parent/85",[90,5.553]],["name/86",[91,40.142]],["parent/86",[]],["name/87",[92,42.712]],["parent/87",[91,4.339]],["name/88",[14,22.01]],["parent/88",[93,5.553]],["name/89",[94,46.153]],["parent/89",[91,4.339]],["name/90",[92,42.712]],["parent/90",[95,4.617]],["name/91",[96,51.377]],["parent/91",[95,4.617]],["name/92",[45,42.712]],["parent/92",[95,4.617]],["name/93",[97,42.712]],["parent/93",[91,4.339]],["name/94",[14,22.01]],["parent/94",[98,5.553]],["name/95",[85,26.855]],["parent/95",[]],["name/96",[99,38.09]],["parent/96",[]],["name/97",[13,40.142]],["parent/97",[99,4.117]],["name/98",[14,22.01]],["parent/98",[100,5.553]],["name/99",[6,42.712]],["parent/99",[99,4.117]],["name/100",[101,51.377]],["parent/100",[102,4.117]],["name/101",[45,42.712]],["parent/101",[102,4.117]],["name/102",[40,46.153]],["parent/102",[102,4.117]],["name/103",[42,46.153]],["parent/103",[102,4.117]],["name/104",[43,46.153]],["parent/104",[102,4.117]],["name/105",[103,46.153]],["parent/105",[99,4.117]],["name/106",[6,42.712]],["parent/106",[104,4.617]],["name/107",[78,40.142]],["parent/107",[104,4.617]],["name/108",[13,40.142]],["parent/108",[104,4.617]],["name/109",[105,42.712]],["parent/109",[99,4.117]],["name/110",[14,22.01]],["parent/110",[106,5.553]],["name/111",[107,42.712]],["parent/111",[]],["name/112",[108,46.153]],["parent/112",[107,4.617]],["name/113",[78,40.142]],["parent/113",[109,5.553]],["name/114",[110,42.712]],["parent/114",[107,4.617]],["name/115",[14,22.01]],["parent/115",[111,5.553]],["name/116",[112,40.142]],["parent/116",[]],["name/117",[113,42.712]],["parent/117",[112,4.339]],["name/118",[14,22.01]],["parent/118",[114,5.553]],["name/119",[115,46.153]],["parent/119",[112,4.339]],["name/120",[14,22.01]],["parent/120",[116,5.553]],["name/121",[117,51.377]],["parent/121",[118,4.989]],["name/122",[113,42.712]],["parent/122",[118,4.989]],["name/123",[119,42.712]],["parent/123",[112,4.339]],["name/124",[14,22.01]],["parent/124",[120,5.553]],["name/125",[121,36.382]],["parent/125",[]],["name/126",[75,11.264,76,14.392,122,13.217,123,19.529]],["parent/126",[]],["name/127",[124,42.712]],["parent/127",[75,1.305,76,1.668,122,1.531,123,2.263]],["name/128",[14,22.01]],["parent/128",[75,1.305,122,1.531,123,2.263,125,2.722]],["name/129",[74,12.004,75,11.264,76,14.392,122,13.217]],["parent/129",[]],["name/130",[126,46.153]],["parent/130",[74,1.391,75,1.305,76,1.668,122,1.531]],["name/131",[127,46.153]],["parent/131",[74,1.391,75,1.305,76,1.668,122,1.531]],["name/132",[14,22.01]],["parent/132",[74,1.391,75,1.305,122,1.531,128,2.722]],["name/133",[77,40.142]],["parent/133",[74,1.391,75,1.305,76,1.668,122,1.531]],["name/134",[14,22.01]],["parent/134",[74,1.391,75,1.305,79,2.127,122,1.531]],["name/135",[129,51.377]],["parent/135",[74,1.391,75,1.305,122,1.531,130,2.445]],["name/136",[78,40.142]],["parent/136",[74,1.391,75,1.305,122,1.531,130,2.445]],["name/137",[82,38.09]],["parent/137",[74,1.391,75,1.305,76,1.668,122,1.531]],["name/138",[14,22.01]],["parent/138",[74,1.391,75,1.305,83,2.445,122,1.531]],["name/139",[131,42.712]],["parent/139",[]],["name/140",[132,51.377]],["parent/140",[131,4.617]],["name/141",[133,42.712]],["parent/141",[134,3.513]],["name/142",[135,42.712]],["parent/142",[134,3.513]],["name/143",[105,42.712]],["parent/143",[134,3.513]],["name/144",[97,42.712]],["parent/144",[134,3.513]],["name/145",[110,42.712]],["parent/145",[134,3.513]],["name/146",[119,42.712]],["parent/146",[134,3.513]],["name/147",[124,42.712]],["parent/147",[134,3.513]],["name/148",[82,38.09]],["parent/148",[134,3.513]],["name/149",[89,42.712]],["parent/149",[134,3.513]],["name/150",[136,51.377]],["parent/150",[131,4.617]],["name/151",[14,22.01]],["parent/151",[137,5.553]],["name/152",[138,17.052,139,18.778,140,22.408]],["parent/152",[]],["name/153",[141,46.153]],["parent/153",[138,1.95,139,2.147,140,2.562]],["name/154",[142,51.377]],["parent/154",[138,1.95,139,2.147,143,2.946]],["name/155",[144,51.377]],["parent/155",[138,1.95,139,2.147,143,2.946]],["name/156",[145,46.153]],["parent/156",[138,1.95,139,2.147,140,2.562]],["name/157",[146,46.153]],["parent/157",[138,1.95,139,2.147,147,3.279]],["name/158",[135,42.712]],["parent/158",[138,1.95,139,2.147,140,2.562]],["name/159",[14,22.01]],["parent/159",[138,1.95,139,2.147,148,3.279]],["name/160",[4,21.275,138,21.886]],["parent/160",[]],["name/161",[133,42.712]],["parent/161",[4,2.383,138,2.452]],["name/162",[14,22.01]],["parent/162",[138,2.452,149,4.123]],["name/163",[4,29.694]],["parent/163",[]],["name/164",[150,42.712]],["parent/164",[]],["name/165",[151,46.153]],["parent/165",[150,4.617]],["name/166",[72,42.712]],["parent/166",[150,4.617]],["name/167",[152,40.142]],["parent/167",[153,3.774]],["name/168",[52,31.477]],["parent/168",[153,3.774]],["name/169",[154,51.377]],["parent/169",[153,3.774]],["name/170",[146,46.153]],["parent/170",[153,3.774]],["name/171",[155,51.377]],["parent/171",[153,3.774]],["name/172",[156,51.377]],["parent/172",[153,3.774]],["name/173",[157,51.377]],["parent/173",[153,3.774]],["name/174",[158,42.712]],["parent/174",[]],["name/175",[159,51.377]],["parent/175",[158,4.617]],["name/176",[152,40.142]],["parent/176",[160,4.989]],["name/177",[161,46.153]],["parent/177",[160,4.989]],["name/178",[162,51.377]],["parent/178",[158,4.617]],["name/179",[152,40.142]],["parent/179",[163,4.617]],["name/180",[164,51.377]],["parent/180",[163,4.617]],["name/181",[161,46.153]],["parent/181",[163,4.617]],["name/182",[165,46.153]],["parent/182",[]],["name/183",[72,42.712]],["parent/183",[165,4.989]],["name/184",[166,51.377]],["parent/184",[50,3.402]],["name/185",[14,22.01]],["parent/185",[50,3.402]],["name/186",[167,51.377]],["parent/186",[50,3.402]],["name/187",[168,51.377]],["parent/187",[50,3.402]],["name/188",[70,46.153]],["parent/188",[50,3.402]],["name/189",[67,46.153]],["parent/189",[50,3.402]],["name/190",[53,46.153]],["parent/190",[50,3.402]],["name/191",[82,38.09]],["parent/191",[50,3.402]],["name/192",[77,40.142]],["parent/192",[50,3.402]],["name/193",[97,42.712]],["parent/193",[85,2.903]],["name/194",[94,46.153]],["parent/194",[85,2.903]],["name/195",[92,42.712]],["parent/195",[85,2.903]],["name/196",[105,42.712]],["parent/196",[85,2.903]],["name/197",[103,46.153]],["parent/197",[85,2.903]],["name/198",[13,40.142]],["parent/198",[85,2.903]],["name/199",[110,42.712]],["parent/199",[85,2.903]],["name/200",[108,46.153]],["parent/200",[85,2.903]],["name/201",[119,42.712]],["parent/201",[85,2.903]],["name/202",[115,46.153]],["parent/202",[85,2.903]],["name/203",[113,42.712]],["parent/203",[85,2.903]],["name/204",[85,26.855]],["parent/204",[85,2.903]],["name/205",[89,42.712]],["parent/205",[85,2.903]],["name/206",[124,42.712]],["parent/206",[121,3.933]],["name/207",[126,46.153]],["parent/207",[121,3.933]],["name/208",[82,38.09]],["parent/208",[121,3.933]],["name/209",[77,40.142]],["parent/209",[121,3.933]],["name/210",[127,46.153]],["parent/210",[121,3.933]],["name/211",[4,29.694]],["parent/211",[4,3.21]],["name/212",[151,46.153]],["parent/212",[4,3.21]],["name/213",[133,42.712]],["parent/213",[4,3.21]],["name/214",[135,42.712]],["parent/214",[4,3.21]],["name/215",[141,46.153]],["parent/215",[4,3.21]],["name/216",[145,46.153]],["parent/216",[4,3.21]],["name/217",[169,51.377]],["parent/217",[4,3.21]],["name/218",[152,40.142]],["parent/218",[170,3.513]],["name/219",[171,51.377]],["parent/219",[170,3.513]],["name/220",[172,51.377]],["parent/220",[170,3.513]],["name/221",[173,51.377]],["parent/221",[170,3.513]],["name/222",[174,51.377]],["parent/222",[170,3.513]],["name/223",[175,51.377]],["parent/223",[170,3.513]],["name/224",[176,51.377]],["parent/224",[170,3.513]],["name/225",[177,51.377]],["parent/225",[170,3.513]],["name/226",[178,51.377]],["parent/226",[170,3.513]]],"invertedIndex":[["__type",{"_index":14,"name":{"13":{},"20":{},"43":{},"58":{},"63":{},"66":{},"68":{},"70":{},"77":{},"85":{},"88":{},"94":{},"98":{},"110":{},"115":{},"118":{},"120":{},"124":{},"128":{},"132":{},"134":{},"138":{},"151":{},"159":{},"162":{},"185":{}},"parent":{}}],["absoluteduration",{"_index":29,"name":{"27":{}},"parent":{}}],["access",{"_index":139,"name":{"152":{}},"parent":{"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{}}}],["accesstoken",{"_index":146,"name":{"157":{},"170":{}},"parent":{}}],["accesstokenerror",{"_index":159,"name":{"175":{}},"parent":{}}],["accesstokenexpiresat",{"_index":156,"name":{"172":{}},"parent":{}}],["accesstokenrequest",{"_index":141,"name":{"153":{},"215":{}},"parent":{}}],["accesstokenscope",{"_index":155,"name":{"171":{}},"parent":{}}],["aftercallback",{"_index":92,"name":{"87":{},"90":{},"195":{}},"parent":{}}],["afterrefetch",{"_index":113,"name":{"117":{},"122":{},"203":{}},"parent":{}}],["api",{"_index":123,"name":{"126":{}},"parent":{"127":{},"128":{}}}],["auth",{"_index":75,"name":{"71":{},"126":{},"129":{}},"parent":{"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"127":{},"128":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["auth0logout",{"_index":5,"name":{"4":{}},"parent":{}}],["authorizationparameters",{"_index":39,"name":{"36":{}},"parent":{}}],["authorizationparams",{"_index":6,"name":{"5":{},"99":{},"106":{}},"parent":{}}],["baseconfig",{"_index":1,"name":{"1":{}},"parent":{}}],["baseurl",{"_index":7,"name":{"6":{}},"parent":{}}],["callback",{"_index":23,"name":{"22":{},"82":{}},"parent":{}}],["callbackoptions",{"_index":94,"name":{"89":{},"194":{}},"parent":{}}],["checksession",{"_index":66,"name":{"62":{}},"parent":{}}],["claims",{"_index":151,"name":{"165":{},"212":{}},"parent":{}}],["clientid",{"_index":8,"name":{"7":{}},"parent":{}}],["clientsecret",{"_index":9,"name":{"8":{}},"parent":{}}],["clocktolerance",{"_index":10,"name":{"9":{}},"parent":{}}],["code",{"_index":161,"name":{"177":{},"181":{}},"parent":{}}],["config",{"_index":0,"name":{"0":{}},"parent":{"1":{},"23":{},"29":{},"36":{},"40":{},"46":{}}}],["config.authorizationparameters",{"_index":41,"name":{},"parent":{"37":{},"38":{},"39":{}}}],["config.baseconfig",{"_index":3,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{}}}],["config.baseconfig.__type",{"_index":22,"name":{},"parent":{"21":{},"22":{}}}],["config.cookieconfig",{"_index":33,"name":{},"parent":{"30":{},"31":{},"32":{},"33":{},"34":{},"35":{}}}],["config.nextconfig",{"_index":46,"name":{},"parent":{"41":{},"42":{},"43":{},"45":{}}}],["config.nextconfig.__type",{"_index":48,"name":{},"parent":{"44":{}}}],["config.sessionconfig",{"_index":26,"name":{},"parent":{"24":{},"25":{},"26":{},"27":{},"28":{}}}],["configparameters",{"_index":49,"name":{"46":{}},"parent":{}}],["configprovider",{"_index":166,"name":{"184":{}},"parent":{}}],["configproviderprops",{"_index":167,"name":{"186":{}},"parent":{}}],["constructor",{"_index":152,"name":{"167":{},"176":{},"179":{},"218":{}},"parent":{}}],["cookie",{"_index":30,"name":{"28":{}},"parent":{}}],["cookieconfig",{"_index":31,"name":{"29":{}},"parent":{}}],["create",{"_index":172,"name":{"220":{}},"parent":{}}],["default",{"_index":72,"name":{"69":{},"166":{},"183":{}},"parent":{}}],["delete",{"_index":173,"name":{"221":{}},"parent":{}}],["domain",{"_index":32,"name":{"30":{}},"parent":{}}],["email",{"_index":54,"name":{"50":{}},"parent":{}}],["email_verified",{"_index":56,"name":{"51":{}},"parent":{}}],["enabletelemetry",{"_index":12,"name":{"11":{}},"parent":{}}],["error",{"_index":64,"name":{"60":{}},"parent":{}}],["fromtokenset",{"_index":178,"name":{"226":{}},"parent":{}}],["frontend",{"_index":50,"name":{"47":{}},"parent":{"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{}}}],["frontend/use",{"_index":51,"name":{"48":{}},"parent":{"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{}}}],["frontend/with",{"_index":73,"name":{"71":{}},"parent":{"72":{},"73":{},"74":{},"75":{},"76":{},"77":{}}}],["get",{"_index":177,"name":{"225":{}},"parent":{}}],["getaccesstoken",{"_index":135,"name":{"142":{},"158":{},"214":{}},"parent":{}}],["getaccesstokenresult",{"_index":145,"name":{"156":{},"216":{}},"parent":{}}],["getidtoken",{"_index":175,"name":{"223":{}},"parent":{}}],["getloginstate",{"_index":13,"name":{"12":{},"97":{},"108":{},"198":{}},"parent":{}}],["getserversideprops",{"_index":129,"name":{"135":{}},"parent":{}}],["getserversidepropsresultwithsession",{"_index":126,"name":{"130":{},"207":{}},"parent":{}}],["getsession",{"_index":133,"name":{"141":{},"161":{},"213":{}},"parent":{}}],["handleauth",{"_index":89,"name":{"84":{},"149":{},"205":{}},"parent":{}}],["handlecallback",{"_index":97,"name":{"93":{},"144":{},"193":{}},"parent":{}}],["handlelogin",{"_index":105,"name":{"109":{},"143":{},"196":{}},"parent":{}}],["handlelogout",{"_index":110,"name":{"114":{},"145":{},"199":{}},"parent":{}}],["handleprofile",{"_index":119,"name":{"123":{},"146":{},"201":{}},"parent":{}}],["handlererror",{"_index":162,"name":{"178":{}},"parent":{}}],["handlers",{"_index":85,"name":{"79":{},"95":{},"204":{}},"parent":{"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{}}}],["handlers/auth",{"_index":84,"name":{"78":{}},"parent":{"79":{},"84":{}}}],["handlers/auth.handleauth",{"_index":90,"name":{},"parent":{"85":{}}}],["handlers/auth.handlers",{"_index":86,"name":{},"parent":{"80":{},"81":{},"82":{},"83":{}}}],["handlers/callback",{"_index":91,"name":{"86":{}},"parent":{"87":{},"89":{},"93":{}}}],["handlers/callback.aftercallback",{"_index":93,"name":{},"parent":{"88":{}}}],["handlers/callback.callbackoptions",{"_index":95,"name":{},"parent":{"90":{},"91":{},"92":{}}}],["handlers/callback.handlecallback",{"_index":98,"name":{},"parent":{"94":{}}}],["handlers/login",{"_index":99,"name":{"96":{}},"parent":{"97":{},"99":{},"105":{},"109":{}}}],["handlers/login.authorizationparams",{"_index":102,"name":{},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{}}}],["handlers/login.getloginstate",{"_index":100,"name":{},"parent":{"98":{}}}],["handlers/login.handlelogin",{"_index":106,"name":{},"parent":{"110":{}}}],["handlers/login.loginoptions",{"_index":104,"name":{},"parent":{"106":{},"107":{},"108":{}}}],["handlers/logout",{"_index":107,"name":{"111":{}},"parent":{"112":{},"114":{}}}],["handlers/logout.handlelogout",{"_index":111,"name":{},"parent":{"115":{}}}],["handlers/logout.logoutoptions",{"_index":109,"name":{},"parent":{"113":{}}}],["handlers/profile",{"_index":112,"name":{"116":{}},"parent":{"117":{},"119":{},"123":{}}}],["handlers/profile.afterrefetch",{"_index":114,"name":{},"parent":{"118":{}}}],["handlers/profile.handleprofile",{"_index":120,"name":{},"parent":{"124":{}}}],["handlers/profile.profileoptions",{"_index":116,"name":{},"parent":{"120":{}}}],["handlers/profile.profileoptions.__type",{"_index":118,"name":{},"parent":{"121":{},"122":{}}}],["helpers",{"_index":121,"name":{"125":{}},"parent":{"206":{},"207":{},"208":{},"209":{},"210":{}}}],["helpers/with",{"_index":122,"name":{"126":{},"129":{}},"parent":{"127":{},"128":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["httponly",{"_index":36,"name":{"33":{}},"parent":{}}],["httptimeout",{"_index":11,"name":{"10":{}},"parent":{}}],["identityclaimfilter",{"_index":15,"name":{"14":{},"45":{}},"parent":{}}],["idplogout",{"_index":16,"name":{"15":{}},"parent":{}}],["idtoken",{"_index":154,"name":{"169":{}},"parent":{}}],["idtokensigningalg",{"_index":17,"name":{"16":{}},"parent":{}}],["init",{"_index":171,"name":{"219":{}},"parent":{}}],["initauth0",{"_index":136,"name":{"150":{}},"parent":{}}],["instance",{"_index":131,"name":{"139":{}},"parent":{"140":{},"150":{}}}],["instance.initauth0",{"_index":137,"name":{},"parent":{"151":{}}}],["instance.signinwithauth0",{"_index":134,"name":{},"parent":{"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{}}}],["invitation",{"_index":101,"name":{"100":{}},"parent":{}}],["isauthenticated",{"_index":174,"name":{"222":{}},"parent":{}}],["isloading",{"_index":65,"name":{"61":{}},"parent":{}}],["issuerbaseurl",{"_index":18,"name":{"17":{}},"parent":{}}],["legacysamesitecookie",{"_index":19,"name":{"18":{}},"parent":{}}],["login",{"_index":47,"name":{"44":{},"80":{}},"parent":{}}],["loginoptions",{"_index":103,"name":{"105":{},"197":{}},"parent":{}}],["logout",{"_index":87,"name":{"81":{}},"parent":{}}],["logoutoptions",{"_index":108,"name":{"112":{},"200":{}},"parent":{}}],["name",{"_index":25,"name":{"24":{},"52":{}},"parent":{}}],["nextconfig",{"_index":44,"name":{"40":{}},"parent":{}}],["nickname",{"_index":57,"name":{"53":{}},"parent":{}}],["onerror",{"_index":81,"name":{"75":{}},"parent":{}}],["onredirecting",{"_index":80,"name":{"74":{}},"parent":{}}],["organization",{"_index":45,"name":{"41":{},"92":{},"101":{}},"parent":{}}],["page",{"_index":74,"name":{"71":{},"129":{}},"parent":{"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["pageroute",{"_index":127,"name":{"131":{},"210":{}},"parent":{}}],["path",{"_index":34,"name":{"31":{}},"parent":{}}],["picture",{"_index":58,"name":{"54":{}},"parent":{}}],["postlogoutredirect",{"_index":21,"name":{"21":{}},"parent":{}}],["profile",{"_index":88,"name":{"83":{}},"parent":{}}],["profileoptions",{"_index":115,"name":{"119":{},"202":{}},"parent":{}}],["redirecturi",{"_index":96,"name":{"91":{}},"parent":{}}],["refetch",{"_index":117,"name":{"121":{}},"parent":{}}],["refresh",{"_index":144,"name":{"155":{}},"parent":{}}],["refreshtoken",{"_index":157,"name":{"173":{}},"parent":{}}],["required",{"_index":76,"name":{"71":{},"126":{},"129":{}},"parent":{"72":{},"76":{},"127":{},"130":{},"131":{},"133":{},"137":{}}}],["required.pageroute",{"_index":128,"name":{},"parent":{"132":{}}}],["required.withapiauthrequired",{"_index":125,"name":{},"parent":{"128":{}}}],["required.withpageauthrequired",{"_index":83,"name":{},"parent":{"77":{},"138":{}}}],["required.withpageauthrequiredoptions",{"_index":79,"name":{},"parent":{"73":{},"74":{},"75":{},"134":{}}}],["required.withpageauthrequiredoptions.__type",{"_index":130,"name":{},"parent":{"135":{},"136":{}}}],["response_mode",{"_index":42,"name":{"38":{},"103":{}},"parent":{}}],["response_type",{"_index":43,"name":{"39":{},"104":{}},"parent":{}}],["returnto",{"_index":78,"name":{"73":{},"107":{},"113":{},"136":{}},"parent":{}}],["rolling",{"_index":27,"name":{"25":{}},"parent":{}}],["rollingduration",{"_index":28,"name":{"26":{}},"parent":{}}],["routes",{"_index":20,"name":{"19":{},"42":{}},"parent":{}}],["samesite",{"_index":38,"name":{"35":{}},"parent":{}}],["scope",{"_index":40,"name":{"37":{},"102":{}},"parent":{}}],["scopes",{"_index":142,"name":{"154":{}},"parent":{}}],["secret",{"_index":2,"name":{"2":{}},"parent":{}}],["secure",{"_index":37,"name":{"34":{}},"parent":{}}],["session",{"_index":4,"name":{"3":{},"160":{},"163":{},"211":{}},"parent":{"161":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{}}}],["session.getsession",{"_index":149,"name":{},"parent":{"162":{}}}],["session.sessioncache",{"_index":170,"name":{},"parent":{"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{}}}],["session/get",{"_index":138,"name":{"152":{},"160":{}},"parent":{"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"161":{},"162":{}}}],["session/session",{"_index":150,"name":{"164":{}},"parent":{"165":{},"166":{}}}],["session/session.default",{"_index":153,"name":{},"parent":{"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{}}}],["sessioncache",{"_index":169,"name":{"217":{}},"parent":{}}],["sessionconfig",{"_index":24,"name":{"23":{}},"parent":{}}],["set",{"_index":176,"name":{"224":{}},"parent":{}}],["signinwithauth0",{"_index":132,"name":{"140":{}},"parent":{}}],["status",{"_index":164,"name":{"180":{}},"parent":{}}],["sub",{"_index":59,"name":{"55":{}},"parent":{}}],["token",{"_index":140,"name":{"152":{}},"parent":{"153":{},"156":{},"158":{}}}],["token.accesstokenrequest",{"_index":143,"name":{},"parent":{"154":{},"155":{}}}],["token.getaccesstoken",{"_index":148,"name":{},"parent":{"159":{}}}],["token.getaccesstokenresult",{"_index":147,"name":{},"parent":{"157":{}}}],["transient",{"_index":35,"name":{"32":{}},"parent":{}}],["updated_at",{"_index":60,"name":{"56":{}},"parent":{}}],["useconfig",{"_index":168,"name":{"187":{}},"parent":{}}],["user",{"_index":52,"name":{"48":{},"59":{},"168":{}},"parent":{"49":{},"57":{},"64":{},"65":{},"67":{},"69":{},"70":{}}}],["user.usercontext",{"_index":62,"name":{},"parent":{"58":{}}}],["user.usercontext.__type",{"_index":63,"name":{},"parent":{"59":{},"60":{},"61":{},"62":{},"63":{}}}],["user.userprofile",{"_index":55,"name":{},"parent":{"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{}}}],["user.userprovider",{"_index":71,"name":{},"parent":{"68":{}}}],["user.useuser",{"_index":69,"name":{},"parent":{"66":{}}}],["usercontext",{"_index":61,"name":{"57":{}},"parent":{}}],["userprofile",{"_index":53,"name":{"49":{},"190":{}},"parent":{}}],["userprovider",{"_index":70,"name":{"67":{},"188":{}},"parent":{}}],["userproviderprops",{"_index":67,"name":{"64":{},"189":{}},"parent":{}}],["useuser",{"_index":68,"name":{"65":{}},"parent":{}}],["utils/errors",{"_index":158,"name":{"174":{}},"parent":{"175":{},"178":{}}}],["utils/errors.accesstokenerror",{"_index":160,"name":{},"parent":{"176":{},"177":{}}}],["utils/errors.handlererror",{"_index":163,"name":{},"parent":{"179":{},"180":{},"181":{}}}],["version",{"_index":165,"name":{"182":{}},"parent":{"183":{}}}],["withapiauthrequired",{"_index":124,"name":{"127":{},"147":{},"206":{}},"parent":{}}],["withpageauthrequired",{"_index":82,"name":{"76":{},"137":{},"148":{},"191":{},"208":{}},"parent":{}}],["withpageauthrequiredoptions",{"_index":77,"name":{"72":{},"133":{},"192":{},"209":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/session.sessioncache.html b/docs/classes/session.sessioncache.html index 2f70497b8..d63c749f0 100644 --- a/docs/classes/session.sessioncache.html +++ b/docs/classes/session.sessioncache.html @@ -118,7 +118,7 @@
Optional accessToken
accessTokenExpiresAt: undefined | number
@@ -178,7 +178,7 @@
Optional accessToken
accessTokenScope: undefined | string
@@ -193,7 +193,7 @@ idToken: undefined | string
@@ -208,7 +208,7 @@ Token: undefined | string
@@ -223,7 +223,7 @@ user: Claims
diff --git a/docs/classes/utils_errors.accesstokenerror.html b/docs/classes/utils_errors.accesstokenerror.html
index 828620a29..3bcdc4e8c 100644
--- a/docs/classes/utils_errors.accesstokenerror.html
+++ b/docs/classes/utils_errors.accesstokenerror.html
@@ -117,7 +117,7 @@
code: string
@@ -233,6 +233,9 @@
diff --git a/docs/interfaces/config.authorizationparameters.html b/docs/interfaces/config.authorizationparameters.html
index f8fc36a96..4a6b203a3 100644
--- a/docs/interfaces/config.authorizationparameters.html
+++ b/docs/interfaces/config.authorizationparameters.html
@@ -110,7 +110,7 @@ response_mode: "query" | "form_post"
@@ -120,7 +120,7 @@ response_type: "id_token" | "code id_token" | "code"
@@ -130,7 +130,7 @@ scope: string
diff --git a/docs/interfaces/config.baseconfig.html b/docs/interfaces/config.baseconfig.html
index 16c038332..ad9b57736 100644
--- a/docs/interfaces/config.baseconfig.html
+++ b/docs/interfaces/config.baseconfig.html
@@ -111,7 +111,7 @@ auth0Logout: boolean
@@ -127,7 +127,7 @@ authorizationParams: AuthorizationParameters
@@ -160,7 +160,7 @@ baseURL: string
@@ -178,7 +178,7 @@ clientID: string
@@ -194,7 +194,7 @@ Secret: undefined | string
@@ -211,7 +211,7 @@ clockTolerance: number
@@ -228,7 +228,7 @@ enableTelemetry: boolean
@@ -245,7 +245,7 @@ getLoginState: (req: IncomingMessage, options: LoginOptions) => Record<string, any>
@@ -297,7 +297,7 @@ httpTimeout: number
@@ -314,7 +314,7 @@ idTokenSigningAlg: string
@@ -330,7 +330,7 @@ identityClaimFilter: string[]
@@ -346,7 +346,7 @@ idpLogout: boolean
@@ -362,7 +362,7 @@ issuerBaseURL: string
@@ -379,7 +379,7 @@ legacySameSiteCookie: boolean
@@ -396,7 +396,7 @@ routes: { callback: string; postLogoutRedirect: string }
@@ -437,7 +437,7 @@ secret: string | string[]
@@ -455,7 +455,7 @@ session: SessionConfig
diff --git a/docs/interfaces/config.cookieconfig.html b/docs/interfaces/config.cookieconfig.html
index b8062ec46..8feb78165 100644
--- a/docs/interfaces/config.cookieconfig.html
+++ b/docs/interfaces/config.cookieconfig.html
@@ -107,7 +107,7 @@ domain: undefined | string
@@ -123,7 +123,7 @@ httpOnly: boolean
@@ -140,7 +140,7 @@ path: undefined | string
@@ -158,7 +158,7 @@ sameSite: "lax" | "strict" | "none"
@@ -175,7 +175,7 @@ secure: undefined | boolean
@@ -192,7 +192,7 @@ transient: boolean
diff --git a/docs/interfaces/config.nextconfig.html b/docs/interfaces/config.nextconfig.html
index 4abd4af1e..f1135c6b3 100644
--- a/docs/interfaces/config.nextconfig.html
+++ b/docs/interfaces/config.nextconfig.html
@@ -102,7 +102,7 @@ identityClaimFilter: string[]
@@ -118,7 +118,7 @@ organization: undefined | string
@@ -136,7 +136,7 @@ routes: { login: string }
diff --git a/docs/interfaces/config.sessionconfig.html b/docs/interfaces/config.sessionconfig.html
index f9dc90f73..3952ca1a3 100644
--- a/docs/interfaces/config.sessionconfig.html
+++ b/docs/interfaces/config.sessionconfig.html
@@ -106,7 +106,7 @@ absoluteDuration: number | boolean
@@ -125,7 +125,7 @@ cookie: CookieConfig
@@ -135,7 +135,7 @@ name: string
@@ -153,7 +153,7 @@ rolling: boolean
@@ -173,7 +173,7 @@ rollingDuration: number
diff --git a/docs/interfaces/frontend_use_user.userprofile.html b/docs/interfaces/frontend_use_user.userprofile.html
index 06ba59e32..861194519 100644
--- a/docs/interfaces/frontend_use_user.userprofile.html
+++ b/docs/interfaces/frontend_use_user.userprofile.html
@@ -117,7 +117,7 @@ email: undefined | null | string
@@ -127,7 +127,7 @@
Optional idToken
Optional refreshToken
refreshuser
constructor
Parameters
@@ -142,7 +142,7 @@code
code
+-
+ Handler
Error
+
response_mode
response_type
scope
auth0Logout
authorizationParams
baseURL
clientID
Optional clientSecret
clientclockTolerance
enableTelemetry
getLoginState
httpTimeout
idTokenSigningAlg
identityClaimFilter
idpLogout
issuerBaseURL
legacySameSiteCookie
routes
secret
session
Optional domain
httpOnly
Optional path
sameSite
Optional secure
transient
identityClaimFilter
Optional organization
routes
absoluteDuration
cookie
name
rolling
rollingDuration
Optional email
Optional email_verified
email_verified: undefined | null | boolean
@@ -137,7 +137,7 @@ name: undefined | null | string
@@ -147,7 +147,7 @@ nickname: undefined | null | string
@@ -157,7 +157,7 @@ picture: undefined | null | string
@@ -167,7 +167,7 @@ sub: undefined | null | string
@@ -177,7 +177,7 @@ updated_at: undefined | null | string
diff --git a/docs/interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html b/docs/interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html
index 9ac6bff5e..ad7c73004 100644
--- a/docs/interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html
+++ b/docs/interfaces/frontend_with_page_auth_required.withpageauthrequiredoptions.html
@@ -104,7 +104,7 @@ onError: undefined | ((error: Error) => Element)
@@ -123,7 +123,7 @@
@@ -142,7 +142,7 @@ returnTo: undefined | string
diff --git a/docs/interfaces/handlers_auth.handlers.html b/docs/interfaces/handlers_auth.handlers.html
index 2d11d9357..c829df08a 100644
--- a/docs/interfaces/handlers_auth.handlers.html
+++ b/docs/interfaces/handlers_auth.handlers.html
@@ -125,7 +125,7 @@ callback: HandleCallback
@@ -135,7 +135,7 @@ login: HandleLogin
@@ -145,7 +145,7 @@ logout: HandleLogout
@@ -155,7 +155,7 @@ profile: HandleProfile
diff --git a/docs/interfaces/handlers_callback.callbackoptions.html b/docs/interfaces/handlers_callback.callbackoptions.html
index ec505a4a0..09a4c987a 100644
--- a/docs/interfaces/handlers_callback.callbackoptions.html
+++ b/docs/interfaces/handlers_callback.callbackoptions.html
@@ -104,7 +104,7 @@
@@ -114,7 +114,7 @@ organization: undefined | string
@@ -130,7 +130,7 @@ redirectUri: undefined | string
diff --git a/docs/interfaces/handlers_login.authorizationparams.html b/docs/interfaces/handlers_login.authorizationparams.html
index 54f4cbd5e..c18f30ee7 100644
--- a/docs/interfaces/handlers_login.authorizationparams.html
+++ b/docs/interfaces/handlers_login.authorizationparams.html
@@ -111,7 +111,7 @@ invitation: undefined | string
@@ -150,7 +150,7 @@ organization: undefined | string
@@ -166,7 +166,7 @@
@@ -176,7 +176,7 @@
@@ -186,7 +186,7 @@ scope: undefined | string
diff --git a/docs/interfaces/handlers_login.loginoptions.html b/docs/interfaces/handlers_login.loginoptions.html
index 4c4b306cb..7a14a9d13 100644
--- a/docs/interfaces/handlers_login.loginoptions.html
+++ b/docs/interfaces/handlers_login.loginoptions.html
@@ -104,7 +104,7 @@
Optional name
Optional nickname
Optional picture
Optional sub
Optional updated_at
Optional onError
Optional onRedirectingonRedirecting: undefined | (() => Element)
Optional returnTo
callback
login
logout
profile
Optional afterCallbackafterCallback: undefined | AfterCallback
Optional organization
Optional redirectUri
Optional invitation
Optional organization
Optional response_moderesponse_mode: undefined | "query" | "form_post"
Optional response_typeresponse_type: undefined | "id_token" | "code id_token" | "code"
Optional scope
Optional authorizationPar
authorizationParams: undefined | AuthorizationParams
@@ -119,7 +119,7 @@
Optional getLoginSta
getLoginState: undefined | GetLoginState
@@ -134,7 +134,7 @@ returnTo: undefined | string
diff --git a/docs/interfaces/handlers_logout.logoutoptions.html b/docs/interfaces/handlers_logout.logoutoptions.html
index f54cea0d6..4d5aebcf3 100644
--- a/docs/interfaces/handlers_logout.logoutoptions.html
+++ b/docs/interfaces/handlers_logout.logoutoptions.html
@@ -102,7 +102,7 @@ returnTo: undefined | string
diff --git a/docs/interfaces/instance.signinwithauth0.html b/docs/interfaces/instance.signinwithauth0.html
index 997d5b089..cb6192922 100644
--- a/docs/interfaces/instance.signinwithauth0.html
+++ b/docs/interfaces/instance.signinwithauth0.html
@@ -112,7 +112,7 @@ getAccessToken: GetAccessToken
@@ -127,7 +127,7 @@ getSession: GetSession
@@ -142,7 +142,7 @@ handleAuth: HandleAuth
@@ -157,7 +157,7 @@ handleCallback: HandleCallback
@@ -172,7 +172,7 @@ handleLogin: HandleLogin
@@ -187,7 +187,7 @@ handleLogout: HandleLogout
@@ -202,7 +202,7 @@ handleProfile: HandleProfile
@@ -217,7 +217,7 @@ withApiAuthRequired: WithApiAuthRequired
@@ -232,7 +232,7 @@ withPageAuthRequired: WithPageAuthRequired
diff --git a/docs/interfaces/session_get_access_token.accesstokenrequest.html b/docs/interfaces/session_get_access_token.accesstokenrequest.html
index f25b83e7e..1fd2af134 100644
--- a/docs/interfaces/session_get_access_token.accesstokenrequest.html
+++ b/docs/interfaces/session_get_access_token.accesstokenrequest.html
@@ -103,7 +103,7 @@ refresh: undefined | boolean
@@ -119,7 +119,7 @@ scopes: undefined | string[]
diff --git a/docs/interfaces/session_get_access_token.getaccesstokenresult.html b/docs/interfaces/session_get_access_token.getaccesstokenresult.html
index 8a50088fa..52494fb8c 100644
--- a/docs/interfaces/session_get_access_token.getaccesstokenresult.html
+++ b/docs/interfaces/session_get_access_token.getaccesstokenresult.html
@@ -102,7 +102,7 @@ accessToken: undefined | string
diff --git a/docs/modules/config.html b/docs/modules/config.html
index 5e9f782a6..6c310005d 100644
--- a/docs/modules/config.html
+++ b/docs/modules/config.html
@@ -97,7 +97,7 @@ ConfigParameters: DeepPartial<BaseConfig & NextConfig>
diff --git a/docs/modules/frontend.html b/docs/modules/frontend.html
index ba38e7891..c006507fc 100644
--- a/docs/modules/frontend.html
+++ b/docs/modules/frontend.html
@@ -134,7 +134,7 @@ ConfigProviderProps: React.PropsWithChildren<ConfigContext>
@@ -182,7 +182,7 @@
UseUser: () => UserContext
@@ -143,7 +143,7 @@ UserContext: { checkSession: () => Promise<void>; error?: Error; isLoading: boolean; user?: UserProfile }
@@ -187,7 +187,7 @@ UserProvider: (props: UserProviderProps) => ReactElement<UserContext>
@@ -223,7 +223,7 @@ UserProviderProps: React.PropsWithChildren<{ profileUrl?: string; user?: UserProfile } & ConfigContext>
diff --git a/docs/modules/frontend_with_page_auth_required.html b/docs/modules/frontend_with_page_auth_required.html
index c90971eb2..ca7824725 100644
--- a/docs/modules/frontend_with_page_auth_required.html
+++ b/docs/modules/frontend_with_page_auth_required.html
@@ -90,7 +90,7 @@ WithPageAuthRequired: <P>(Component: ComponentType<P>, options?: WithPageAuthRequiredOptions) => React.FC<Omit<P, "user">>
diff --git a/docs/modules/handlers_auth.html b/docs/modules/handlers_auth.html
index b02730069..ebdd975c9 100644
--- a/docs/modules/handlers_auth.html
+++ b/docs/modules/handlers_auth.html
@@ -90,7 +90,7 @@ HandleAuth: (userHandlers?: Partial<Handlers>) => NextApiHandler
diff --git a/docs/modules/handlers_callback.html b/docs/modules/handlers_callback.html
index d87c39c6e..1e04d1528 100644
--- a/docs/modules/handlers_callback.html
+++ b/docs/modules/handlers_callback.html
@@ -91,7 +91,7 @@ AfterCallback: (req: NextApiRequest, res: NextApiResponse, session: default, state: {}) => Promise<default> | default
@@ -112,7 +112,7 @@ HandleCallback: (req: NextApiRequest, res: NextApiResponse, options?: CallbackOptions) => Promise<void>
diff --git a/docs/modules/handlers_login.html b/docs/modules/handlers_login.html
index 08f5a5557..636cbef23 100644
--- a/docs/modules/handlers_login.html
+++ b/docs/modules/handlers_login.html
@@ -92,7 +92,7 @@ GetLoginState: (req: NextApiRequest, options: LoginOptions) => {}
@@ -153,7 +153,7 @@ HandleLogin: (req: NextApiRequest, res: NextApiResponse, options?: LoginOptions) => Promise<void>
diff --git a/docs/modules/handlers_logout.html b/docs/modules/handlers_logout.html
index 42140d1f6..5afc4ad19 100644
--- a/docs/modules/handlers_logout.html
+++ b/docs/modules/handlers_logout.html
@@ -90,7 +90,7 @@ HandleLogout: (req: NextApiRequest, res: NextApiResponse, options?: LogoutOptions) => Promise<void>
diff --git a/docs/modules/handlers_profile.html b/docs/modules/handlers_profile.html
index ffc8a6649..c68a9e254 100644
--- a/docs/modules/handlers_profile.html
+++ b/docs/modules/handlers_profile.html
@@ -89,7 +89,7 @@ AfterRefetch: (req: NextApiRequest, res: NextApiResponse, session: default) => Promise<default> | default
@@ -129,7 +129,7 @@ HandleProfile: (req: NextApiRequest, res: NextApiResponse, options?: ProfileOptions) => Promise<void>
@@ -171,7 +171,7 @@ ProfileOptions: { afterRefetch?: AfterRefetch; refetch?: boolean }
diff --git a/docs/modules/helpers_with_api_auth_required.html b/docs/modules/helpers_with_api_auth_required.html
index 701d5f303..6011b7f00 100644
--- a/docs/modules/helpers_with_api_auth_required.html
+++ b/docs/modules/helpers_with_api_auth_required.html
@@ -84,7 +84,7 @@ WithApiAuthRequired: (apiRoute: NextApiHandler) => NextApiHandler
diff --git a/docs/modules/helpers_with_page_auth_required.html b/docs/modules/helpers_with_page_auth_required.html
index 3f05ca64d..f293937ae 100644
--- a/docs/modules/helpers_with_page_auth_required.html
+++ b/docs/modules/helpers_with_page_auth_required.html
@@ -87,7 +87,7 @@ GetServerSidePropsResultWithSession: GetServerSidePropsResult<{ user?: Claims | null }>
@@ -112,7 +112,7 @@ PageRoute: (cts: GetServerSidePropsContext) => Promise<GetServerSidePropsResultWithSession>
@@ -148,7 +148,7 @@ WithPageAuthRequired: { (opts?: WithPageAuthRequiredOptions): PageRoute; <P>(Component: ComponentType<P>, options?: WithPageAuthRequiredOptions): FC<P> }
@@ -214,7 +214,7 @@ WithPageAuthRequiredOptions: { getServerSideProps?: GetServerSideProps; returnTo?: string }
diff --git a/docs/modules/instance.html b/docs/modules/instance.html
index b03aafd03..b967f5658 100644
--- a/docs/modules/instance.html
+++ b/docs/modules/instance.html
@@ -90,7 +90,7 @@ InitAuth0: (params?: ConfigParameters) => SignInWithAuth0
diff --git a/docs/modules/session_get_access_token.html b/docs/modules/session_get_access_token.html
index cea5cc61f..33ebee930 100644
--- a/docs/modules/session_get_access_token.html
+++ b/docs/modules/session_get_access_token.html
@@ -91,7 +91,7 @@ GetAccessToken: (req: IncomingMessage | NextApiRequest, res: ServerResponse | NextApiResponse, accessTokenRequest?: AccessTokenRequest) => Promise<GetAccessTokenResult>
diff --git a/docs/modules/session_get_session.html b/docs/modules/session_get_session.html
index 7b3994012..5e586c380 100644
--- a/docs/modules/session_get_session.html
+++ b/docs/modules/session_get_session.html
@@ -84,7 +84,7 @@ GetSession: (req: IncomingMessage | NextApiRequest, res: ServerResponse | NextApiResponse) => default | null | undefined
diff --git a/docs/modules/utils_errors.html b/docs/modules/utils_errors.html
index 4b7dae29f..d4ae79736 100644
--- a/docs/modules/utils_errors.html
+++ b/docs/modules/utils_errors.html
@@ -71,6 +71,7 @@ - Access
TokenError
+ - Handler
Error
@@ -150,6 +151,9 @@
AccessTokenError
+
+ HandlerError
+
diff --git a/docs/modules/version.html b/docs/modules/version.html
index 2448b56da..9afa751d8 100644
--- a/docs/modules/version.html
+++ b/docs/modules/version.html
@@ -81,7 +81,7 @@
default: "1.4.0"
+ default: "1.4.1"
diff --git a/package-lock.json b/package-lock.json
index 3cb2c680c..2a55a76b4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@auth0/nextjs-auth0",
- "version": "1.4.0",
+ "version": "1.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 597841bdd..fc8c6b5c1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@auth0/nextjs-auth0",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "Next.js SDK for signing in with Auth0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
diff --git a/src/version.ts b/src/version.ts
index 37517274b..908c7f2bf 100644
--- a/src/version.ts
+++ b/src/version.ts
@@ -1 +1 @@
-export default '1.4.0';
+export default '1.4.1';
Optional returnTo
Optional returnTo
getAccessToken
getSession
handleAuth
handleCallback
handleLogin
handleLogout
handleProfile
withApiAuthRequired
withPageAuthRequired
Optional refresh
Optional scopes
Optional accessToken
ConfigParameters
ConfigProviderProps
Const useConfig
Returns ConfigContext
diff --git a/docs/modules/frontend_use_user.html b/docs/modules/frontend_use_user.html index 0d949879f..55ad23e54 100644 --- a/docs/modules/frontend_use_user.html +++ b/docs/modules/frontend_use_user.html @@ -99,7 +99,7 @@UseUser
UserContext
UserProvider
UserProviderProps
WithPageAuthRequired
HandleAuth
AfterCallback
Validate additional claims
return session; }; -export handleAuth({ +export default handleAuth({ async callback(req, res) { try { await handleCallback(req, res, { afterCallback }); @@ -134,7 +134,7 @@Modify the session after login
return session; }; -export handleAuth({ +export default handleAuth({ async callback(req, res) { try { await handleCallback(req, res, { afterCallback }); @@ -187,7 +187,7 @@HandleCallback
GetLoginState
HandleLogin
HandleLogout
AfterRefetch
HandleProfile
ProfileOptions
WithApiAuthRequired
GetServerSidePropsResultWithSession
PageRoute
WithPageAuthRequired
WithPageAuthRequiredOptions
InitAuth0
GetAccessToken
GetSession
Index
Server Classes
Server Classes
Properties
default
-