diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f59841e..799b066cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Change Log +## [v1.7.0](https://github.com/auth0/auth0-spa-js/tree/v1.7.0) (2020-04-15) + +[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.7.0-beta.5...v1.7.0) + +**Added** + +- Support for rotating refresh tokens [\#315](https://github.com/auth0/auth0-spa-js/pull/315) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Export types from global TypeScript file. [\#310](https://github.com/auth0/auth0-spa-js/pull/310) ([maxswa](https://github.com/maxswa)) +- Local Storage caching mechanism [\#303](https://github.com/auth0/auth0-spa-js/pull/303) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Changed** + +- Use Web Workers for token endpoint call for in-memory storage [\#409](https://github.com/auth0/auth0-spa-js/pull/409) ([adamjmcgrath](https://github.com/adamjmcgrath)) +- Export constructor [\#385](https://github.com/auth0/auth0-spa-js/pull/385) ([adamjmcgrath](https://github.com/adamjmcgrath)) +- Fall back to iframe method if no refresh token is available [\#364](https://github.com/auth0/auth0-spa-js/pull/364) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Removed setTimeout cache removal in favour of removal-on-read [\#354](https://github.com/auth0/auth0-spa-js/pull/354) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Stop checking `isAuthenticated` cookie on initialization when using local storage [\#352](https://github.com/auth0/auth0-spa-js/pull/352) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- getTokenSilently retry logic [\#336](https://github.com/auth0/auth0-spa-js/pull/336) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Fixed issue with cache not retaining refresh token [\#333](https://github.com/auth0/auth0-spa-js/pull/333) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Fixed** + +- Check if source of event exists before closing it [\#410](https://github.com/auth0/auth0-spa-js/pull/410) ([gerritdeperrit](https://github.com/gerritdeperrit)) +- Check if iframe is still in body before removing [\#399](https://github.com/auth0/auth0-spa-js/pull/399) ([paulfalgout](https://github.com/paulfalgout)) +- Fix typings to allow custom claims in ID token [\#386](https://github.com/auth0/auth0-spa-js/pull/386) ([picosam](https://github.com/picosam)) +- Fix error in library type definitions [\#367](https://github.com/auth0/auth0-spa-js/pull/367) ([devoto13](https://github.com/devoto13)) + +**Security** + +- Dependency upgrade [\#405](https://github.com/auth0/auth0-spa-js/pull/405) ([stevehobbsdev](https://github.com/stevehobbsdev)) + ## [v1.7.0-beta.5](https://github.com/auth0/auth0-spa-js/tree/v1.7.0-beta.5) (2020-03-26) [Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.7.0-beta.4...v1.7.0-beta.5) diff --git a/docs/assets/js/search.json b/docs/assets/js/search.json new file mode 100644 index 000000000..957f1ca20 --- /dev/null +++ b/docs/assets/js/search.json @@ -0,0 +1 @@ +{"kinds":{"32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"Auth0ClientOptions","url":"interfaces/auth0clientoptions.html","classes":"tsd-kind-interface"},{"id":1,"kind":1024,"name":"domain","url":"interfaces/auth0clientoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":2,"kind":1024,"name":"issuer","url":"interfaces/auth0clientoptions.html#issuer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":3,"kind":1024,"name":"client_id","url":"interfaces/auth0clientoptions.html#client_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":4,"kind":1024,"name":"redirect_uri","url":"interfaces/auth0clientoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":5,"kind":1024,"name":"leeway","url":"interfaces/auth0clientoptions.html#leeway","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":6,"kind":1024,"name":"cacheLocation","url":"interfaces/auth0clientoptions.html#cachelocation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":7,"kind":1024,"name":"useRefreshTokens","url":"interfaces/auth0clientoptions.html#userefreshtokens","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":8,"kind":1024,"name":"authorizeTimeoutInSeconds","url":"interfaces/auth0clientoptions.html#authorizetimeoutinseconds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Auth0ClientOptions"},{"id":9,"kind":1024,"name":"display","url":"interfaces/auth0clientoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":10,"kind":1024,"name":"prompt","url":"interfaces/auth0clientoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":11,"kind":1024,"name":"max_age","url":"interfaces/auth0clientoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":12,"kind":1024,"name":"ui_locales","url":"interfaces/auth0clientoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":13,"kind":1024,"name":"id_token_hint","url":"interfaces/auth0clientoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":14,"kind":1024,"name":"login_hint","url":"interfaces/auth0clientoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":15,"kind":1024,"name":"acr_values","url":"interfaces/auth0clientoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":16,"kind":1024,"name":"scope","url":"interfaces/auth0clientoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":17,"kind":1024,"name":"audience","url":"interfaces/auth0clientoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":18,"kind":1024,"name":"connection","url":"interfaces/auth0clientoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Auth0ClientOptions"},{"id":19,"kind":256,"name":"RedirectLoginOptions","url":"interfaces/redirectloginoptions.html","classes":"tsd-kind-interface"},{"id":20,"kind":1024,"name":"redirect_uri","url":"interfaces/redirectloginoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectLoginOptions"},{"id":21,"kind":1024,"name":"appState","url":"interfaces/redirectloginoptions.html#appstate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectLoginOptions"},{"id":22,"kind":1024,"name":"fragment","url":"interfaces/redirectloginoptions.html#fragment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectLoginOptions"},{"id":23,"kind":1024,"name":"display","url":"interfaces/redirectloginoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":24,"kind":1024,"name":"prompt","url":"interfaces/redirectloginoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":25,"kind":1024,"name":"max_age","url":"interfaces/redirectloginoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":26,"kind":1024,"name":"ui_locales","url":"interfaces/redirectloginoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":27,"kind":1024,"name":"id_token_hint","url":"interfaces/redirectloginoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":28,"kind":1024,"name":"login_hint","url":"interfaces/redirectloginoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":29,"kind":1024,"name":"acr_values","url":"interfaces/redirectloginoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":30,"kind":1024,"name":"scope","url":"interfaces/redirectloginoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":31,"kind":1024,"name":"audience","url":"interfaces/redirectloginoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":32,"kind":1024,"name":"connection","url":"interfaces/redirectloginoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"RedirectLoginOptions"},{"id":33,"kind":256,"name":"RedirectLoginResult","url":"interfaces/redirectloginresult.html","classes":"tsd-kind-interface"},{"id":34,"kind":1024,"name":"appState","url":"interfaces/redirectloginresult.html#appstate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedirectLoginResult"},{"id":35,"kind":256,"name":"PopupLoginOptions","url":"interfaces/popuploginoptions.html","classes":"tsd-kind-interface"},{"id":36,"kind":1024,"name":"display","url":"interfaces/popuploginoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":37,"kind":1024,"name":"prompt","url":"interfaces/popuploginoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":38,"kind":1024,"name":"max_age","url":"interfaces/popuploginoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":39,"kind":1024,"name":"ui_locales","url":"interfaces/popuploginoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":40,"kind":1024,"name":"id_token_hint","url":"interfaces/popuploginoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":41,"kind":1024,"name":"login_hint","url":"interfaces/popuploginoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":42,"kind":1024,"name":"acr_values","url":"interfaces/popuploginoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":43,"kind":1024,"name":"scope","url":"interfaces/popuploginoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":44,"kind":1024,"name":"audience","url":"interfaces/popuploginoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":45,"kind":1024,"name":"connection","url":"interfaces/popuploginoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"PopupLoginOptions"},{"id":46,"kind":256,"name":"PopupConfigOptions","url":"interfaces/popupconfigoptions.html","classes":"tsd-kind-interface"},{"id":47,"kind":1024,"name":"timeoutInSeconds","url":"interfaces/popupconfigoptions.html#timeoutinseconds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PopupConfigOptions"},{"id":48,"kind":1024,"name":"popup","url":"interfaces/popupconfigoptions.html#popup","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PopupConfigOptions"},{"id":49,"kind":256,"name":"GetUserOptions","url":"interfaces/getuseroptions.html","classes":"tsd-kind-interface"},{"id":50,"kind":1024,"name":"scope","url":"interfaces/getuseroptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetUserOptions"},{"id":51,"kind":1024,"name":"audience","url":"interfaces/getuseroptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetUserOptions"},{"id":52,"kind":256,"name":"GetIdTokenClaimsOptions","url":"interfaces/getidtokenclaimsoptions.html","classes":"tsd-kind-interface"},{"id":53,"kind":1024,"name":"scope","url":"interfaces/getidtokenclaimsoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetIdTokenClaimsOptions"},{"id":54,"kind":1024,"name":"audience","url":"interfaces/getidtokenclaimsoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetIdTokenClaimsOptions"},{"id":55,"kind":256,"name":"GetTokenSilentlyOptions","url":"interfaces/gettokensilentlyoptions.html","classes":"tsd-kind-interface"},{"id":56,"kind":1024,"name":"ignoreCache","url":"interfaces/gettokensilentlyoptions.html#ignorecache","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetTokenSilentlyOptions"},{"id":57,"kind":1024,"name":"redirect_uri","url":"interfaces/gettokensilentlyoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetTokenSilentlyOptions"},{"id":58,"kind":1024,"name":"scope","url":"interfaces/gettokensilentlyoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetTokenSilentlyOptions"},{"id":59,"kind":1024,"name":"audience","url":"interfaces/gettokensilentlyoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetTokenSilentlyOptions"},{"id":60,"kind":1024,"name":"timeoutInSeconds","url":"interfaces/gettokensilentlyoptions.html#timeoutinseconds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"GetTokenSilentlyOptions"},{"id":61,"kind":256,"name":"GetTokenWithPopupOptions","url":"interfaces/gettokenwithpopupoptions.html","classes":"tsd-kind-interface"},{"id":62,"kind":1024,"name":"display","url":"interfaces/gettokenwithpopupoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":63,"kind":1024,"name":"prompt","url":"interfaces/gettokenwithpopupoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":64,"kind":1024,"name":"max_age","url":"interfaces/gettokenwithpopupoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":65,"kind":1024,"name":"ui_locales","url":"interfaces/gettokenwithpopupoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":66,"kind":1024,"name":"id_token_hint","url":"interfaces/gettokenwithpopupoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":67,"kind":1024,"name":"login_hint","url":"interfaces/gettokenwithpopupoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":68,"kind":1024,"name":"acr_values","url":"interfaces/gettokenwithpopupoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":69,"kind":1024,"name":"scope","url":"interfaces/gettokenwithpopupoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":70,"kind":1024,"name":"audience","url":"interfaces/gettokenwithpopupoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":71,"kind":1024,"name":"connection","url":"interfaces/gettokenwithpopupoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"GetTokenWithPopupOptions"},{"id":72,"kind":256,"name":"LogoutOptions","url":"interfaces/logoutoptions.html","classes":"tsd-kind-interface"},{"id":73,"kind":1024,"name":"returnTo","url":"interfaces/logoutoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogoutOptions"},{"id":74,"kind":1024,"name":"client_id","url":"interfaces/logoutoptions.html#client_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogoutOptions"},{"id":75,"kind":1024,"name":"federated","url":"interfaces/logoutoptions.html#federated","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogoutOptions"},{"id":76,"kind":1024,"name":"localOnly","url":"interfaces/logoutoptions.html#localonly","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LogoutOptions"},{"id":77,"kind":4194304,"name":"CacheLocation","url":"globals.html#cachelocation","classes":"tsd-kind-type-alias"},{"id":78,"kind":4194304,"name":"getIdTokenClaimsOptions","url":"globals.html#getidtokenclaimsoptions","classes":"tsd-kind-type-alias"},{"id":79,"kind":32,"name":"CACHE_LOCATION_MEMORY","url":"globals.html#cache_location_memory","classes":"tsd-kind-variable"},{"id":80,"kind":32,"name":"CACHE_LOCATION_LOCAL_STORAGE","url":"globals.html#cache_location_local_storage","classes":"tsd-kind-variable"},{"id":81,"kind":32,"name":"MISSING_REFRESH_TOKEN_ERROR_MESSAGE","url":"globals.html#missing_refresh_token_error_message","classes":"tsd-kind-variable"},{"id":82,"kind":128,"name":"GenericError","url":"classes/genericerror.html","classes":"tsd-kind-class"},{"id":83,"kind":512,"name":"constructor","url":"classes/genericerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"GenericError"},{"id":84,"kind":1024,"name":"error","url":"classes/genericerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GenericError"},{"id":85,"kind":1024,"name":"error_description","url":"classes/genericerror.html#error_description","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GenericError"},{"id":86,"kind":1024,"name":"name","url":"classes/genericerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GenericError"},{"id":87,"kind":1024,"name":"message","url":"classes/genericerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GenericError"},{"id":88,"kind":1024,"name":"stack","url":"classes/genericerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"GenericError"},{"id":89,"kind":1024,"name":"Error","url":"classes/genericerror.html#error-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"GenericError"},{"id":90,"kind":128,"name":"AuthenticationError","url":"classes/authenticationerror.html","classes":"tsd-kind-class"},{"id":91,"kind":512,"name":"constructor","url":"classes/authenticationerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"AuthenticationError"},{"id":92,"kind":1024,"name":"state","url":"classes/authenticationerror.html#state","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":93,"kind":1024,"name":"appState","url":"classes/authenticationerror.html#appstate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":94,"kind":1024,"name":"error","url":"classes/authenticationerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":95,"kind":1024,"name":"error_description","url":"classes/authenticationerror.html#error_description","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":96,"kind":1024,"name":"name","url":"classes/authenticationerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":97,"kind":1024,"name":"message","url":"classes/authenticationerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":98,"kind":1024,"name":"stack","url":"classes/authenticationerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":99,"kind":128,"name":"Auth0Client","url":"classes/auth0client.html","classes":"tsd-kind-class"},{"id":100,"kind":1024,"name":"cacheLocation","url":"classes/auth0client.html#cachelocation","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Auth0Client"},{"id":101,"kind":512,"name":"constructor","url":"classes/auth0client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Auth0Client"},{"id":102,"kind":2048,"name":"buildAuthorizeUrl","url":"classes/auth0client.html#buildauthorizeurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":103,"kind":2048,"name":"loginWithPopup","url":"classes/auth0client.html#loginwithpopup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":104,"kind":2048,"name":"getUser","url":"classes/auth0client.html#getuser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":105,"kind":2048,"name":"getIdTokenClaims","url":"classes/auth0client.html#getidtokenclaims","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":106,"kind":2048,"name":"loginWithRedirect","url":"classes/auth0client.html#loginwithredirect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":107,"kind":2048,"name":"handleRedirectCallback","url":"classes/auth0client.html#handleredirectcallback","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":108,"kind":2048,"name":"getTokenSilently","url":"classes/auth0client.html#gettokensilently","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":109,"kind":2048,"name":"getTokenWithPopup","url":"classes/auth0client.html#gettokenwithpopup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":110,"kind":2048,"name":"isAuthenticated","url":"classes/auth0client.html#isauthenticated","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":111,"kind":2048,"name":"logout","url":"classes/auth0client.html#logout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":112,"kind":64,"name":"createAuth0Client","url":"globals.html#createauth0client","classes":"tsd-kind-function"}],"index":{"version":"2.3.8","fields":["name","parent"],"fieldVectors":[["name/0",[0,17.658]],["parent/0",[]],["name/1",[1,43.307]],["parent/1",[0,1.631]],["name/2",[2,43.307]],["parent/2",[0,1.631]],["name/3",[3,38.199]],["parent/3",[0,1.631]],["name/4",[4,34.834]],["parent/4",[0,1.631]],["name/5",[5,43.307]],["parent/5",[0,1.631]],["name/6",[6,34.834]],["parent/6",[0,1.631]],["name/7",[7,43.307]],["parent/7",[0,1.631]],["name/8",[8,43.307]],["parent/8",[0,1.631]],["name/9",[9,32.321]],["parent/9",[0,1.631]],["name/10",[10,32.321]],["parent/10",[0,1.631]],["name/11",[11,32.321]],["parent/11",[0,1.631]],["name/12",[12,32.321]],["parent/12",[0,1.631]],["name/13",[13,32.321]],["parent/13",[0,1.631]],["name/14",[14,32.321]],["parent/14",[0,1.631]],["name/15",[15,32.321]],["parent/15",[0,1.631]],["name/16",[16,27.213]],["parent/16",[0,1.631]],["name/17",[17,27.213]],["parent/17",[0,1.631]],["name/18",[18,32.321]],["parent/18",[0,1.631]],["name/19",[19,20.62]],["parent/19",[]],["name/20",[4,34.834]],["parent/20",[19,1.905]],["name/21",[20,34.834]],["parent/21",[19,1.905]],["name/22",[21,43.307]],["parent/22",[19,1.905]],["name/23",[9,32.321]],["parent/23",[19,1.905]],["name/24",[10,32.321]],["parent/24",[19,1.905]],["name/25",[11,32.321]],["parent/25",[19,1.905]],["name/26",[12,32.321]],["parent/26",[19,1.905]],["name/27",[13,32.321]],["parent/27",[19,1.905]],["name/28",[14,32.321]],["parent/28",[19,1.905]],["name/29",[15,32.321]],["parent/29",[19,1.905]],["name/30",[16,27.213]],["parent/30",[19,1.905]],["name/31",[17,27.213]],["parent/31",[19,1.905]],["name/32",[18,32.321]],["parent/32",[19,1.905]],["name/33",[22,38.199]],["parent/33",[]],["name/34",[20,34.834]],["parent/34",[22,3.528]],["name/35",[23,22.939]],["parent/35",[]],["name/36",[9,32.321]],["parent/36",[23,2.119]],["name/37",[10,32.321]],["parent/37",[23,2.119]],["name/38",[11,32.321]],["parent/38",[23,2.119]],["name/39",[12,32.321]],["parent/39",[23,2.119]],["name/40",[13,32.321]],["parent/40",[23,2.119]],["name/41",[14,32.321]],["parent/41",[23,2.119]],["name/42",[15,32.321]],["parent/42",[23,2.119]],["name/43",[16,27.213]],["parent/43",[23,2.119]],["name/44",[17,27.213]],["parent/44",[23,2.119]],["name/45",[18,32.321]],["parent/45",[23,2.119]],["name/46",[24,34.834]],["parent/46",[]],["name/47",[25,38.199]],["parent/47",[24,3.217]],["name/48",[26,43.307]],["parent/48",[24,3.217]],["name/49",[27,34.834]],["parent/49",[]],["name/50",[16,27.213]],["parent/50",[27,3.217]],["name/51",[17,27.213]],["parent/51",[27,3.217]],["name/52",[28,32.321]],["parent/52",[]],["name/53",[16,27.213]],["parent/53",[28,2.985]],["name/54",[17,27.213]],["parent/54",[28,2.985]],["name/55",[29,28.644]],["parent/55",[]],["name/56",[30,43.307]],["parent/56",[29,2.646]],["name/57",[4,34.834]],["parent/57",[29,2.646]],["name/58",[16,27.213]],["parent/58",[29,2.646]],["name/59",[17,27.213]],["parent/59",[29,2.646]],["name/60",[25,38.199]],["parent/60",[29,2.646]],["name/61",[31,22.939]],["parent/61",[]],["name/62",[9,32.321]],["parent/62",[31,2.119]],["name/63",[10,32.321]],["parent/63",[31,2.119]],["name/64",[11,32.321]],["parent/64",[31,2.119]],["name/65",[12,32.321]],["parent/65",[31,2.119]],["name/66",[13,32.321]],["parent/66",[31,2.119]],["name/67",[14,32.321]],["parent/67",[31,2.119]],["name/68",[15,32.321]],["parent/68",[31,2.119]],["name/69",[16,27.213]],["parent/69",[31,2.119]],["name/70",[17,27.213]],["parent/70",[31,2.119]],["name/71",[18,32.321]],["parent/71",[31,2.119]],["name/72",[32,30.315]],["parent/72",[]],["name/73",[33,43.307]],["parent/73",[32,2.8]],["name/74",[3,38.199]],["parent/74",[32,2.8]],["name/75",[34,43.307]],["parent/75",[32,2.8]],["name/76",[35,43.307]],["parent/76",[32,2.8]],["name/77",[6,34.834]],["parent/77",[]],["name/78",[28,32.321]],["parent/78",[]],["name/79",[36,43.307]],["parent/79",[]],["name/80",[37,43.307]],["parent/80",[]],["name/81",[38,43.307]],["parent/81",[]],["name/82",[39,25.961]],["parent/82",[]],["name/83",[40,34.834]],["parent/83",[39,2.398]],["name/84",[41,34.834]],["parent/84",[39,2.398]],["name/85",[42,38.199]],["parent/85",[39,2.398]],["name/86",[43,38.199]],["parent/86",[39,2.398]],["name/87",[44,38.199]],["parent/87",[39,2.398]],["name/88",[45,38.199]],["parent/88",[39,2.398]],["name/89",[41,34.834]],["parent/89",[39,2.398]],["name/90",[46,24.849]],["parent/90",[]],["name/91",[40,34.834]],["parent/91",[46,2.295]],["name/92",[47,43.307]],["parent/92",[46,2.295]],["name/93",[20,34.834]],["parent/93",[46,2.295]],["name/94",[41,34.834]],["parent/94",[46,2.295]],["name/95",[42,38.199]],["parent/95",[46,2.295]],["name/96",[43,38.199]],["parent/96",[46,2.295]],["name/97",[44,38.199]],["parent/97",[46,2.295]],["name/98",[45,38.199]],["parent/98",[46,2.295]],["name/99",[48,21.335]],["parent/99",[]],["name/100",[6,34.834]],["parent/100",[48,1.971]],["name/101",[40,34.834]],["parent/101",[48,1.971]],["name/102",[49,43.307]],["parent/102",[48,1.971]],["name/103",[50,43.307]],["parent/103",[48,1.971]],["name/104",[51,43.307]],["parent/104",[48,1.971]],["name/105",[52,43.307]],["parent/105",[48,1.971]],["name/106",[53,43.307]],["parent/106",[48,1.971]],["name/107",[54,43.307]],["parent/107",[48,1.971]],["name/108",[55,43.307]],["parent/108",[48,1.971]],["name/109",[56,43.307]],["parent/109",[48,1.971]],["name/110",[57,43.307]],["parent/110",[48,1.971]],["name/111",[58,43.307]],["parent/111",[48,1.971]],["name/112",[59,43.307]],["parent/112",[]]],"invertedIndex":[["acr_values",{"_index":15,"name":{"15":{},"29":{},"42":{},"68":{}},"parent":{}}],["appstate",{"_index":20,"name":{"21":{},"34":{},"93":{}},"parent":{}}],["audience",{"_index":17,"name":{"17":{},"31":{},"44":{},"51":{},"54":{},"59":{},"70":{}},"parent":{}}],["auth0client",{"_index":48,"name":{"99":{}},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{}}}],["auth0clientoptions",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{}}}],["authenticationerror",{"_index":46,"name":{"90":{}},"parent":{"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{}}}],["authorizetimeoutinseconds",{"_index":8,"name":{"8":{}},"parent":{}}],["buildauthorizeurl",{"_index":49,"name":{"102":{}},"parent":{}}],["cache_location_local_storage",{"_index":37,"name":{"80":{}},"parent":{}}],["cache_location_memory",{"_index":36,"name":{"79":{}},"parent":{}}],["cachelocation",{"_index":6,"name":{"6":{},"77":{},"100":{}},"parent":{}}],["client_id",{"_index":3,"name":{"3":{},"74":{}},"parent":{}}],["connection",{"_index":18,"name":{"18":{},"32":{},"45":{},"71":{}},"parent":{}}],["constructor",{"_index":40,"name":{"83":{},"91":{},"101":{}},"parent":{}}],["createauth0client",{"_index":59,"name":{"112":{}},"parent":{}}],["display",{"_index":9,"name":{"9":{},"23":{},"36":{},"62":{}},"parent":{}}],["domain",{"_index":1,"name":{"1":{}},"parent":{}}],["error",{"_index":41,"name":{"84":{},"89":{},"94":{}},"parent":{}}],["error_description",{"_index":42,"name":{"85":{},"95":{}},"parent":{}}],["federated",{"_index":34,"name":{"75":{}},"parent":{}}],["fragment",{"_index":21,"name":{"22":{}},"parent":{}}],["genericerror",{"_index":39,"name":{"82":{}},"parent":{"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{}}}],["getidtokenclaims",{"_index":52,"name":{"105":{}},"parent":{}}],["getidtokenclaimsoptions",{"_index":28,"name":{"52":{},"78":{}},"parent":{"53":{},"54":{}}}],["gettokensilently",{"_index":55,"name":{"108":{}},"parent":{}}],["gettokensilentlyoptions",{"_index":29,"name":{"55":{}},"parent":{"56":{},"57":{},"58":{},"59":{},"60":{}}}],["gettokenwithpopup",{"_index":56,"name":{"109":{}},"parent":{}}],["gettokenwithpopupoptions",{"_index":31,"name":{"61":{}},"parent":{"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{}}}],["getuser",{"_index":51,"name":{"104":{}},"parent":{}}],["getuseroptions",{"_index":27,"name":{"49":{}},"parent":{"50":{},"51":{}}}],["handleredirectcallback",{"_index":54,"name":{"107":{}},"parent":{}}],["id_token_hint",{"_index":13,"name":{"13":{},"27":{},"40":{},"66":{}},"parent":{}}],["ignorecache",{"_index":30,"name":{"56":{}},"parent":{}}],["isauthenticated",{"_index":57,"name":{"110":{}},"parent":{}}],["issuer",{"_index":2,"name":{"2":{}},"parent":{}}],["leeway",{"_index":5,"name":{"5":{}},"parent":{}}],["localonly",{"_index":35,"name":{"76":{}},"parent":{}}],["login_hint",{"_index":14,"name":{"14":{},"28":{},"41":{},"67":{}},"parent":{}}],["loginwithpopup",{"_index":50,"name":{"103":{}},"parent":{}}],["loginwithredirect",{"_index":53,"name":{"106":{}},"parent":{}}],["logout",{"_index":58,"name":{"111":{}},"parent":{}}],["logoutoptions",{"_index":32,"name":{"72":{}},"parent":{"73":{},"74":{},"75":{},"76":{}}}],["max_age",{"_index":11,"name":{"11":{},"25":{},"38":{},"64":{}},"parent":{}}],["message",{"_index":44,"name":{"87":{},"97":{}},"parent":{}}],["missing_refresh_token_error_message",{"_index":38,"name":{"81":{}},"parent":{}}],["name",{"_index":43,"name":{"86":{},"96":{}},"parent":{}}],["popup",{"_index":26,"name":{"48":{}},"parent":{}}],["popupconfigoptions",{"_index":24,"name":{"46":{}},"parent":{"47":{},"48":{}}}],["popuploginoptions",{"_index":23,"name":{"35":{}},"parent":{"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{}}}],["prompt",{"_index":10,"name":{"10":{},"24":{},"37":{},"63":{}},"parent":{}}],["redirect_uri",{"_index":4,"name":{"4":{},"20":{},"57":{}},"parent":{}}],["redirectloginoptions",{"_index":19,"name":{"19":{}},"parent":{"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{}}}],["redirectloginresult",{"_index":22,"name":{"33":{}},"parent":{"34":{}}}],["returnto",{"_index":33,"name":{"73":{}},"parent":{}}],["scope",{"_index":16,"name":{"16":{},"30":{},"43":{},"50":{},"53":{},"58":{},"69":{}},"parent":{}}],["stack",{"_index":45,"name":{"88":{},"98":{}},"parent":{}}],["state",{"_index":47,"name":{"92":{}},"parent":{}}],["timeoutinseconds",{"_index":25,"name":{"47":{},"60":{}},"parent":{}}],["ui_locales",{"_index":12,"name":{"12":{},"26":{},"39":{},"65":{}},"parent":{}}],["userefreshtokens",{"_index":7,"name":{"7":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index b01e5be06..05fcc6c1b 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2809,6 +2809,9 @@
  • CACHE_LOCATION_MEMORY
  • +
  • + MISSING_REFRESH_TOKEN_ERROR_MESSAGE +
  • createAuth0Client
  • @@ -2877,7 +2880,7 @@

    constructor

  • Parameters

    @@ -2899,7 +2902,7 @@

    cacheLocation

    cacheLocation: CacheLocation
    @@ -2916,7 +2919,7 @@

    buildAuthorizeUrl

  • @@ -2949,7 +2952,7 @@

    getIdTokenClaims

  • @@ -2961,7 +2964,7 @@

    getIdTokenClaims

    Parameters