diff --git a/CHANGELOG.md b/CHANGELOG.md index 797c9f378..1fa13be65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v1.6.0](https://github.com/auth0/auth0-spa-js/tree/v1.6.0) (2019-11-19) + +**Added** +Added buildAuthorizeUrl and url parameter to handleRedirectCallback - [austin43](https://github.com/austin43) - https://github.com/auth0/auth0-spa-js/pull/280 + +**Fixed** +Released browser lock on getTokenSilently error - https://github.com/auth0/auth0-spa-js/pull/276 +Updates browser-tabs-lock to fix issue of long acquired lock - [super-tokens](https://github.com/super-tokens) - https://github.com/auth0/auth0-spa-js/commit/3413e30bdb5955c818989cdc050079fa6efb6050 + ## [v1.5.0](https://github.com/auth0/auth0-spa-js/tree/v1.5.0) (2019-10-31) **Added** diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index e7e477ebb..5cb10a649 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method"},"rows":[{"id":0,"kind":128,"name":"FakeLock","url":"classes/fakelock.html","classes":"tsd-kind-class"},{"id":1,"kind":1024,"name":"acquireLock","url":"classes/fakelock.html#acquirelock","classes":"tsd-kind-property tsd-parent-kind-class","parent":"FakeLock"},{"id":2,"kind":1024,"name":"releaseLock","url":"classes/fakelock.html#releaselock","classes":"tsd-kind-property tsd-parent-kind-class","parent":"FakeLock"},{"id":3,"kind":32,"name":"acquireLockMock","url":"globals.html#acquirelockmock","classes":"tsd-kind-variable"},{"id":4,"kind":32,"name":"releaseLockMock","url":"globals.html#releaselockmock","classes":"tsd-kind-variable"},{"id":5,"kind":128,"name":"AuthenticationError","url":"classes/authenticationerror.html","classes":"tsd-kind-class"},{"id":6,"kind":512,"name":"constructor","url":"classes/authenticationerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"AuthenticationError"},{"id":7,"kind":1024,"name":"error","url":"classes/authenticationerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":8,"kind":1024,"name":"error_description","url":"classes/authenticationerror.html#error_description","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":9,"kind":1024,"name":"state","url":"classes/authenticationerror.html#state","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":10,"kind":1024,"name":"name","url":"classes/authenticationerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":11,"kind":1024,"name":"message","url":"classes/authenticationerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":12,"kind":1024,"name":"stack","url":"classes/authenticationerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"AuthenticationError"},{"id":13,"kind":1024,"name":"Error","url":"classes/authenticationerror.html#error-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AuthenticationError"},{"id":14,"kind":128,"name":"Auth0Client","url":"classes/auth0client.html","classes":"tsd-kind-class"},{"id":15,"kind":512,"name":"constructor","url":"classes/auth0client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Auth0Client"},{"id":16,"kind":2048,"name":"loginWithPopup","url":"classes/auth0client.html#loginwithpopup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":17,"kind":2048,"name":"getUser","url":"classes/auth0client.html#getuser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":18,"kind":2048,"name":"getIdTokenClaims","url":"classes/auth0client.html#getidtokenclaims","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":19,"kind":2048,"name":"loginWithRedirect","url":"classes/auth0client.html#loginwithredirect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":20,"kind":2048,"name":"handleRedirectCallback","url":"classes/auth0client.html#handleredirectcallback","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":21,"kind":2048,"name":"getTokenSilently","url":"classes/auth0client.html#gettokensilently","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":22,"kind":2048,"name":"getTokenWithPopup","url":"classes/auth0client.html#gettokenwithpopup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":23,"kind":2048,"name":"isAuthenticated","url":"classes/auth0client.html#isauthenticated","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":24,"kind":2048,"name":"logout","url":"classes/auth0client.html#logout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":25,"kind":32,"name":"lock","url":"globals.html#lock","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":26,"kind":32,"name":"GET_TOKEN_SILENTLY_LOCK_KEY","url":"globals.html#get_token_silently_lock_key","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":27,"kind":256,"name":"Auth0ClientOptions","url":"interfaces/auth0clientoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":28,"kind":1024,"name":"domain","url":"interfaces/auth0clientoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":29,"kind":1024,"name":"issuer","url":"interfaces/auth0clientoptions.html#issuer","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":30,"kind":1024,"name":"client_id","url":"interfaces/auth0clientoptions.html#client_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":31,"kind":1024,"name":"redirect_uri","url":"interfaces/auth0clientoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":32,"kind":1024,"name":"leeway","url":"interfaces/auth0clientoptions.html#leeway","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":33,"kind":1024,"name":"display","url":"interfaces/auth0clientoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":34,"kind":1024,"name":"prompt","url":"interfaces/auth0clientoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":35,"kind":1024,"name":"max_age","url":"interfaces/auth0clientoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":36,"kind":1024,"name":"ui_locales","url":"interfaces/auth0clientoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":37,"kind":1024,"name":"id_token_hint","url":"interfaces/auth0clientoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":38,"kind":1024,"name":"login_hint","url":"interfaces/auth0clientoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":39,"kind":1024,"name":"acr_values","url":"interfaces/auth0clientoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":40,"kind":1024,"name":"scope","url":"interfaces/auth0clientoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":41,"kind":1024,"name":"audience","url":"interfaces/auth0clientoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":42,"kind":1024,"name":"connection","url":"interfaces/auth0clientoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":43,"kind":256,"name":"RedirectLoginOptions","url":"interfaces/redirectloginoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":44,"kind":1024,"name":"redirect_uri","url":"interfaces/redirectloginoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":45,"kind":1024,"name":"appState","url":"interfaces/redirectloginoptions.html#appstate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":46,"kind":1024,"name":"fragment","url":"interfaces/redirectloginoptions.html#fragment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":47,"kind":1024,"name":"display","url":"interfaces/redirectloginoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":48,"kind":1024,"name":"prompt","url":"interfaces/redirectloginoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":49,"kind":1024,"name":"max_age","url":"interfaces/redirectloginoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":50,"kind":1024,"name":"ui_locales","url":"interfaces/redirectloginoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":51,"kind":1024,"name":"id_token_hint","url":"interfaces/redirectloginoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":52,"kind":1024,"name":"login_hint","url":"interfaces/redirectloginoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":53,"kind":1024,"name":"acr_values","url":"interfaces/redirectloginoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":54,"kind":1024,"name":"scope","url":"interfaces/redirectloginoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":55,"kind":1024,"name":"audience","url":"interfaces/redirectloginoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":56,"kind":1024,"name":"connection","url":"interfaces/redirectloginoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":57,"kind":256,"name":"RedirectLoginResult","url":"interfaces/redirectloginresult.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":58,"kind":1024,"name":"appState","url":"interfaces/redirectloginresult.html#appstate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginResult"},{"id":59,"kind":256,"name":"PopupLoginOptions","url":"interfaces/popuploginoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":60,"kind":1024,"name":"display","url":"interfaces/popuploginoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":61,"kind":1024,"name":"prompt","url":"interfaces/popuploginoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":62,"kind":1024,"name":"max_age","url":"interfaces/popuploginoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":63,"kind":1024,"name":"ui_locales","url":"interfaces/popuploginoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":64,"kind":1024,"name":"id_token_hint","url":"interfaces/popuploginoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":65,"kind":1024,"name":"login_hint","url":"interfaces/popuploginoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":66,"kind":1024,"name":"acr_values","url":"interfaces/popuploginoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":67,"kind":1024,"name":"scope","url":"interfaces/popuploginoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":68,"kind":1024,"name":"audience","url":"interfaces/popuploginoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":69,"kind":1024,"name":"connection","url":"interfaces/popuploginoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":70,"kind":256,"name":"PopupConfigOptions","url":"interfaces/popupconfigoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":71,"kind":1024,"name":"timeoutInSeconds","url":"interfaces/popupconfigoptions.html#timeoutinseconds","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"PopupConfigOptions"},{"id":72,"kind":256,"name":"GetUserOptions","url":"interfaces/getuseroptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":73,"kind":1024,"name":"scope","url":"interfaces/getuseroptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetUserOptions"},{"id":74,"kind":1024,"name":"audience","url":"interfaces/getuseroptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetUserOptions"},{"id":75,"kind":256,"name":"getIdTokenClaimsOptions","url":"interfaces/getidtokenclaimsoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":76,"kind":1024,"name":"scope","url":"interfaces/getidtokenclaimsoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"getIdTokenClaimsOptions"},{"id":77,"kind":1024,"name":"audience","url":"interfaces/getidtokenclaimsoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"getIdTokenClaimsOptions"},{"id":78,"kind":256,"name":"GetTokenSilentlyOptions","url":"interfaces/gettokensilentlyoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":79,"kind":1024,"name":"ignoreCache","url":"interfaces/gettokensilentlyoptions.html#ignorecache","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":80,"kind":1024,"name":"redirect_uri","url":"interfaces/gettokensilentlyoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":81,"kind":1024,"name":"scope","url":"interfaces/gettokensilentlyoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":82,"kind":1024,"name":"audience","url":"interfaces/gettokensilentlyoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":83,"kind":256,"name":"GetTokenWithPopupOptions","url":"interfaces/gettokenwithpopupoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":84,"kind":1024,"name":"display","url":"interfaces/gettokenwithpopupoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":85,"kind":1024,"name":"prompt","url":"interfaces/gettokenwithpopupoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":86,"kind":1024,"name":"max_age","url":"interfaces/gettokenwithpopupoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":87,"kind":1024,"name":"ui_locales","url":"interfaces/gettokenwithpopupoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":88,"kind":1024,"name":"id_token_hint","url":"interfaces/gettokenwithpopupoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":89,"kind":1024,"name":"login_hint","url":"interfaces/gettokenwithpopupoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":90,"kind":1024,"name":"acr_values","url":"interfaces/gettokenwithpopupoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":91,"kind":1024,"name":"scope","url":"interfaces/gettokenwithpopupoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":92,"kind":1024,"name":"audience","url":"interfaces/gettokenwithpopupoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":93,"kind":1024,"name":"connection","url":"interfaces/gettokenwithpopupoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":94,"kind":256,"name":"LogoutOptions","url":"interfaces/logoutoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":95,"kind":1024,"name":"returnTo","url":"interfaces/logoutoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LogoutOptions"},{"id":96,"kind":1024,"name":"client_id","url":"interfaces/logoutoptions.html#client_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LogoutOptions"},{"id":97,"kind":1024,"name":"federated","url":"interfaces/logoutoptions.html#federated","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LogoutOptions"},{"id":98,"kind":64,"name":"createAuth0Client","url":"globals.html#createauth0client","classes":"tsd-kind-function"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method"},"rows":[{"id":0,"kind":128,"name":"FakeLock","url":"classes/fakelock.html","classes":"tsd-kind-class"},{"id":1,"kind":1024,"name":"acquireLock","url":"classes/fakelock.html#acquirelock","classes":"tsd-kind-property tsd-parent-kind-class","parent":"FakeLock"},{"id":2,"kind":1024,"name":"releaseLock","url":"classes/fakelock.html#releaselock","classes":"tsd-kind-property tsd-parent-kind-class","parent":"FakeLock"},{"id":3,"kind":32,"name":"acquireLockMock","url":"globals.html#acquirelockmock","classes":"tsd-kind-variable"},{"id":4,"kind":32,"name":"releaseLockMock","url":"globals.html#releaselockmock","classes":"tsd-kind-variable"},{"id":5,"kind":128,"name":"AuthenticationError","url":"classes/authenticationerror.html","classes":"tsd-kind-class"},{"id":6,"kind":512,"name":"constructor","url":"classes/authenticationerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"AuthenticationError"},{"id":7,"kind":1024,"name":"error","url":"classes/authenticationerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":8,"kind":1024,"name":"error_description","url":"classes/authenticationerror.html#error_description","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":9,"kind":1024,"name":"state","url":"classes/authenticationerror.html#state","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AuthenticationError"},{"id":10,"kind":1024,"name":"name","url":"classes/authenticationerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":11,"kind":1024,"name":"message","url":"classes/authenticationerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AuthenticationError"},{"id":12,"kind":1024,"name":"stack","url":"classes/authenticationerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"AuthenticationError"},{"id":13,"kind":1024,"name":"Error","url":"classes/authenticationerror.html#error-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AuthenticationError"},{"id":14,"kind":128,"name":"Auth0Client","url":"classes/auth0client.html","classes":"tsd-kind-class"},{"id":15,"kind":512,"name":"constructor","url":"classes/auth0client.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Auth0Client"},{"id":16,"kind":2048,"name":"buildAuthorizeUrl","url":"classes/auth0client.html#buildauthorizeurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":17,"kind":2048,"name":"loginWithPopup","url":"classes/auth0client.html#loginwithpopup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":18,"kind":2048,"name":"getUser","url":"classes/auth0client.html#getuser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":19,"kind":2048,"name":"getIdTokenClaims","url":"classes/auth0client.html#getidtokenclaims","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":20,"kind":2048,"name":"loginWithRedirect","url":"classes/auth0client.html#loginwithredirect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":21,"kind":2048,"name":"handleRedirectCallback","url":"classes/auth0client.html#handleredirectcallback","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":22,"kind":2048,"name":"getTokenSilently","url":"classes/auth0client.html#gettokensilently","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":23,"kind":2048,"name":"getTokenWithPopup","url":"classes/auth0client.html#gettokenwithpopup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":24,"kind":2048,"name":"isAuthenticated","url":"classes/auth0client.html#isauthenticated","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":25,"kind":2048,"name":"logout","url":"classes/auth0client.html#logout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Auth0Client"},{"id":26,"kind":32,"name":"lock","url":"globals.html#lock","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":27,"kind":32,"name":"GET_TOKEN_SILENTLY_LOCK_KEY","url":"globals.html#get_token_silently_lock_key","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":28,"kind":256,"name":"Auth0ClientOptions","url":"interfaces/auth0clientoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":29,"kind":1024,"name":"domain","url":"interfaces/auth0clientoptions.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":30,"kind":1024,"name":"issuer","url":"interfaces/auth0clientoptions.html#issuer","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":31,"kind":1024,"name":"client_id","url":"interfaces/auth0clientoptions.html#client_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":32,"kind":1024,"name":"redirect_uri","url":"interfaces/auth0clientoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":33,"kind":1024,"name":"leeway","url":"interfaces/auth0clientoptions.html#leeway","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":34,"kind":1024,"name":"display","url":"interfaces/auth0clientoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":35,"kind":1024,"name":"prompt","url":"interfaces/auth0clientoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":36,"kind":1024,"name":"max_age","url":"interfaces/auth0clientoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":37,"kind":1024,"name":"ui_locales","url":"interfaces/auth0clientoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":38,"kind":1024,"name":"id_token_hint","url":"interfaces/auth0clientoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":39,"kind":1024,"name":"login_hint","url":"interfaces/auth0clientoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":40,"kind":1024,"name":"acr_values","url":"interfaces/auth0clientoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":41,"kind":1024,"name":"scope","url":"interfaces/auth0clientoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":42,"kind":1024,"name":"audience","url":"interfaces/auth0clientoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":43,"kind":1024,"name":"connection","url":"interfaces/auth0clientoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"Auth0ClientOptions"},{"id":44,"kind":256,"name":"RedirectLoginOptions","url":"interfaces/redirectloginoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":45,"kind":1024,"name":"redirect_uri","url":"interfaces/redirectloginoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":46,"kind":1024,"name":"appState","url":"interfaces/redirectloginoptions.html#appstate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":47,"kind":1024,"name":"fragment","url":"interfaces/redirectloginoptions.html#fragment","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":48,"kind":1024,"name":"display","url":"interfaces/redirectloginoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":49,"kind":1024,"name":"prompt","url":"interfaces/redirectloginoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":50,"kind":1024,"name":"max_age","url":"interfaces/redirectloginoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":51,"kind":1024,"name":"ui_locales","url":"interfaces/redirectloginoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":52,"kind":1024,"name":"id_token_hint","url":"interfaces/redirectloginoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":53,"kind":1024,"name":"login_hint","url":"interfaces/redirectloginoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":54,"kind":1024,"name":"acr_values","url":"interfaces/redirectloginoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":55,"kind":1024,"name":"scope","url":"interfaces/redirectloginoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":56,"kind":1024,"name":"audience","url":"interfaces/redirectloginoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":57,"kind":1024,"name":"connection","url":"interfaces/redirectloginoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"RedirectLoginOptions"},{"id":58,"kind":256,"name":"RedirectLoginResult","url":"interfaces/redirectloginresult.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":59,"kind":1024,"name":"appState","url":"interfaces/redirectloginresult.html#appstate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"RedirectLoginResult"},{"id":60,"kind":256,"name":"PopupLoginOptions","url":"interfaces/popuploginoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":61,"kind":1024,"name":"display","url":"interfaces/popuploginoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":62,"kind":1024,"name":"prompt","url":"interfaces/popuploginoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":63,"kind":1024,"name":"max_age","url":"interfaces/popuploginoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":64,"kind":1024,"name":"ui_locales","url":"interfaces/popuploginoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":65,"kind":1024,"name":"id_token_hint","url":"interfaces/popuploginoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":66,"kind":1024,"name":"login_hint","url":"interfaces/popuploginoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":67,"kind":1024,"name":"acr_values","url":"interfaces/popuploginoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":68,"kind":1024,"name":"scope","url":"interfaces/popuploginoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":69,"kind":1024,"name":"audience","url":"interfaces/popuploginoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":70,"kind":1024,"name":"connection","url":"interfaces/popuploginoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"PopupLoginOptions"},{"id":71,"kind":256,"name":"PopupConfigOptions","url":"interfaces/popupconfigoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":72,"kind":1024,"name":"timeoutInSeconds","url":"interfaces/popupconfigoptions.html#timeoutinseconds","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"PopupConfigOptions"},{"id":73,"kind":256,"name":"GetUserOptions","url":"interfaces/getuseroptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":74,"kind":1024,"name":"scope","url":"interfaces/getuseroptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetUserOptions"},{"id":75,"kind":1024,"name":"audience","url":"interfaces/getuseroptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetUserOptions"},{"id":76,"kind":256,"name":"getIdTokenClaimsOptions","url":"interfaces/getidtokenclaimsoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":77,"kind":1024,"name":"scope","url":"interfaces/getidtokenclaimsoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"getIdTokenClaimsOptions"},{"id":78,"kind":1024,"name":"audience","url":"interfaces/getidtokenclaimsoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"getIdTokenClaimsOptions"},{"id":79,"kind":256,"name":"GetTokenSilentlyOptions","url":"interfaces/gettokensilentlyoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":80,"kind":1024,"name":"ignoreCache","url":"interfaces/gettokensilentlyoptions.html#ignorecache","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":81,"kind":1024,"name":"redirect_uri","url":"interfaces/gettokensilentlyoptions.html#redirect_uri","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":82,"kind":1024,"name":"scope","url":"interfaces/gettokensilentlyoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":83,"kind":1024,"name":"audience","url":"interfaces/gettokensilentlyoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenSilentlyOptions"},{"id":84,"kind":256,"name":"GetTokenWithPopupOptions","url":"interfaces/gettokenwithpopupoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":85,"kind":1024,"name":"display","url":"interfaces/gettokenwithpopupoptions.html#display","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":86,"kind":1024,"name":"prompt","url":"interfaces/gettokenwithpopupoptions.html#prompt","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":87,"kind":1024,"name":"max_age","url":"interfaces/gettokenwithpopupoptions.html#max_age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":88,"kind":1024,"name":"ui_locales","url":"interfaces/gettokenwithpopupoptions.html#ui_locales","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":89,"kind":1024,"name":"id_token_hint","url":"interfaces/gettokenwithpopupoptions.html#id_token_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":90,"kind":1024,"name":"login_hint","url":"interfaces/gettokenwithpopupoptions.html#login_hint","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":91,"kind":1024,"name":"acr_values","url":"interfaces/gettokenwithpopupoptions.html#acr_values","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":92,"kind":1024,"name":"scope","url":"interfaces/gettokenwithpopupoptions.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":93,"kind":1024,"name":"audience","url":"interfaces/gettokenwithpopupoptions.html#audience","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":94,"kind":1024,"name":"connection","url":"interfaces/gettokenwithpopupoptions.html#connection","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"GetTokenWithPopupOptions"},{"id":95,"kind":256,"name":"LogoutOptions","url":"interfaces/logoutoptions.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":96,"kind":1024,"name":"returnTo","url":"interfaces/logoutoptions.html#returnto","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LogoutOptions"},{"id":97,"kind":1024,"name":"client_id","url":"interfaces/logoutoptions.html#client_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LogoutOptions"},{"id":98,"kind":1024,"name":"federated","url":"interfaces/logoutoptions.html#federated","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"LogoutOptions"},{"id":99,"kind":64,"name":"createAuth0Client","url":"globals.html#createauth0client","classes":"tsd-kind-function"}]}; \ No newline at end of file diff --git a/docs/classes/auth0client.html b/docs/classes/auth0client.html index 82e8bda66..f6bfc3f90 100644 --- a/docs/classes/auth0client.html +++ b/docs/classes/auth0client.html @@ -2381,6 +2381,9 @@
+await auth0.buildAuthorizeUrl(options);
Builds an
+/authorize
URL for loginWithRedirect using the parameters + provided as arguments. Random and securestate
andnonce
+ parameters will be auto-generated.