diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f94933d..c8d9762b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ workflows: - ship/node-publish: node-version: 18.16.0 pkg-manager: yarn - publish-command: npm publish --tag v3-beta + publish-command: npm publish requires: - build context: diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b52c41..11168cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log +## [v3.0.0](https://github.com/auth0/react-native-auth0/tree/v3.0.0) (2023-08-10) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.17.4...v3.0.0) + +💡 Check the [Migration Guide](MIGRATION_GUIDE.md) to understand the changes required to migrate your application to v3. + +**Added** + +- Credentials are returned as part of authorize methods in hooks +- Support for organizations name in login +- Added sample app in the repository +- Expo plugin is updated to latest version +- Added 'openid profile email' as mandatory scopes +- Option to `forceRefresh` is added in `getCredentials` +- Added `hasValidCredentials` to hooks +- More options to authorize using Hooks + - `authorizeWithSMS` + - `authorizeWithEmail` + - `authorizeWithOOB` + - `authorizeWithOTP` + - `authorizeWithRecoveryCode` + +**Changed** + +- Custom Scheme is now optional in Expo +- Migrated the codebase to Typescript +- Use Native SDKs ([Auth0.Android](https://github.com/auth0/Auth0.Android/) and [Auth0.Swift](https://github.com/auth0/Auth0.Swift)) for Web Authentication +- `Credentials` object in Android will return `expiresIn` instead of `expiresAt` +- `max_age` parameter is changed to `maxAge` in `WebAuth.authorize()` +- `customScheme` is now part of `ClearSessionOptions` instead of `ClearSessionParameters` in `clearSession` +- Minimum supported version for iOS is bumped to 13 +- Revoke Token and Change Password now return `void` instead of an empty object + +**Removed** + +- Removed the `type` property returned in the `Credentials` object in Android. Use `tokenType` instead. +- `skipLegacyListener` has been removed in `authorize` and `clearSession` + +**Security** + +- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 [\#682](https://github.com/auth0/react-native-auth0/pull/682) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore: Expand `.semgrepignore` exclusions to tests [\#679](https://github.com/auth0/react-native-auth0/pull/679) ([evansims](https://github.com/evansims)) +- chore(deps-dev): bump semver from 6.3.0 to 7.5.2 [\#657](https://github.com/auth0/react-native-auth0/pull/657) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v3.0.0-beta.3](https://github.com/auth0/react-native-auth0/tree/v3.0.0-beta.3) (2023-07-11) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v3.0.0-beta.2...v3.0.0-beta.3) @@ -16,7 +60,7 @@ **Added** -- \Credentials are returned as part of authorize methods in hooks +- Credentials are returned as part of authorize methods in hooks - Added sample app in the repository - Expo plugin is updated to latest version - Added 'openid profile email' as mandatory scopes diff --git a/README.md b/README.md index 63296cca..79052c2b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ [![Downloads][downloads-image]][downloads-url] [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Freact-native-auth0.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Freact-native-auth0?ref=badge_shield) -| Exciting news! We have just released React Native Auth0 v3 BETA, packed with powerful features and improvements. [Check out the release for more details](https://github.com/auth0/react-native-auth0/releases/tag/v3.0.0-beta.2) | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - 📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started) • ⏭️ [Next Steps](#next-steps) • ❓ [FAQs](https://github.com/auth0/react-native-auth0/blob/master/FAQ.md) • ❓ [Feedback](#feedback) ## Documentation @@ -43,11 +40,11 @@ First install the native library module: ### With [npm](https://www.npmjs.com) -`$ npm install react-native-auth0@v3-beta --save` +`$ npm install react-native-auth0 --save` ### With [Yarn](https://yarnpkg.com/en/) -`$ yarn add react-native-auth0@v3-beta` +`$ yarn add react-native-auth0` Then, you need to run the following command to install the ios app pods with Cocoapods. That will auto-link the iOS library: diff --git a/docs/assets/search.js b/docs/assets/search.js index bda7e407..f07c668c 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1,3 +1,3 @@ window.searchData = JSON.parse( - '{"rows":[{"kind":128,"name":"TimeoutError","url":"classes/TimeoutError.html","classes":""},{"kind":512,"name":"constructor","url":"classes/TimeoutError.html#constructor","classes":"","parent":"TimeoutError"},{"kind":64,"name":"useAuth0","url":"functions/useAuth0.html","classes":""},{"kind":64,"name":"Auth0Provider","url":"functions/Auth0Provider-1.html","classes":""},{"kind":4,"name":"Auth0Provider","url":"modules/Auth0Provider.html","classes":""},{"kind":32,"name":"propTypes","url":"variables/Auth0Provider.propTypes.html","classes":"","parent":"Auth0Provider"},{"kind":65536,"name":"__type","url":"variables/Auth0Provider.propTypes.html#__type","classes":"","parent":"Auth0Provider.propTypes"},{"kind":1024,"name":"domain","url":"variables/Auth0Provider.propTypes.html#__type.domain","classes":"","parent":"Auth0Provider.propTypes.__type"},{"kind":1024,"name":"clientId","url":"variables/Auth0Provider.propTypes.html#__type.clientId","classes":"","parent":"Auth0Provider.propTypes.__type"},{"kind":1024,"name":"children","url":"variables/Auth0Provider.propTypes.html#__type.children","classes":"","parent":"Auth0Provider.propTypes.__type"},{"kind":8,"name":"LocalAuthenticationStrategy","url":"enums/LocalAuthenticationStrategy.html","classes":""},{"kind":16,"name":"deviceOwnerWithBiometrics","url":"enums/LocalAuthenticationStrategy.html#deviceOwnerWithBiometrics","classes":"","parent":"LocalAuthenticationStrategy"},{"kind":16,"name":"deviceOwner","url":"enums/LocalAuthenticationStrategy.html#deviceOwner","classes":"","parent":"LocalAuthenticationStrategy"},{"kind":128,"name":"default","url":"classes/default.html","classes":""},{"kind":512,"name":"constructor","url":"classes/default.html#constructor","classes":"","parent":"default"},{"kind":1024,"name":"auth","url":"classes/default.html#auth","classes":"","parent":"default"},{"kind":1024,"name":"webAuth","url":"classes/default.html#webAuth","classes":"","parent":"default"},{"kind":1024,"name":"credentialsManager","url":"classes/default.html#credentialsManager","classes":"","parent":"default"},{"kind":1024,"name":"options","url":"classes/default.html#options","classes":"tsd-is-private","parent":"default"},{"kind":65536,"name":"__type","url":"classes/default.html#options.__type","classes":"","parent":"default.options"},{"kind":1024,"name":"domain","url":"classes/default.html#options.__type.domain","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"clientId","url":"classes/default.html#options.__type.clientId","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"telemetry","url":"classes/default.html#options.__type.telemetry","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"token","url":"classes/default.html#options.__type.token","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"timeout","url":"classes/default.html#options.__type.timeout","classes":"","parent":"default.options.__type"},{"kind":2048,"name":"users","url":"classes/default.html#users","classes":"","parent":"default"},{"kind":2,"name":"Types","url":"modules/Types.html","classes":""},{"kind":128,"name":"BaseError","url":"classes/Types.BaseError.html","classes":"","parent":"Types"},{"kind":512,"name":"constructor","url":"classes/Types.BaseError.html#constructor","classes":"","parent":"Types.BaseError"},{"kind":256,"name":"Auth0ContextInterface","url":"interfaces/Types.Auth0ContextInterface.html","classes":"","parent":"Types"},{"kind":1024,"name":"authorize","url":"interfaces/Types.Auth0ContextInterface.html#authorize","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorize.__type","classes":"","parent":"Types.Auth0ContextInterface.authorize"},{"kind":1024,"name":"sendSMSCode","url":"interfaces/Types.Auth0ContextInterface.html#sendSMSCode","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#sendSMSCode.__type-26","classes":"","parent":"Types.Auth0ContextInterface.sendSMSCode"},{"kind":1024,"name":"authorizeWithSMS","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithSMS","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithSMS.__type-10","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithSMS"},{"kind":1024,"name":"sendEmailCode","url":"interfaces/Types.Auth0ContextInterface.html#sendEmailCode","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#sendEmailCode.__type-22","classes":"","parent":"Types.Auth0ContextInterface.sendEmailCode"},{"kind":1024,"name":"authorizeWithEmail","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithEmail","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithEmail.__type-2","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithEmail"},{"kind":1024,"name":"sendMultifactorChallenge","url":"interfaces/Types.Auth0ContextInterface.html#sendMultifactorChallenge","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#sendMultifactorChallenge.__type-24","classes":"","parent":"Types.Auth0ContextInterface.sendMultifactorChallenge"},{"kind":1024,"name":"authorizeWithOOB","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOOB","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOOB.__type-4","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithOOB"},{"kind":1024,"name":"authorizeWithOTP","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOTP","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOTP.__type-6","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithOTP"},{"kind":1024,"name":"authorizeWithRecoveryCode","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithRecoveryCode","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithRecoveryCode.__type-8","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithRecoveryCode"},{"kind":1024,"name":"hasValidCredentials","url":"interfaces/Types.Auth0ContextInterface.html#hasValidCredentials","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#hasValidCredentials.__type-18","classes":"","parent":"Types.Auth0ContextInterface.hasValidCredentials"},{"kind":1024,"name":"clearSession","url":"interfaces/Types.Auth0ContextInterface.html#clearSession","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#clearSession.__type-14","classes":"","parent":"Types.Auth0ContextInterface.clearSession"},{"kind":1024,"name":"getCredentials","url":"interfaces/Types.Auth0ContextInterface.html#getCredentials","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#getCredentials.__type-16","classes":"","parent":"Types.Auth0ContextInterface.getCredentials"},{"kind":1024,"name":"clearCredentials","url":"interfaces/Types.Auth0ContextInterface.html#clearCredentials","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#clearCredentials.__type-12","classes":"","parent":"Types.Auth0ContextInterface.clearCredentials"},{"kind":1024,"name":"requireLocalAuthentication","url":"interfaces/Types.Auth0ContextInterface.html#requireLocalAuthentication","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#requireLocalAuthentication.__type-20","classes":"","parent":"Types.Auth0ContextInterface.requireLocalAuthentication"},{"kind":1024,"name":"error","url":"interfaces/Types.Auth0ContextInterface.html#error","classes":"tsd-is-inherited","parent":"Types.Auth0ContextInterface"},{"kind":1024,"name":"user","url":"interfaces/Types.Auth0ContextInterface.html#user","classes":"tsd-is-inherited","parent":"Types.Auth0ContextInterface"},{"kind":1024,"name":"isLoading","url":"interfaces/Types.Auth0ContextInterface.html#isLoading","classes":"tsd-is-inherited","parent":"Types.Auth0ContextInterface"},{"kind":4194304,"name":"User","url":"types/Types.User.html","classes":"","parent":"Types"},{"kind":65536,"name":"__type","url":"types/Types.User.html#__type","classes":"","parent":"Types.User"},{"kind":1024,"name":"name","url":"types/Types.User.html#__type.name","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"givenName","url":"types/Types.User.html#__type.givenName","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"familyName","url":"types/Types.User.html#__type.familyName","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"middleName","url":"types/Types.User.html#__type.middleName","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"nickname","url":"types/Types.User.html#__type.nickname","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"preferredUsername","url":"types/Types.User.html#__type.preferredUsername","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"profile","url":"types/Types.User.html#__type.profile","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"picture","url":"types/Types.User.html#__type.picture","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"website","url":"types/Types.User.html#__type.website","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"email","url":"types/Types.User.html#__type.email","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"emailVerified","url":"types/Types.User.html#__type.emailVerified","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"gender","url":"types/Types.User.html#__type.gender","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"birthdate","url":"types/Types.User.html#__type.birthdate","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"zoneinfo","url":"types/Types.User.html#__type.zoneinfo","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"locale","url":"types/Types.User.html#__type.locale","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"phoneNumber","url":"types/Types.User.html#__type.phoneNumber","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"phoneNumberVerified","url":"types/Types.User.html#__type.phoneNumberVerified","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"address","url":"types/Types.User.html#__type.address","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"updatedAt","url":"types/Types.User.html#__type.updatedAt","classes":"","parent":"Types.User.__type"},{"kind":1024,"name":"sub","url":"types/Types.User.html#__type.sub","classes":"","parent":"Types.User.__type"},{"kind":4194304,"name":"Telemetry","url":"types/Types.Telemetry.html","classes":"","parent":"Types"},{"kind":65536,"name":"__type","url":"types/Types.Telemetry.html#__type","classes":"","parent":"Types.Telemetry"},{"kind":1024,"name":"name","url":"types/Types.Telemetry.html#__type.name","classes":"","parent":"Types.Telemetry.__type"},{"kind":1024,"name":"version","url":"types/Types.Telemetry.html#__type.version","classes":"","parent":"Types.Telemetry.__type"},{"kind":1024,"name":"env","url":"types/Types.Telemetry.html#__type.env","classes":"","parent":"Types.Telemetry.__type"},{"kind":128,"name":"Auth","url":"classes/Types.Auth.html","classes":"","parent":"Types"},{"kind":1024,"name":"client","url":"classes/Types.Auth.html#client","classes":"tsd-is-private","parent":"Types.Auth"},{"kind":1024,"name":"clientId","url":"classes/Types.Auth.html#clientId","classes":"","parent":"Types.Auth"},{"kind":1024,"name":"domain","url":"classes/Types.Auth.html#domain","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"authorizeUrl","url":"classes/Types.Auth.html#authorizeUrl","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"logoutUrl","url":"classes/Types.Auth.html#logoutUrl","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"exchange","url":"classes/Types.Auth.html#exchange","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"exchangeNativeSocial","url":"classes/Types.Auth.html#exchangeNativeSocial","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"passwordRealm","url":"classes/Types.Auth.html#passwordRealm","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"refreshToken","url":"classes/Types.Auth.html#refreshToken","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"passwordlessWithEmail","url":"classes/Types.Auth.html#passwordlessWithEmail","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"passwordlessWithSMS","url":"classes/Types.Auth.html#passwordlessWithSMS","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithEmail","url":"classes/Types.Auth.html#loginWithEmail","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithSMS","url":"classes/Types.Auth.html#loginWithSMS","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithOTP","url":"classes/Types.Auth.html#loginWithOTP","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithOOB","url":"classes/Types.Auth.html#loginWithOOB","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithRecoveryCode","url":"classes/Types.Auth.html#loginWithRecoveryCode","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"multifactorChallenge","url":"classes/Types.Auth.html#multifactorChallenge","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"revoke","url":"classes/Types.Auth.html#revoke","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"userInfo","url":"classes/Types.Auth.html#userInfo","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"resetPassword","url":"classes/Types.Auth.html#resetPassword","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"createUser","url":"classes/Types.Auth.html#createUser","classes":"","parent":"Types.Auth"},{"kind":128,"name":"WebAuth","url":"classes/Types.WebAuth.html","classes":"","parent":"Types"},{"kind":1024,"name":"domain","url":"classes/Types.WebAuth.html#domain","classes":"tsd-is-private","parent":"Types.WebAuth"},{"kind":1024,"name":"clientId","url":"classes/Types.WebAuth.html#clientId","classes":"tsd-is-private","parent":"Types.WebAuth"},{"kind":1024,"name":"agent","url":"classes/Types.WebAuth.html#agent","classes":"tsd-is-private","parent":"Types.WebAuth"},{"kind":2048,"name":"authorize","url":"classes/Types.WebAuth.html#authorize","classes":"","parent":"Types.WebAuth"},{"kind":2048,"name":"clearSession","url":"classes/Types.WebAuth.html#clearSession","classes":"","parent":"Types.WebAuth"},{"kind":128,"name":"CredentialsManager","url":"classes/Types.CredentialsManager.html","classes":"","parent":"Types"},{"kind":1024,"name":"domain","url":"classes/Types.CredentialsManager.html#domain","classes":"tsd-is-private","parent":"Types.CredentialsManager"},{"kind":1024,"name":"clientId","url":"classes/Types.CredentialsManager.html#clientId","classes":"tsd-is-private","parent":"Types.CredentialsManager"},{"kind":1024,"name":"Auth0Module","url":"classes/Types.CredentialsManager.html#Auth0Module","classes":"tsd-is-private","parent":"Types.CredentialsManager"},{"kind":2048,"name":"saveCredentials","url":"classes/Types.CredentialsManager.html#saveCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"getCredentials","url":"classes/Types.CredentialsManager.html#getCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"requireLocalAuthentication","url":"classes/Types.CredentialsManager.html#requireLocalAuthentication","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"hasValidCredentials","url":"classes/Types.CredentialsManager.html#hasValidCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"clearCredentials","url":"classes/Types.CredentialsManager.html#clearCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":128,"name":"Users","url":"classes/Types.Users.html","classes":"","parent":"Types"},{"kind":1024,"name":"client","url":"classes/Types.Users.html#client","classes":"tsd-is-private","parent":"Types.Users"},{"kind":2048,"name":"getUser","url":"classes/Types.Users.html#getUser","classes":"","parent":"Types.Users"},{"kind":2048,"name":"patchUser","url":"classes/Types.Users.html#patchUser","classes":"","parent":"Types.Users"},{"kind":256,"name":"AuthState","url":"interfaces/Types.AuthState.html","classes":"","parent":"Types"},{"kind":1024,"name":"error","url":"interfaces/Types.AuthState.html#error","classes":"","parent":"Types.AuthState"},{"kind":1024,"name":"user","url":"interfaces/Types.AuthState.html#user","classes":"","parent":"Types.AuthState"},{"kind":1024,"name":"isLoading","url":"interfaces/Types.AuthState.html#isLoading","classes":"","parent":"Types.AuthState"},{"kind":256,"name":"WebAuthorizeParameters","url":"interfaces/Types.WebAuthorizeParameters.html","classes":"","parent":"Types"},{"kind":1024,"name":"state","url":"interfaces/Types.WebAuthorizeParameters.html#state","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"nonce","url":"interfaces/Types.WebAuthorizeParameters.html#nonce","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"audience","url":"interfaces/Types.WebAuthorizeParameters.html#audience","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"scope","url":"interfaces/Types.WebAuthorizeParameters.html#scope","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"connection","url":"interfaces/Types.WebAuthorizeParameters.html#connection","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"maxAge","url":"interfaces/Types.WebAuthorizeParameters.html#maxAge","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"organization","url":"interfaces/Types.WebAuthorizeParameters.html#organization","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"invitationUrl","url":"interfaces/Types.WebAuthorizeParameters.html#invitationUrl","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":1024,"name":"additionalParameters","url":"interfaces/Types.WebAuthorizeParameters.html#additionalParameters","classes":"","parent":"Types.WebAuthorizeParameters"},{"kind":65536,"name":"__type","url":"interfaces/Types.WebAuthorizeParameters.html#additionalParameters.__type","classes":"","parent":"Types.WebAuthorizeParameters.additionalParameters"},{"kind":256,"name":"WebAuthorizeOptions","url":"interfaces/Types.WebAuthorizeOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"leeway","url":"interfaces/Types.WebAuthorizeOptions.html#leeway","classes":"","parent":"Types.WebAuthorizeOptions"},{"kind":1024,"name":"ephemeralSession","url":"interfaces/Types.WebAuthorizeOptions.html#ephemeralSession","classes":"","parent":"Types.WebAuthorizeOptions"},{"kind":1024,"name":"customScheme","url":"interfaces/Types.WebAuthorizeOptions.html#customScheme","classes":"","parent":"Types.WebAuthorizeOptions"},{"kind":1024,"name":"useLegacyCallbackUrl","url":"interfaces/Types.WebAuthorizeOptions.html#useLegacyCallbackUrl","classes":"","parent":"Types.WebAuthorizeOptions"},{"kind":4194304,"name":"Credentials","url":"types/Types.Credentials.html","classes":"","parent":"Types"},{"kind":65536,"name":"__type","url":"types/Types.Credentials.html#__type","classes":"","parent":"Types.Credentials"},{"kind":1024,"name":"idToken","url":"types/Types.Credentials.html#__type.idToken","classes":"","parent":"Types.Credentials.__type"},{"kind":1024,"name":"accessToken","url":"types/Types.Credentials.html#__type.accessToken","classes":"","parent":"Types.Credentials.__type"},{"kind":1024,"name":"tokenType","url":"types/Types.Credentials.html#__type.tokenType","classes":"","parent":"Types.Credentials.__type"},{"kind":1024,"name":"expiresIn","url":"types/Types.Credentials.html#__type.expiresIn","classes":"","parent":"Types.Credentials.__type"},{"kind":1024,"name":"refreshToken","url":"types/Types.Credentials.html#__type.refreshToken","classes":"","parent":"Types.Credentials.__type"},{"kind":1024,"name":"scope","url":"types/Types.Credentials.html#__type.scope","classes":"","parent":"Types.Credentials.__type"},{"kind":256,"name":"PasswordlessWithSMSOptions","url":"interfaces/Types.PasswordlessWithSMSOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"phoneNumber","url":"interfaces/Types.PasswordlessWithSMSOptions.html#phoneNumber","classes":"","parent":"Types.PasswordlessWithSMSOptions"},{"kind":1024,"name":"send","url":"interfaces/Types.PasswordlessWithSMSOptions.html#send","classes":"","parent":"Types.PasswordlessWithSMSOptions"},{"kind":1024,"name":"authParams","url":"interfaces/Types.PasswordlessWithSMSOptions.html#authParams","classes":"","parent":"Types.PasswordlessWithSMSOptions"},{"kind":256,"name":"LoginWithSMSOptions","url":"interfaces/Types.LoginWithSMSOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"phoneNumber","url":"interfaces/Types.LoginWithSMSOptions.html#phoneNumber","classes":"","parent":"Types.LoginWithSMSOptions"},{"kind":1024,"name":"code","url":"interfaces/Types.LoginWithSMSOptions.html#code","classes":"","parent":"Types.LoginWithSMSOptions"},{"kind":1024,"name":"audience","url":"interfaces/Types.LoginWithSMSOptions.html#audience","classes":"","parent":"Types.LoginWithSMSOptions"},{"kind":1024,"name":"scope","url":"interfaces/Types.LoginWithSMSOptions.html#scope","classes":"","parent":"Types.LoginWithSMSOptions"},{"kind":256,"name":"PasswordlessWithEmailOptions","url":"interfaces/Types.PasswordlessWithEmailOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"email","url":"interfaces/Types.PasswordlessWithEmailOptions.html#email","classes":"","parent":"Types.PasswordlessWithEmailOptions"},{"kind":1024,"name":"send","url":"interfaces/Types.PasswordlessWithEmailOptions.html#send","classes":"","parent":"Types.PasswordlessWithEmailOptions"},{"kind":1024,"name":"authParams","url":"interfaces/Types.PasswordlessWithEmailOptions.html#authParams","classes":"","parent":"Types.PasswordlessWithEmailOptions"},{"kind":256,"name":"LoginWithEmailOptions","url":"interfaces/Types.LoginWithEmailOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"email","url":"interfaces/Types.LoginWithEmailOptions.html#email","classes":"","parent":"Types.LoginWithEmailOptions"},{"kind":1024,"name":"code","url":"interfaces/Types.LoginWithEmailOptions.html#code","classes":"","parent":"Types.LoginWithEmailOptions"},{"kind":1024,"name":"audience","url":"interfaces/Types.LoginWithEmailOptions.html#audience","classes":"","parent":"Types.LoginWithEmailOptions"},{"kind":1024,"name":"scope","url":"interfaces/Types.LoginWithEmailOptions.html#scope","classes":"","parent":"Types.LoginWithEmailOptions"},{"kind":256,"name":"MultifactorChallengeOptions","url":"interfaces/Types.MultifactorChallengeOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"mfaToken","url":"interfaces/Types.MultifactorChallengeOptions.html#mfaToken","classes":"","parent":"Types.MultifactorChallengeOptions"},{"kind":1024,"name":"challengeType","url":"interfaces/Types.MultifactorChallengeOptions.html#challengeType","classes":"","parent":"Types.MultifactorChallengeOptions"},{"kind":1024,"name":"authenticatorId","url":"interfaces/Types.MultifactorChallengeOptions.html#authenticatorId","classes":"","parent":"Types.MultifactorChallengeOptions"},{"kind":256,"name":"LoginWithOOBOptions","url":"interfaces/Types.LoginWithOOBOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"mfaToken","url":"interfaces/Types.LoginWithOOBOptions.html#mfaToken","classes":"","parent":"Types.LoginWithOOBOptions"},{"kind":1024,"name":"oobCode","url":"interfaces/Types.LoginWithOOBOptions.html#oobCode","classes":"","parent":"Types.LoginWithOOBOptions"},{"kind":1024,"name":"bindingCode","url":"interfaces/Types.LoginWithOOBOptions.html#bindingCode","classes":"","parent":"Types.LoginWithOOBOptions"},{"kind":256,"name":"LoginWithOTPOptions","url":"interfaces/Types.LoginWithOTPOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"mfaToken","url":"interfaces/Types.LoginWithOTPOptions.html#mfaToken","classes":"","parent":"Types.LoginWithOTPOptions"},{"kind":1024,"name":"otp","url":"interfaces/Types.LoginWithOTPOptions.html#otp","classes":"","parent":"Types.LoginWithOTPOptions"},{"kind":1024,"name":"audience","url":"interfaces/Types.LoginWithOTPOptions.html#audience","classes":"","parent":"Types.LoginWithOTPOptions"},{"kind":256,"name":"LoginWithRecoveryCodeOptions","url":"interfaces/Types.LoginWithRecoveryCodeOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"mfaToken","url":"interfaces/Types.LoginWithRecoveryCodeOptions.html#mfaToken","classes":"","parent":"Types.LoginWithRecoveryCodeOptions"},{"kind":1024,"name":"recoveryCode","url":"interfaces/Types.LoginWithRecoveryCodeOptions.html#recoveryCode","classes":"","parent":"Types.LoginWithRecoveryCodeOptions"},{"kind":256,"name":"ClearSessionParameters","url":"interfaces/Types.ClearSessionParameters.html","classes":"","parent":"Types"},{"kind":1024,"name":"federated","url":"interfaces/Types.ClearSessionParameters.html#federated","classes":"","parent":"Types.ClearSessionParameters"},{"kind":256,"name":"ClearSessionOptions","url":"interfaces/Types.ClearSessionOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"customScheme","url":"interfaces/Types.ClearSessionOptions.html#customScheme","classes":"","parent":"Types.ClearSessionOptions"},{"kind":1024,"name":"useLegacyCallbackUrl","url":"interfaces/Types.ClearSessionOptions.html#useLegacyCallbackUrl","classes":"","parent":"Types.ClearSessionOptions"},{"kind":256,"name":"AuthorizeUrlOptions","url":"interfaces/Types.AuthorizeUrlOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"responseType","url":"interfaces/Types.AuthorizeUrlOptions.html#responseType","classes":"","parent":"Types.AuthorizeUrlOptions"},{"kind":1024,"name":"redirectUri","url":"interfaces/Types.AuthorizeUrlOptions.html#redirectUri","classes":"","parent":"Types.AuthorizeUrlOptions"},{"kind":1024,"name":"state","url":"interfaces/Types.AuthorizeUrlOptions.html#state","classes":"","parent":"Types.AuthorizeUrlOptions"},{"kind":256,"name":"LogoutUrlOptions","url":"interfaces/Types.LogoutUrlOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"federated","url":"interfaces/Types.LogoutUrlOptions.html#federated","classes":"","parent":"Types.LogoutUrlOptions"},{"kind":1024,"name":"clientId","url":"interfaces/Types.LogoutUrlOptions.html#clientId","classes":"","parent":"Types.LogoutUrlOptions"},{"kind":1024,"name":"returnTo","url":"interfaces/Types.LogoutUrlOptions.html#returnTo","classes":"","parent":"Types.LogoutUrlOptions"},{"kind":256,"name":"ExchangeOptions","url":"interfaces/Types.ExchangeOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"code","url":"interfaces/Types.ExchangeOptions.html#code","classes":"","parent":"Types.ExchangeOptions"},{"kind":1024,"name":"verifier","url":"interfaces/Types.ExchangeOptions.html#verifier","classes":"","parent":"Types.ExchangeOptions"},{"kind":1024,"name":"redirectUri","url":"interfaces/Types.ExchangeOptions.html#redirectUri","classes":"","parent":"Types.ExchangeOptions"},{"kind":256,"name":"ExchangeNativeSocialOptions","url":"interfaces/Types.ExchangeNativeSocialOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"subjectToken","url":"interfaces/Types.ExchangeNativeSocialOptions.html#subjectToken","classes":"","parent":"Types.ExchangeNativeSocialOptions"},{"kind":1024,"name":"subjectTokenType","url":"interfaces/Types.ExchangeNativeSocialOptions.html#subjectTokenType","classes":"","parent":"Types.ExchangeNativeSocialOptions"},{"kind":1024,"name":"userProfile","url":"interfaces/Types.ExchangeNativeSocialOptions.html#userProfile","classes":"","parent":"Types.ExchangeNativeSocialOptions"},{"kind":1024,"name":"audience","url":"interfaces/Types.ExchangeNativeSocialOptions.html#audience","classes":"","parent":"Types.ExchangeNativeSocialOptions"},{"kind":1024,"name":"scope","url":"interfaces/Types.ExchangeNativeSocialOptions.html#scope","classes":"","parent":"Types.ExchangeNativeSocialOptions"},{"kind":256,"name":"PasswordRealmOptions","url":"interfaces/Types.PasswordRealmOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"username","url":"interfaces/Types.PasswordRealmOptions.html#username","classes":"","parent":"Types.PasswordRealmOptions"},{"kind":1024,"name":"password","url":"interfaces/Types.PasswordRealmOptions.html#password","classes":"","parent":"Types.PasswordRealmOptions"},{"kind":1024,"name":"realm","url":"interfaces/Types.PasswordRealmOptions.html#realm","classes":"","parent":"Types.PasswordRealmOptions"},{"kind":1024,"name":"audience","url":"interfaces/Types.PasswordRealmOptions.html#audience","classes":"","parent":"Types.PasswordRealmOptions"},{"kind":1024,"name":"scope","url":"interfaces/Types.PasswordRealmOptions.html#scope","classes":"","parent":"Types.PasswordRealmOptions"},{"kind":256,"name":"RefreshTokenOptions","url":"interfaces/Types.RefreshTokenOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"refreshToken","url":"interfaces/Types.RefreshTokenOptions.html#refreshToken","classes":"","parent":"Types.RefreshTokenOptions"},{"kind":1024,"name":"scope","url":"interfaces/Types.RefreshTokenOptions.html#scope","classes":"","parent":"Types.RefreshTokenOptions"},{"kind":4194304,"name":"MultifactorChallengeResponse","url":"types/Types.MultifactorChallengeResponse.html","classes":"","parent":"Types"},{"kind":256,"name":"RevokeOptions","url":"interfaces/Types.RevokeOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"refreshToken","url":"interfaces/Types.RevokeOptions.html#refreshToken","classes":"","parent":"Types.RevokeOptions"},{"kind":256,"name":"UserInfoOptions","url":"interfaces/Types.UserInfoOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"token","url":"interfaces/Types.UserInfoOptions.html#token","classes":"","parent":"Types.UserInfoOptions"},{"kind":256,"name":"ResetPasswordOptions","url":"interfaces/Types.ResetPasswordOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"email","url":"interfaces/Types.ResetPasswordOptions.html#email","classes":"","parent":"Types.ResetPasswordOptions"},{"kind":1024,"name":"connection","url":"interfaces/Types.ResetPasswordOptions.html#connection","classes":"","parent":"Types.ResetPasswordOptions"},{"kind":256,"name":"CreateUserOptions","url":"interfaces/Types.CreateUserOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"email","url":"interfaces/Types.CreateUserOptions.html#email","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"password","url":"interfaces/Types.CreateUserOptions.html#password","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"connection","url":"interfaces/Types.CreateUserOptions.html#connection","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"username","url":"interfaces/Types.CreateUserOptions.html#username","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"given_name","url":"interfaces/Types.CreateUserOptions.html#given_name","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"family_name","url":"interfaces/Types.CreateUserOptions.html#family_name","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"name","url":"interfaces/Types.CreateUserOptions.html#name","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"nickname","url":"interfaces/Types.CreateUserOptions.html#nickname","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"picture","url":"interfaces/Types.CreateUserOptions.html#picture","classes":"","parent":"Types.CreateUserOptions"},{"kind":1024,"name":"metadata","url":"interfaces/Types.CreateUserOptions.html#metadata","classes":"","parent":"Types.CreateUserOptions"},{"kind":256,"name":"GetUserOptions","url":"interfaces/Types.GetUserOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"id","url":"interfaces/Types.GetUserOptions.html#id","classes":"","parent":"Types.GetUserOptions"},{"kind":256,"name":"PatchUserOptions","url":"interfaces/Types.PatchUserOptions.html","classes":"","parent":"Types"},{"kind":1024,"name":"id","url":"interfaces/Types.PatchUserOptions.html#id","classes":"","parent":"Types.PatchUserOptions"},{"kind":1024,"name":"metadata","url":"interfaces/Types.PatchUserOptions.html#metadata","classes":"","parent":"Types.PatchUserOptions"},{"kind":4194304,"name":"Auth0Response","url":"types/Types.Auth0Response.html","classes":"","parent":"Types"},{"kind":65536,"name":"__type","url":"types/Types.Auth0Response.html#__type","classes":"","parent":"Types.Auth0Response"},{"kind":1024,"name":"json","url":"types/Types.Auth0Response.html#__type.json","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"text","url":"types/Types.Auth0Response.html#__type.text","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"status","url":"types/Types.Auth0Response.html#__type.status","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"ok","url":"types/Types.Auth0Response.html#__type.ok","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"headers","url":"types/Types.Auth0Response.html#__type.headers","classes":"","parent":"Types.Auth0Response.__type"},{"kind":4194304,"name":"MultifactorChallengeOTPResponse","url":"types/Types.MultifactorChallengeOTPResponse.html","classes":"","parent":"Types"},{"kind":65536,"name":"__type","url":"types/Types.MultifactorChallengeOTPResponse.html#__type","classes":"","parent":"Types.MultifactorChallengeOTPResponse"},{"kind":1024,"name":"challengeType","url":"types/Types.MultifactorChallengeOTPResponse.html#__type.challengeType","classes":"","parent":"Types.MultifactorChallengeOTPResponse.__type"},{"kind":4194304,"name":"MultifactorChallengeOOBResponse","url":"types/Types.MultifactorChallengeOOBResponse.html","classes":"","parent":"Types"},{"kind":4194304,"name":"MultifactorChallengeOOBWithBindingResponse","url":"types/Types.MultifactorChallengeOOBWithBindingResponse.html","classes":"","parent":"Types"}],"index":{"version":"2.3.9","fields":["name","comment"],"fieldVectors":[["name/0",[0,51.514]],["comment/0",[]],["name/1",[1,43.041]],["comment/1",[]],["name/2",[2,51.514]],["comment/2",[]],["name/3",[3,46.405]],["comment/3",[]],["name/4",[3,46.405]],["comment/4",[]],["name/5",[4,51.514]],["comment/5",[]],["name/6",[5,24.433]],["comment/6",[]],["name/7",[6,38.521]],["comment/7",[]],["name/8",[7,36.85]],["comment/8",[]],["name/9",[8,51.514]],["comment/9",[]],["name/10",[9,51.514]],["comment/10",[]],["name/11",[10,51.514]],["comment/11",[]],["name/12",[11,51.514]],["comment/12",[]],["name/13",[12,51.514]],["comment/13",[]],["name/14",[1,43.041]],["comment/14",[]],["name/15",[13,46.405]],["comment/15",[]],["name/16",[14,46.405]],["comment/16",[]],["name/17",[15,46.405]],["comment/17",[]],["name/18",[16,51.514]],["comment/18",[]],["name/19",[5,24.433]],["comment/19",[]],["name/20",[6,38.521]],["comment/20",[]],["name/21",[7,36.85]],["comment/21",[]],["name/22",[17,46.405]],["comment/22",[]],["name/23",[18,46.405]],["comment/23",[]],["name/24",[19,51.514]],["comment/24",[]],["name/25",[20,46.405]],["comment/25",[]],["name/26",[21,51.514]],["comment/26",[]],["name/27",[22,51.514]],["comment/27",[]],["name/28",[1,43.041]],["comment/28",[]],["name/29",[23,51.514]],["comment/29",[]],["name/30",[24,46.405]],["comment/30",[]],["name/31",[5,24.433]],["comment/31",[]],["name/32",[25,51.514]],["comment/32",[]],["name/33",[5,24.433]],["comment/33",[]],["name/34",[26,51.514]],["comment/34",[]],["name/35",[5,24.433]],["comment/35",[]],["name/36",[27,51.514]],["comment/36",[]],["name/37",[5,24.433]],["comment/37",[]],["name/38",[28,51.514]],["comment/38",[]],["name/39",[5,24.433]],["comment/39",[]],["name/40",[29,51.514]],["comment/40",[]],["name/41",[5,24.433]],["comment/41",[]],["name/42",[30,51.514]],["comment/42",[]],["name/43",[5,24.433]],["comment/43",[]],["name/44",[31,51.514]],["comment/44",[]],["name/45",[5,24.433]],["comment/45",[]],["name/46",[32,51.514]],["comment/46",[]],["name/47",[5,24.433]],["comment/47",[]],["name/48",[33,46.405]],["comment/48",[]],["name/49",[5,24.433]],["comment/49",[]],["name/50",[34,46.405]],["comment/50",[]],["name/51",[5,24.433]],["comment/51",[]],["name/52",[35,46.405]],["comment/52",[]],["name/53",[5,24.433]],["comment/53",[]],["name/54",[36,46.405]],["comment/54",[]],["name/55",[5,24.433]],["comment/55",[]],["name/56",[37,46.405]],["comment/56",[]],["name/57",[5,24.433]],["comment/57",[]],["name/58",[38,46.405]],["comment/58",[]],["name/59",[39,43.041]],["comment/59",[]],["name/60",[40,46.405]],["comment/60",[]],["name/61",[39,43.041]],["comment/61",[]],["name/62",[5,24.433]],["comment/62",[]],["name/63",[41,43.041]],["comment/63",[]],["name/64",[42,51.514]],["comment/64",[]],["name/65",[43,51.514]],["comment/65",[]],["name/66",[44,51.514]],["comment/66",[]],["name/67",[45,46.405]],["comment/67",[]],["name/68",[46,51.514]],["comment/68",[]],["name/69",[47,51.514]],["comment/69",[]],["name/70",[48,46.405]],["comment/70",[]],["name/71",[49,51.514]],["comment/71",[]],["name/72",[50,38.521]],["comment/72",[]],["name/73",[51,51.514]],["comment/73",[]],["name/74",[52,51.514]],["comment/74",[]],["name/75",[53,51.514]],["comment/75",[]],["name/76",[54,51.514]],["comment/76",[]],["name/77",[55,51.514]],["comment/77",[]],["name/78",[56,43.041]],["comment/78",[]],["name/79",[57,51.514]],["comment/79",[]],["name/80",[58,51.514]],["comment/80",[]],["name/81",[59,51.514]],["comment/81",[]],["name/82",[60,51.514]],["comment/82",[]],["name/83",[17,46.405]],["comment/83",[]],["name/84",[5,24.433]],["comment/84",[]],["name/85",[41,43.041]],["comment/85",[]],["name/86",[61,51.514]],["comment/86",[]],["name/87",[62,51.514]],["comment/87",[]],["name/88",[13,46.405]],["comment/88",[]],["name/89",[63,46.405]],["comment/89",[]],["name/90",[7,36.85]],["comment/90",[]],["name/91",[6,38.521]],["comment/91",[]],["name/92",[64,51.514]],["comment/92",[]],["name/93",[65,51.514]],["comment/93",[]],["name/94",[66,51.514]],["comment/94",[]],["name/95",[67,51.514]],["comment/95",[]],["name/96",[68,51.514]],["comment/96",[]],["name/97",[69,40.528]],["comment/97",[]],["name/98",[70,51.514]],["comment/98",[]],["name/99",[71,51.514]],["comment/99",[]],["name/100",[72,51.514]],["comment/100",[]],["name/101",[73,51.514]],["comment/101",[]],["name/102",[74,51.514]],["comment/102",[]],["name/103",[75,51.514]],["comment/103",[]],["name/104",[76,51.514]],["comment/104",[]],["name/105",[77,51.514]],["comment/105",[]],["name/106",[78,51.514]],["comment/106",[]],["name/107",[79,51.514]],["comment/107",[]],["name/108",[80,51.514]],["comment/108",[]],["name/109",[81,51.514]],["comment/109",[]],["name/110",[14,46.405]],["comment/110",[]],["name/111",[6,38.521]],["comment/111",[]],["name/112",[7,36.85]],["comment/112",[]],["name/113",[82,51.514]],["comment/113",[]],["name/114",[24,46.405]],["comment/114",[]],["name/115",[34,46.405]],["comment/115",[]],["name/116",[15,46.405]],["comment/116",[]],["name/117",[6,38.521]],["comment/117",[]],["name/118",[7,36.85]],["comment/118",[]],["name/119",[83,51.514]],["comment/119",[]],["name/120",[84,51.514]],["comment/120",[]],["name/121",[35,46.405]],["comment/121",[]],["name/122",[37,46.405]],["comment/122",[]],["name/123",[33,46.405]],["comment/123",[]],["name/124",[36,46.405]],["comment/124",[]],["name/125",[20,46.405]],["comment/125",[]],["name/126",[63,46.405]],["comment/126",[]],["name/127",[85,51.514]],["comment/127",[]],["name/128",[86,51.514]],["comment/128",[]],["name/129",[87,51.514]],["comment/129",[]],["name/130",[38,46.405]],["comment/130",[]],["name/131",[39,43.041]],["comment/131",[]],["name/132",[40,46.405]],["comment/132",[]],["name/133",[88,51.514]],["comment/133",[]],["name/134",[89,46.405]],["comment/134",[]],["name/135",[90,51.514]],["comment/135",[]],["name/136",[91,36.85]],["comment/136",[]],["name/137",[92,35.419]],["comment/137",[]],["name/138",[93,43.041]],["comment/138",[]],["name/139",[94,51.514]],["comment/139",[]],["name/140",[95,51.514]],["comment/140",[]],["name/141",[96,51.514]],["comment/141",[]],["name/142",[97,51.514]],["comment/142",[]],["name/143",[5,24.433]],["comment/143",[]],["name/144",[98,51.514]],["comment/144",[]],["name/145",[99,51.514]],["comment/145",[]],["name/146",[100,51.514]],["comment/146",[]],["name/147",[101,46.405]],["comment/147",[]],["name/148",[102,46.405]],["comment/148",[]],["name/149",[103,51.514]],["comment/149",[]],["name/150",[5,24.433]],["comment/150",[]],["name/151",[104,51.514]],["comment/151",[]],["name/152",[105,51.514]],["comment/152",[]],["name/153",[106,51.514]],["comment/153",[]],["name/154",[107,51.514]],["comment/154",[]],["name/155",[69,40.528]],["comment/155",[]],["name/156",[92,35.419]],["comment/156",[]],["name/157",[108,51.514]],["comment/157",[]],["name/158",[56,43.041]],["comment/158",[]],["name/159",[109,46.405]],["comment/159",[]],["name/160",[110,46.405]],["comment/160",[]],["name/161",[111,51.514]],["comment/161",[]],["name/162",[56,43.041]],["comment/162",[]],["name/163",[112,43.041]],["comment/163",[]],["name/164",[91,36.85]],["comment/164",[]],["name/165",[92,35.419]],["comment/165",[]],["name/166",[113,51.514]],["comment/166",[]],["name/167",[50,38.521]],["comment/167",[]],["name/168",[109,46.405]],["comment/168",[]],["name/169",[110,46.405]],["comment/169",[]],["name/170",[114,51.514]],["comment/170",[]],["name/171",[50,38.521]],["comment/171",[]],["name/172",[112,43.041]],["comment/172",[]],["name/173",[91,36.85]],["comment/173",[]],["name/174",[92,35.419]],["comment/174",[]],["name/175",[115,51.514]],["comment/175",[]],["name/176",[116,40.528]],["comment/176",[]],["name/177",[117,46.405]],["comment/177",[]],["name/178",[118,51.514]],["comment/178",[]],["name/179",[119,51.514]],["comment/179",[]],["name/180",[116,40.528]],["comment/180",[]],["name/181",[120,51.514]],["comment/181",[]],["name/182",[121,51.514]],["comment/182",[]],["name/183",[122,51.514]],["comment/183",[]],["name/184",[116,40.528]],["comment/184",[]],["name/185",[123,51.514]],["comment/185",[]],["name/186",[91,36.85]],["comment/186",[]],["name/187",[124,51.514]],["comment/187",[]],["name/188",[116,40.528]],["comment/188",[]],["name/189",[125,51.514]],["comment/189",[]],["name/190",[126,51.514]],["comment/190",[]],["name/191",[127,46.405]],["comment/191",[]],["name/192",[128,51.514]],["comment/192",[]],["name/193",[101,46.405]],["comment/193",[]],["name/194",[102,46.405]],["comment/194",[]],["name/195",[129,51.514]],["comment/195",[]],["name/196",[130,51.514]],["comment/196",[]],["name/197",[131,46.405]],["comment/197",[]],["name/198",[89,46.405]],["comment/198",[]],["name/199",[132,51.514]],["comment/199",[]],["name/200",[127,46.405]],["comment/200",[]],["name/201",[7,36.85]],["comment/201",[]],["name/202",[133,51.514]],["comment/202",[]],["name/203",[134,51.514]],["comment/203",[]],["name/204",[112,43.041]],["comment/204",[]],["name/205",[135,51.514]],["comment/205",[]],["name/206",[131,46.405]],["comment/206",[]],["name/207",[136,51.514]],["comment/207",[]],["name/208",[137,51.514]],["comment/208",[]],["name/209",[138,51.514]],["comment/209",[]],["name/210",[139,51.514]],["comment/210",[]],["name/211",[91,36.85]],["comment/211",[]],["name/212",[92,35.419]],["comment/212",[]],["name/213",[140,51.514]],["comment/213",[]],["name/214",[141,46.405]],["comment/214",[]],["name/215",[142,46.405]],["comment/215",[]],["name/216",[143,51.514]],["comment/216",[]],["name/217",[91,36.85]],["comment/217",[]],["name/218",[92,35.419]],["comment/218",[]],["name/219",[144,51.514]],["comment/219",[]],["name/220",[69,40.528]],["comment/220",[]],["name/221",[92,35.419]],["comment/221",[]],["name/222",[145,51.514]],["comment/222",[]],["name/223",[146,51.514]],["comment/223",[]],["name/224",[69,40.528]],["comment/224",[]],["name/225",[147,51.514]],["comment/225",[]],["name/226",[18,46.405]],["comment/226",[]],["name/227",[148,51.514]],["comment/227",[]],["name/228",[50,38.521]],["comment/228",[]],["name/229",[93,43.041]],["comment/229",[]],["name/230",[149,51.514]],["comment/230",[]],["name/231",[50,38.521]],["comment/231",[]],["name/232",[142,46.405]],["comment/232",[]],["name/233",[93,43.041]],["comment/233",[]],["name/234",[141,46.405]],["comment/234",[]],["name/235",[150,51.514]],["comment/235",[]],["name/236",[151,51.514]],["comment/236",[]],["name/237",[41,43.041]],["comment/237",[]],["name/238",[45,46.405]],["comment/238",[]],["name/239",[48,46.405]],["comment/239",[]],["name/240",[152,46.405]],["comment/240",[]],["name/241",[153,51.514]],["comment/241",[]],["name/242",[154,46.405]],["comment/242",[]],["name/243",[155,51.514]],["comment/243",[]],["name/244",[154,46.405]],["comment/244",[]],["name/245",[152,46.405]],["comment/245",[]],["name/246",[156,51.514]],["comment/246",[]],["name/247",[5,24.433]],["comment/247",[]],["name/248",[157,51.514]],["comment/248",[]],["name/249",[158,51.514]],["comment/249",[]],["name/250",[159,51.514]],["comment/250",[]],["name/251",[160,51.514]],["comment/251",[]],["name/252",[161,51.514]],["comment/252",[]],["name/253",[162,51.514]],["comment/253",[]],["name/254",[5,24.433]],["comment/254",[]],["name/255",[117,46.405]],["comment/255",[]],["name/256",[163,51.514]],["comment/256",[]],["name/257",[164,51.514]],["comment/257",[]]],"invertedIndex":[["__type",{"_index":5,"name":{"6":{},"19":{},"31":{},"33":{},"35":{},"37":{},"39":{},"41":{},"43":{},"45":{},"47":{},"49":{},"51":{},"53":{},"55":{},"57":{},"62":{},"84":{},"143":{},"150":{},"247":{},"254":{}},"comment":{}}],["accesstoken",{"_index":105,"name":{"152":{}},"comment":{}}],["additionalparameters",{"_index":97,"name":{"142":{}},"comment":{}}],["address",{"_index":58,"name":{"80":{}},"comment":{}}],["agent",{"_index":82,"name":{"113":{}},"comment":{}}],["audience",{"_index":91,"name":{"136":{},"164":{},"173":{},"186":{},"211":{},"217":{}},"comment":{}}],["auth",{"_index":13,"name":{"15":{},"88":{}},"comment":{}}],["auth0contextinterface",{"_index":23,"name":{"29":{}},"comment":{}}],["auth0module",{"_index":83,"name":{"119":{}},"comment":{}}],["auth0provider",{"_index":3,"name":{"3":{},"4":{}},"comment":{}}],["auth0response",{"_index":156,"name":{"246":{}},"comment":{}}],["authenticatorid",{"_index":118,"name":{"178":{}},"comment":{}}],["authorize",{"_index":24,"name":{"30":{},"114":{}},"comment":{}}],["authorizeurl",{"_index":64,"name":{"92":{}},"comment":{}}],["authorizeurloptions",{"_index":129,"name":{"195":{}},"comment":{}}],["authorizewithemail",{"_index":28,"name":{"38":{}},"comment":{}}],["authorizewithoob",{"_index":30,"name":{"42":{}},"comment":{}}],["authorizewithotp",{"_index":31,"name":{"44":{}},"comment":{}}],["authorizewithrecoverycode",{"_index":32,"name":{"46":{}},"comment":{}}],["authorizewithsms",{"_index":26,"name":{"34":{}},"comment":{}}],["authparams",{"_index":110,"name":{"160":{},"169":{}},"comment":{}}],["authstate",{"_index":87,"name":{"129":{}},"comment":{}}],["baseerror",{"_index":22,"name":{"27":{}},"comment":{}}],["bindingcode",{"_index":121,"name":{"182":{}},"comment":{}}],["birthdate",{"_index":53,"name":{"75":{}},"comment":{}}],["challengetype",{"_index":117,"name":{"177":{},"255":{}},"comment":{}}],["children",{"_index":8,"name":{"9":{}},"comment":{}}],["clearcredentials",{"_index":36,"name":{"54":{},"124":{}},"comment":{}}],["clearsession",{"_index":34,"name":{"50":{},"115":{}},"comment":{}}],["clearsessionoptions",{"_index":128,"name":{"192":{}},"comment":{}}],["clearsessionparameters",{"_index":126,"name":{"190":{}},"comment":{}}],["client",{"_index":63,"name":{"89":{},"126":{}},"comment":{}}],["clientid",{"_index":7,"name":{"8":{},"21":{},"90":{},"112":{},"118":{},"201":{}},"comment":{}}],["code",{"_index":112,"name":{"163":{},"172":{},"204":{}},"comment":{}}],["connection",{"_index":93,"name":{"138":{},"229":{},"233":{}},"comment":{}}],["constructor",{"_index":1,"name":{"1":{},"14":{},"28":{}},"comment":{}}],["createuser",{"_index":81,"name":{"109":{}},"comment":{}}],["createuseroptions",{"_index":149,"name":{"230":{}},"comment":{}}],["credentials",{"_index":103,"name":{"149":{}},"comment":{}}],["credentialsmanager",{"_index":15,"name":{"17":{},"116":{}},"comment":{}}],["customscheme",{"_index":101,"name":{"147":{},"193":{}},"comment":{}}],["default",{"_index":12,"name":{"13":{}},"comment":{}}],["deviceowner",{"_index":11,"name":{"12":{}},"comment":{}}],["deviceownerwithbiometrics",{"_index":10,"name":{"11":{}},"comment":{}}],["domain",{"_index":6,"name":{"7":{},"20":{},"91":{},"111":{},"117":{}},"comment":{}}],["email",{"_index":50,"name":{"72":{},"167":{},"171":{},"228":{},"231":{}},"comment":{}}],["emailverified",{"_index":51,"name":{"73":{}},"comment":{}}],["env",{"_index":62,"name":{"87":{}},"comment":{}}],["ephemeralsession",{"_index":100,"name":{"146":{}},"comment":{}}],["error",{"_index":38,"name":{"58":{},"130":{}},"comment":{}}],["exchange",{"_index":66,"name":{"94":{}},"comment":{}}],["exchangenativesocial",{"_index":67,"name":{"95":{}},"comment":{}}],["exchangenativesocialoptions",{"_index":136,"name":{"207":{}},"comment":{}}],["exchangeoptions",{"_index":134,"name":{"203":{}},"comment":{}}],["expiresin",{"_index":107,"name":{"154":{}},"comment":{}}],["family_name",{"_index":151,"name":{"236":{}},"comment":{}}],["familyname",{"_index":43,"name":{"65":{}},"comment":{}}],["federated",{"_index":127,"name":{"191":{},"200":{}},"comment":{}}],["gender",{"_index":52,"name":{"74":{}},"comment":{}}],["getcredentials",{"_index":35,"name":{"52":{},"121":{}},"comment":{}}],["getuser",{"_index":85,"name":{"127":{}},"comment":{}}],["getuseroptions",{"_index":153,"name":{"241":{}},"comment":{}}],["given_name",{"_index":150,"name":{"235":{}},"comment":{}}],["givenname",{"_index":42,"name":{"64":{}},"comment":{}}],["hasvalidcredentials",{"_index":33,"name":{"48":{},"123":{}},"comment":{}}],["headers",{"_index":161,"name":{"252":{}},"comment":{}}],["id",{"_index":154,"name":{"242":{},"244":{}},"comment":{}}],["idtoken",{"_index":104,"name":{"151":{}},"comment":{}}],["invitationurl",{"_index":96,"name":{"141":{}},"comment":{}}],["isloading",{"_index":40,"name":{"60":{},"132":{}},"comment":{}}],["json",{"_index":157,"name":{"248":{}},"comment":{}}],["leeway",{"_index":99,"name":{"145":{}},"comment":{}}],["localauthenticationstrategy",{"_index":9,"name":{"10":{}},"comment":{}}],["locale",{"_index":55,"name":{"77":{}},"comment":{}}],["loginwithemail",{"_index":72,"name":{"100":{}},"comment":{}}],["loginwithemailoptions",{"_index":114,"name":{"170":{}},"comment":{}}],["loginwithoob",{"_index":75,"name":{"103":{}},"comment":{}}],["loginwithooboptions",{"_index":119,"name":{"179":{}},"comment":{}}],["loginwithotp",{"_index":74,"name":{"102":{}},"comment":{}}],["loginwithotpoptions",{"_index":122,"name":{"183":{}},"comment":{}}],["loginwithrecoverycode",{"_index":76,"name":{"104":{}},"comment":{}}],["loginwithrecoverycodeoptions",{"_index":124,"name":{"187":{}},"comment":{}}],["loginwithsms",{"_index":73,"name":{"101":{}},"comment":{}}],["loginwithsmsoptions",{"_index":111,"name":{"161":{}},"comment":{}}],["logouturl",{"_index":65,"name":{"93":{}},"comment":{}}],["logouturloptions",{"_index":132,"name":{"199":{}},"comment":{}}],["maxage",{"_index":94,"name":{"139":{}},"comment":{}}],["metadata",{"_index":152,"name":{"240":{},"245":{}},"comment":{}}],["mfatoken",{"_index":116,"name":{"176":{},"180":{},"184":{},"188":{}},"comment":{}}],["middlename",{"_index":44,"name":{"66":{}},"comment":{}}],["multifactorchallenge",{"_index":77,"name":{"105":{}},"comment":{}}],["multifactorchallengeoobresponse",{"_index":163,"name":{"256":{}},"comment":{}}],["multifactorchallengeoobwithbindingresponse",{"_index":164,"name":{"257":{}},"comment":{}}],["multifactorchallengeoptions",{"_index":115,"name":{"175":{}},"comment":{}}],["multifactorchallengeotpresponse",{"_index":162,"name":{"253":{}},"comment":{}}],["multifactorchallengeresponse",{"_index":145,"name":{"222":{}},"comment":{}}],["name",{"_index":41,"name":{"63":{},"85":{},"237":{}},"comment":{}}],["nickname",{"_index":45,"name":{"67":{},"238":{}},"comment":{}}],["nonce",{"_index":90,"name":{"135":{}},"comment":{}}],["ok",{"_index":160,"name":{"251":{}},"comment":{}}],["oobcode",{"_index":120,"name":{"181":{}},"comment":{}}],["options",{"_index":16,"name":{"18":{}},"comment":{}}],["organization",{"_index":95,"name":{"140":{}},"comment":{}}],["otp",{"_index":123,"name":{"185":{}},"comment":{}}],["password",{"_index":142,"name":{"215":{},"232":{}},"comment":{}}],["passwordlesswithemail",{"_index":70,"name":{"98":{}},"comment":{}}],["passwordlesswithemailoptions",{"_index":113,"name":{"166":{}},"comment":{}}],["passwordlesswithsms",{"_index":71,"name":{"99":{}},"comment":{}}],["passwordlesswithsmsoptions",{"_index":108,"name":{"157":{}},"comment":{}}],["passwordrealm",{"_index":68,"name":{"96":{}},"comment":{}}],["passwordrealmoptions",{"_index":140,"name":{"213":{}},"comment":{}}],["patchuser",{"_index":86,"name":{"128":{}},"comment":{}}],["patchuseroptions",{"_index":155,"name":{"243":{}},"comment":{}}],["phonenumber",{"_index":56,"name":{"78":{},"158":{},"162":{}},"comment":{}}],["phonenumberverified",{"_index":57,"name":{"79":{}},"comment":{}}],["picture",{"_index":48,"name":{"70":{},"239":{}},"comment":{}}],["preferredusername",{"_index":46,"name":{"68":{}},"comment":{}}],["profile",{"_index":47,"name":{"69":{}},"comment":{}}],["proptypes",{"_index":4,"name":{"5":{}},"comment":{}}],["realm",{"_index":143,"name":{"216":{}},"comment":{}}],["recoverycode",{"_index":125,"name":{"189":{}},"comment":{}}],["redirecturi",{"_index":131,"name":{"197":{},"206":{}},"comment":{}}],["refreshtoken",{"_index":69,"name":{"97":{},"155":{},"220":{},"224":{}},"comment":{}}],["refreshtokenoptions",{"_index":144,"name":{"219":{}},"comment":{}}],["requirelocalauthentication",{"_index":37,"name":{"56":{},"122":{}},"comment":{}}],["resetpassword",{"_index":80,"name":{"108":{}},"comment":{}}],["resetpasswordoptions",{"_index":148,"name":{"227":{}},"comment":{}}],["responsetype",{"_index":130,"name":{"196":{}},"comment":{}}],["returnto",{"_index":133,"name":{"202":{}},"comment":{}}],["revoke",{"_index":78,"name":{"106":{}},"comment":{}}],["revokeoptions",{"_index":146,"name":{"223":{}},"comment":{}}],["savecredentials",{"_index":84,"name":{"120":{}},"comment":{}}],["scope",{"_index":92,"name":{"137":{},"156":{},"165":{},"174":{},"212":{},"218":{},"221":{}},"comment":{}}],["send",{"_index":109,"name":{"159":{},"168":{}},"comment":{}}],["sendemailcode",{"_index":27,"name":{"36":{}},"comment":{}}],["sendmultifactorchallenge",{"_index":29,"name":{"40":{}},"comment":{}}],["sendsmscode",{"_index":25,"name":{"32":{}},"comment":{}}],["state",{"_index":89,"name":{"134":{},"198":{}},"comment":{}}],["status",{"_index":159,"name":{"250":{}},"comment":{}}],["sub",{"_index":60,"name":{"82":{}},"comment":{}}],["subjecttoken",{"_index":137,"name":{"208":{}},"comment":{}}],["subjecttokentype",{"_index":138,"name":{"209":{}},"comment":{}}],["telemetry",{"_index":17,"name":{"22":{},"83":{}},"comment":{}}],["text",{"_index":158,"name":{"249":{}},"comment":{}}],["timeout",{"_index":19,"name":{"24":{}},"comment":{}}],["timeouterror",{"_index":0,"name":{"0":{}},"comment":{}}],["token",{"_index":18,"name":{"23":{},"226":{}},"comment":{}}],["tokentype",{"_index":106,"name":{"153":{}},"comment":{}}],["types",{"_index":21,"name":{"26":{}},"comment":{}}],["updatedat",{"_index":59,"name":{"81":{}},"comment":{}}],["useauth0",{"_index":2,"name":{"2":{}},"comment":{}}],["uselegacycallbackurl",{"_index":102,"name":{"148":{},"194":{}},"comment":{}}],["user",{"_index":39,"name":{"59":{},"61":{},"131":{}},"comment":{}}],["userinfo",{"_index":79,"name":{"107":{}},"comment":{}}],["userinfooptions",{"_index":147,"name":{"225":{}},"comment":{}}],["username",{"_index":141,"name":{"214":{},"234":{}},"comment":{}}],["userprofile",{"_index":139,"name":{"210":{}},"comment":{}}],["users",{"_index":20,"name":{"25":{},"125":{}},"comment":{}}],["verifier",{"_index":135,"name":{"205":{}},"comment":{}}],["version",{"_index":61,"name":{"86":{}},"comment":{}}],["webauth",{"_index":14,"name":{"16":{},"110":{}},"comment":{}}],["webauthorizeoptions",{"_index":98,"name":{"144":{}},"comment":{}}],["webauthorizeparameters",{"_index":88,"name":{"133":{}},"comment":{}}],["website",{"_index":49,"name":{"71":{}},"comment":{}}],["zoneinfo",{"_index":54,"name":{"76":{}},"comment":{}}]],"pipeline":[]}}' + '{"rows":[{"kind":128,"name":"TimeoutError","url":"classes/TimeoutError.html","classes":""},{"kind":512,"name":"constructor","url":"classes/TimeoutError.html#constructor","classes":"","parent":"TimeoutError"},{"kind":64,"name":"useAuth0","url":"functions/useAuth0.html","classes":""},{"kind":64,"name":"Auth0Provider","url":"functions/Auth0Provider-1.html","classes":""},{"kind":4,"name":"Auth0Provider","url":"modules/Auth0Provider.html","classes":""},{"kind":32,"name":"propTypes","url":"variables/Auth0Provider.propTypes.html","classes":"","parent":"Auth0Provider"},{"kind":65536,"name":"__type","url":"variables/Auth0Provider.propTypes.html#__type","classes":"","parent":"Auth0Provider.propTypes"},{"kind":1024,"name":"domain","url":"variables/Auth0Provider.propTypes.html#__type.domain","classes":"","parent":"Auth0Provider.propTypes.__type"},{"kind":1024,"name":"clientId","url":"variables/Auth0Provider.propTypes.html#__type.clientId","classes":"","parent":"Auth0Provider.propTypes.__type"},{"kind":1024,"name":"children","url":"variables/Auth0Provider.propTypes.html#__type.children","classes":"","parent":"Auth0Provider.propTypes.__type"},{"kind":8,"name":"LocalAuthenticationStrategy","url":"enums/LocalAuthenticationStrategy.html","classes":""},{"kind":16,"name":"deviceOwnerWithBiometrics","url":"enums/LocalAuthenticationStrategy.html#deviceOwnerWithBiometrics","classes":"","parent":"LocalAuthenticationStrategy"},{"kind":16,"name":"deviceOwner","url":"enums/LocalAuthenticationStrategy.html#deviceOwner","classes":"","parent":"LocalAuthenticationStrategy"},{"kind":4194304,"name":"Credentials","url":"types/Credentials.html","classes":""},{"kind":65536,"name":"__type","url":"types/Credentials.html#__type","classes":"","parent":"Credentials"},{"kind":1024,"name":"idToken","url":"types/Credentials.html#__type.idToken","classes":"","parent":"Credentials.__type"},{"kind":1024,"name":"accessToken","url":"types/Credentials.html#__type.accessToken","classes":"","parent":"Credentials.__type"},{"kind":1024,"name":"tokenType","url":"types/Credentials.html#__type.tokenType","classes":"","parent":"Credentials.__type"},{"kind":1024,"name":"expiresAt","url":"types/Credentials.html#__type.expiresAt","classes":"","parent":"Credentials.__type"},{"kind":1024,"name":"refreshToken","url":"types/Credentials.html#__type.refreshToken","classes":"","parent":"Credentials.__type"},{"kind":1024,"name":"scope","url":"types/Credentials.html#__type.scope","classes":"","parent":"Credentials.__type"},{"kind":4194304,"name":"User","url":"types/User.html","classes":""},{"kind":65536,"name":"__type","url":"types/User.html#__type","classes":"","parent":"User"},{"kind":1024,"name":"name","url":"types/User.html#__type.name","classes":"","parent":"User.__type"},{"kind":1024,"name":"givenName","url":"types/User.html#__type.givenName","classes":"","parent":"User.__type"},{"kind":1024,"name":"familyName","url":"types/User.html#__type.familyName","classes":"","parent":"User.__type"},{"kind":1024,"name":"middleName","url":"types/User.html#__type.middleName","classes":"","parent":"User.__type"},{"kind":1024,"name":"nickname","url":"types/User.html#__type.nickname","classes":"","parent":"User.__type"},{"kind":1024,"name":"preferredUsername","url":"types/User.html#__type.preferredUsername","classes":"","parent":"User.__type"},{"kind":1024,"name":"profile","url":"types/User.html#__type.profile","classes":"","parent":"User.__type"},{"kind":1024,"name":"picture","url":"types/User.html#__type.picture","classes":"","parent":"User.__type"},{"kind":1024,"name":"website","url":"types/User.html#__type.website","classes":"","parent":"User.__type"},{"kind":1024,"name":"email","url":"types/User.html#__type.email","classes":"","parent":"User.__type"},{"kind":1024,"name":"emailVerified","url":"types/User.html#__type.emailVerified","classes":"","parent":"User.__type"},{"kind":1024,"name":"gender","url":"types/User.html#__type.gender","classes":"","parent":"User.__type"},{"kind":1024,"name":"birthdate","url":"types/User.html#__type.birthdate","classes":"","parent":"User.__type"},{"kind":1024,"name":"zoneinfo","url":"types/User.html#__type.zoneinfo","classes":"","parent":"User.__type"},{"kind":1024,"name":"locale","url":"types/User.html#__type.locale","classes":"","parent":"User.__type"},{"kind":1024,"name":"phoneNumber","url":"types/User.html#__type.phoneNumber","classes":"","parent":"User.__type"},{"kind":1024,"name":"phoneNumberVerified","url":"types/User.html#__type.phoneNumberVerified","classes":"","parent":"User.__type"},{"kind":1024,"name":"address","url":"types/User.html#__type.address","classes":"","parent":"User.__type"},{"kind":1024,"name":"updatedAt","url":"types/User.html#__type.updatedAt","classes":"","parent":"User.__type"},{"kind":1024,"name":"sub","url":"types/User.html#__type.sub","classes":"","parent":"User.__type"},{"kind":256,"name":"WebAuthorizeParameters","url":"interfaces/WebAuthorizeParameters.html","classes":""},{"kind":1024,"name":"state","url":"interfaces/WebAuthorizeParameters.html#state","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"nonce","url":"interfaces/WebAuthorizeParameters.html#nonce","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"audience","url":"interfaces/WebAuthorizeParameters.html#audience","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"scope","url":"interfaces/WebAuthorizeParameters.html#scope","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"connection","url":"interfaces/WebAuthorizeParameters.html#connection","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"maxAge","url":"interfaces/WebAuthorizeParameters.html#maxAge","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"organization","url":"interfaces/WebAuthorizeParameters.html#organization","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"invitationUrl","url":"interfaces/WebAuthorizeParameters.html#invitationUrl","classes":"","parent":"WebAuthorizeParameters"},{"kind":1024,"name":"additionalParameters","url":"interfaces/WebAuthorizeParameters.html#additionalParameters","classes":"","parent":"WebAuthorizeParameters"},{"kind":65536,"name":"__type","url":"interfaces/WebAuthorizeParameters.html#additionalParameters.__type","classes":"","parent":"WebAuthorizeParameters.additionalParameters"},{"kind":256,"name":"WebAuthorizeOptions","url":"interfaces/WebAuthorizeOptions.html","classes":""},{"kind":1024,"name":"leeway","url":"interfaces/WebAuthorizeOptions.html#leeway","classes":"","parent":"WebAuthorizeOptions"},{"kind":1024,"name":"ephemeralSession","url":"interfaces/WebAuthorizeOptions.html#ephemeralSession","classes":"","parent":"WebAuthorizeOptions"},{"kind":1024,"name":"customScheme","url":"interfaces/WebAuthorizeOptions.html#customScheme","classes":"","parent":"WebAuthorizeOptions"},{"kind":1024,"name":"useLegacyCallbackUrl","url":"interfaces/WebAuthorizeOptions.html#useLegacyCallbackUrl","classes":"","parent":"WebAuthorizeOptions"},{"kind":256,"name":"ClearSessionParameters","url":"interfaces/ClearSessionParameters.html","classes":""},{"kind":1024,"name":"federated","url":"interfaces/ClearSessionParameters.html#federated","classes":"","parent":"ClearSessionParameters"},{"kind":256,"name":"ClearSessionOptions","url":"interfaces/ClearSessionOptions.html","classes":""},{"kind":1024,"name":"customScheme","url":"interfaces/ClearSessionOptions.html#customScheme","classes":"","parent":"ClearSessionOptions"},{"kind":1024,"name":"useLegacyCallbackUrl","url":"interfaces/ClearSessionOptions.html#useLegacyCallbackUrl","classes":"","parent":"ClearSessionOptions"},{"kind":256,"name":"GetUserOptions","url":"interfaces/GetUserOptions.html","classes":""},{"kind":1024,"name":"id","url":"interfaces/GetUserOptions.html#id","classes":"","parent":"GetUserOptions"},{"kind":256,"name":"PatchUserOptions","url":"interfaces/PatchUserOptions.html","classes":""},{"kind":1024,"name":"id","url":"interfaces/PatchUserOptions.html#id","classes":"","parent":"PatchUserOptions"},{"kind":1024,"name":"metadata","url":"interfaces/PatchUserOptions.html#metadata","classes":"","parent":"PatchUserOptions"},{"kind":256,"name":"AuthorizeUrlOptions","url":"interfaces/AuthorizeUrlOptions.html","classes":""},{"kind":1024,"name":"responseType","url":"interfaces/AuthorizeUrlOptions.html#responseType","classes":"","parent":"AuthorizeUrlOptions"},{"kind":1024,"name":"redirectUri","url":"interfaces/AuthorizeUrlOptions.html#redirectUri","classes":"","parent":"AuthorizeUrlOptions"},{"kind":1024,"name":"state","url":"interfaces/AuthorizeUrlOptions.html#state","classes":"","parent":"AuthorizeUrlOptions"},{"kind":256,"name":"LogoutUrlOptions","url":"interfaces/LogoutUrlOptions.html","classes":""},{"kind":1024,"name":"federated","url":"interfaces/LogoutUrlOptions.html#federated","classes":"","parent":"LogoutUrlOptions"},{"kind":1024,"name":"clientId","url":"interfaces/LogoutUrlOptions.html#clientId","classes":"","parent":"LogoutUrlOptions"},{"kind":1024,"name":"returnTo","url":"interfaces/LogoutUrlOptions.html#returnTo","classes":"","parent":"LogoutUrlOptions"},{"kind":256,"name":"ExchangeOptions","url":"interfaces/ExchangeOptions.html","classes":""},{"kind":1024,"name":"code","url":"interfaces/ExchangeOptions.html#code","classes":"","parent":"ExchangeOptions"},{"kind":1024,"name":"verifier","url":"interfaces/ExchangeOptions.html#verifier","classes":"","parent":"ExchangeOptions"},{"kind":1024,"name":"redirectUri","url":"interfaces/ExchangeOptions.html#redirectUri","classes":"","parent":"ExchangeOptions"},{"kind":256,"name":"ExchangeNativeSocialOptions","url":"interfaces/ExchangeNativeSocialOptions.html","classes":""},{"kind":1024,"name":"subjectToken","url":"interfaces/ExchangeNativeSocialOptions.html#subjectToken","classes":"","parent":"ExchangeNativeSocialOptions"},{"kind":1024,"name":"subjectTokenType","url":"interfaces/ExchangeNativeSocialOptions.html#subjectTokenType","classes":"","parent":"ExchangeNativeSocialOptions"},{"kind":1024,"name":"userProfile","url":"interfaces/ExchangeNativeSocialOptions.html#userProfile","classes":"","parent":"ExchangeNativeSocialOptions"},{"kind":1024,"name":"audience","url":"interfaces/ExchangeNativeSocialOptions.html#audience","classes":"","parent":"ExchangeNativeSocialOptions"},{"kind":1024,"name":"scope","url":"interfaces/ExchangeNativeSocialOptions.html#scope","classes":"","parent":"ExchangeNativeSocialOptions"},{"kind":256,"name":"PasswordRealmOptions","url":"interfaces/PasswordRealmOptions.html","classes":""},{"kind":1024,"name":"username","url":"interfaces/PasswordRealmOptions.html#username","classes":"","parent":"PasswordRealmOptions"},{"kind":1024,"name":"password","url":"interfaces/PasswordRealmOptions.html#password","classes":"","parent":"PasswordRealmOptions"},{"kind":1024,"name":"realm","url":"interfaces/PasswordRealmOptions.html#realm","classes":"","parent":"PasswordRealmOptions"},{"kind":1024,"name":"audience","url":"interfaces/PasswordRealmOptions.html#audience","classes":"","parent":"PasswordRealmOptions"},{"kind":1024,"name":"scope","url":"interfaces/PasswordRealmOptions.html#scope","classes":"","parent":"PasswordRealmOptions"},{"kind":256,"name":"RefreshTokenOptions","url":"interfaces/RefreshTokenOptions.html","classes":""},{"kind":1024,"name":"refreshToken","url":"interfaces/RefreshTokenOptions.html#refreshToken","classes":"","parent":"RefreshTokenOptions"},{"kind":1024,"name":"scope","url":"interfaces/RefreshTokenOptions.html#scope","classes":"","parent":"RefreshTokenOptions"},{"kind":256,"name":"PasswordlessWithEmailOptions","url":"interfaces/PasswordlessWithEmailOptions.html","classes":""},{"kind":1024,"name":"email","url":"interfaces/PasswordlessWithEmailOptions.html#email","classes":"","parent":"PasswordlessWithEmailOptions"},{"kind":1024,"name":"send","url":"interfaces/PasswordlessWithEmailOptions.html#send","classes":"","parent":"PasswordlessWithEmailOptions"},{"kind":1024,"name":"authParams","url":"interfaces/PasswordlessWithEmailOptions.html#authParams","classes":"","parent":"PasswordlessWithEmailOptions"},{"kind":256,"name":"PasswordlessWithSMSOptions","url":"interfaces/PasswordlessWithSMSOptions.html","classes":""},{"kind":1024,"name":"phoneNumber","url":"interfaces/PasswordlessWithSMSOptions.html#phoneNumber","classes":"","parent":"PasswordlessWithSMSOptions"},{"kind":1024,"name":"send","url":"interfaces/PasswordlessWithSMSOptions.html#send","classes":"","parent":"PasswordlessWithSMSOptions"},{"kind":1024,"name":"authParams","url":"interfaces/PasswordlessWithSMSOptions.html#authParams","classes":"","parent":"PasswordlessWithSMSOptions"},{"kind":256,"name":"LoginWithEmailOptions","url":"interfaces/LoginWithEmailOptions.html","classes":""},{"kind":1024,"name":"email","url":"interfaces/LoginWithEmailOptions.html#email","classes":"","parent":"LoginWithEmailOptions"},{"kind":1024,"name":"code","url":"interfaces/LoginWithEmailOptions.html#code","classes":"","parent":"LoginWithEmailOptions"},{"kind":1024,"name":"audience","url":"interfaces/LoginWithEmailOptions.html#audience","classes":"","parent":"LoginWithEmailOptions"},{"kind":1024,"name":"scope","url":"interfaces/LoginWithEmailOptions.html#scope","classes":"","parent":"LoginWithEmailOptions"},{"kind":256,"name":"LoginWithSMSOptions","url":"interfaces/LoginWithSMSOptions.html","classes":""},{"kind":1024,"name":"phoneNumber","url":"interfaces/LoginWithSMSOptions.html#phoneNumber","classes":"","parent":"LoginWithSMSOptions"},{"kind":1024,"name":"code","url":"interfaces/LoginWithSMSOptions.html#code","classes":"","parent":"LoginWithSMSOptions"},{"kind":1024,"name":"audience","url":"interfaces/LoginWithSMSOptions.html#audience","classes":"","parent":"LoginWithSMSOptions"},{"kind":1024,"name":"scope","url":"interfaces/LoginWithSMSOptions.html#scope","classes":"","parent":"LoginWithSMSOptions"},{"kind":256,"name":"LoginWithOTPOptions","url":"interfaces/LoginWithOTPOptions.html","classes":""},{"kind":1024,"name":"mfaToken","url":"interfaces/LoginWithOTPOptions.html#mfaToken","classes":"","parent":"LoginWithOTPOptions"},{"kind":1024,"name":"otp","url":"interfaces/LoginWithOTPOptions.html#otp","classes":"","parent":"LoginWithOTPOptions"},{"kind":1024,"name":"audience","url":"interfaces/LoginWithOTPOptions.html#audience","classes":"","parent":"LoginWithOTPOptions"},{"kind":256,"name":"LoginWithOOBOptions","url":"interfaces/LoginWithOOBOptions.html","classes":""},{"kind":1024,"name":"mfaToken","url":"interfaces/LoginWithOOBOptions.html#mfaToken","classes":"","parent":"LoginWithOOBOptions"},{"kind":1024,"name":"oobCode","url":"interfaces/LoginWithOOBOptions.html#oobCode","classes":"","parent":"LoginWithOOBOptions"},{"kind":1024,"name":"bindingCode","url":"interfaces/LoginWithOOBOptions.html#bindingCode","classes":"","parent":"LoginWithOOBOptions"},{"kind":256,"name":"LoginWithRecoveryCodeOptions","url":"interfaces/LoginWithRecoveryCodeOptions.html","classes":""},{"kind":1024,"name":"mfaToken","url":"interfaces/LoginWithRecoveryCodeOptions.html#mfaToken","classes":"","parent":"LoginWithRecoveryCodeOptions"},{"kind":1024,"name":"recoveryCode","url":"interfaces/LoginWithRecoveryCodeOptions.html#recoveryCode","classes":"","parent":"LoginWithRecoveryCodeOptions"},{"kind":256,"name":"MultifactorChallengeOptions","url":"interfaces/MultifactorChallengeOptions.html","classes":""},{"kind":1024,"name":"mfaToken","url":"interfaces/MultifactorChallengeOptions.html#mfaToken","classes":"","parent":"MultifactorChallengeOptions"},{"kind":1024,"name":"challengeType","url":"interfaces/MultifactorChallengeOptions.html#challengeType","classes":"","parent":"MultifactorChallengeOptions"},{"kind":1024,"name":"authenticatorId","url":"interfaces/MultifactorChallengeOptions.html#authenticatorId","classes":"","parent":"MultifactorChallengeOptions"},{"kind":256,"name":"RevokeOptions","url":"interfaces/RevokeOptions.html","classes":""},{"kind":1024,"name":"refreshToken","url":"interfaces/RevokeOptions.html#refreshToken","classes":"","parent":"RevokeOptions"},{"kind":256,"name":"UserInfoOptions","url":"interfaces/UserInfoOptions.html","classes":""},{"kind":1024,"name":"token","url":"interfaces/UserInfoOptions.html#token","classes":"","parent":"UserInfoOptions"},{"kind":256,"name":"ResetPasswordOptions","url":"interfaces/ResetPasswordOptions.html","classes":""},{"kind":1024,"name":"email","url":"interfaces/ResetPasswordOptions.html#email","classes":"","parent":"ResetPasswordOptions"},{"kind":1024,"name":"connection","url":"interfaces/ResetPasswordOptions.html#connection","classes":"","parent":"ResetPasswordOptions"},{"kind":256,"name":"CreateUserOptions","url":"interfaces/CreateUserOptions.html","classes":""},{"kind":1024,"name":"email","url":"interfaces/CreateUserOptions.html#email","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"password","url":"interfaces/CreateUserOptions.html#password","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"connection","url":"interfaces/CreateUserOptions.html#connection","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"username","url":"interfaces/CreateUserOptions.html#username","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"given_name","url":"interfaces/CreateUserOptions.html#given_name","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"family_name","url":"interfaces/CreateUserOptions.html#family_name","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"name","url":"interfaces/CreateUserOptions.html#name","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"nickname","url":"interfaces/CreateUserOptions.html#nickname","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"picture","url":"interfaces/CreateUserOptions.html#picture","classes":"","parent":"CreateUserOptions"},{"kind":1024,"name":"metadata","url":"interfaces/CreateUserOptions.html#metadata","classes":"","parent":"CreateUserOptions"},{"kind":4194304,"name":"MultifactorChallengeOTPResponse","url":"types/MultifactorChallengeOTPResponse.html","classes":""},{"kind":65536,"name":"__type","url":"types/MultifactorChallengeOTPResponse.html#__type","classes":"","parent":"MultifactorChallengeOTPResponse"},{"kind":1024,"name":"challengeType","url":"types/MultifactorChallengeOTPResponse.html#__type.challengeType","classes":"","parent":"MultifactorChallengeOTPResponse.__type"},{"kind":4194304,"name":"MultifactorChallengeOOBResponse","url":"types/MultifactorChallengeOOBResponse.html","classes":""},{"kind":4194304,"name":"MultifactorChallengeOOBWithBindingResponse","url":"types/MultifactorChallengeOOBWithBindingResponse.html","classes":""},{"kind":4194304,"name":"MultifactorChallengeResponse","url":"types/MultifactorChallengeResponse.html","classes":""},{"kind":128,"name":"default","url":"classes/default.html","classes":""},{"kind":512,"name":"constructor","url":"classes/default.html#constructor","classes":"","parent":"default"},{"kind":1024,"name":"auth","url":"classes/default.html#auth","classes":"","parent":"default"},{"kind":1024,"name":"webAuth","url":"classes/default.html#webAuth","classes":"","parent":"default"},{"kind":1024,"name":"credentialsManager","url":"classes/default.html#credentialsManager","classes":"","parent":"default"},{"kind":1024,"name":"options","url":"classes/default.html#options","classes":"tsd-is-private","parent":"default"},{"kind":65536,"name":"__type","url":"classes/default.html#options.__type","classes":"","parent":"default.options"},{"kind":1024,"name":"domain","url":"classes/default.html#options.__type.domain","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"clientId","url":"classes/default.html#options.__type.clientId","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"telemetry","url":"classes/default.html#options.__type.telemetry","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"token","url":"classes/default.html#options.__type.token","classes":"","parent":"default.options.__type"},{"kind":1024,"name":"timeout","url":"classes/default.html#options.__type.timeout","classes":"","parent":"default.options.__type"},{"kind":2048,"name":"users","url":"classes/default.html#users","classes":"","parent":"default"},{"kind":2,"name":"Types","url":"modules/Types.html","classes":""},{"kind":128,"name":"BaseError","url":"classes/Types.BaseError.html","classes":"","parent":"Types"},{"kind":512,"name":"constructor","url":"classes/Types.BaseError.html#constructor","classes":"","parent":"Types.BaseError"},{"kind":256,"name":"Auth0ContextInterface","url":"interfaces/Types.Auth0ContextInterface.html","classes":"","parent":"Types"},{"kind":1024,"name":"authorize","url":"interfaces/Types.Auth0ContextInterface.html#authorize","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorize.__type","classes":"","parent":"Types.Auth0ContextInterface.authorize"},{"kind":1024,"name":"sendSMSCode","url":"interfaces/Types.Auth0ContextInterface.html#sendSMSCode","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#sendSMSCode.__type-26","classes":"","parent":"Types.Auth0ContextInterface.sendSMSCode"},{"kind":1024,"name":"authorizeWithSMS","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithSMS","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithSMS.__type-10","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithSMS"},{"kind":1024,"name":"sendEmailCode","url":"interfaces/Types.Auth0ContextInterface.html#sendEmailCode","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#sendEmailCode.__type-22","classes":"","parent":"Types.Auth0ContextInterface.sendEmailCode"},{"kind":1024,"name":"authorizeWithEmail","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithEmail","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithEmail.__type-2","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithEmail"},{"kind":1024,"name":"sendMultifactorChallenge","url":"interfaces/Types.Auth0ContextInterface.html#sendMultifactorChallenge","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#sendMultifactorChallenge.__type-24","classes":"","parent":"Types.Auth0ContextInterface.sendMultifactorChallenge"},{"kind":1024,"name":"authorizeWithOOB","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOOB","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOOB.__type-4","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithOOB"},{"kind":1024,"name":"authorizeWithOTP","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOTP","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithOTP.__type-6","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithOTP"},{"kind":1024,"name":"authorizeWithRecoveryCode","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithRecoveryCode","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#authorizeWithRecoveryCode.__type-8","classes":"","parent":"Types.Auth0ContextInterface.authorizeWithRecoveryCode"},{"kind":1024,"name":"hasValidCredentials","url":"interfaces/Types.Auth0ContextInterface.html#hasValidCredentials","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#hasValidCredentials.__type-18","classes":"","parent":"Types.Auth0ContextInterface.hasValidCredentials"},{"kind":1024,"name":"clearSession","url":"interfaces/Types.Auth0ContextInterface.html#clearSession","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#clearSession.__type-14","classes":"","parent":"Types.Auth0ContextInterface.clearSession"},{"kind":1024,"name":"getCredentials","url":"interfaces/Types.Auth0ContextInterface.html#getCredentials","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#getCredentials.__type-16","classes":"","parent":"Types.Auth0ContextInterface.getCredentials"},{"kind":1024,"name":"clearCredentials","url":"interfaces/Types.Auth0ContextInterface.html#clearCredentials","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#clearCredentials.__type-12","classes":"","parent":"Types.Auth0ContextInterface.clearCredentials"},{"kind":1024,"name":"requireLocalAuthentication","url":"interfaces/Types.Auth0ContextInterface.html#requireLocalAuthentication","classes":"","parent":"Types.Auth0ContextInterface"},{"kind":65536,"name":"__type","url":"interfaces/Types.Auth0ContextInterface.html#requireLocalAuthentication.__type-20","classes":"","parent":"Types.Auth0ContextInterface.requireLocalAuthentication"},{"kind":1024,"name":"error","url":"interfaces/Types.Auth0ContextInterface.html#error","classes":"tsd-is-inherited","parent":"Types.Auth0ContextInterface"},{"kind":1024,"name":"user","url":"interfaces/Types.Auth0ContextInterface.html#user","classes":"tsd-is-inherited","parent":"Types.Auth0ContextInterface"},{"kind":1024,"name":"isLoading","url":"interfaces/Types.Auth0ContextInterface.html#isLoading","classes":"tsd-is-inherited","parent":"Types.Auth0ContextInterface"},{"kind":4194304,"name":"Telemetry","url":"types/Types.Telemetry.html","classes":"","parent":"Types"},{"kind":65536,"name":"__type","url":"types/Types.Telemetry.html#__type","classes":"","parent":"Types.Telemetry"},{"kind":1024,"name":"name","url":"types/Types.Telemetry.html#__type.name","classes":"","parent":"Types.Telemetry.__type"},{"kind":1024,"name":"version","url":"types/Types.Telemetry.html#__type.version","classes":"","parent":"Types.Telemetry.__type"},{"kind":1024,"name":"env","url":"types/Types.Telemetry.html#__type.env","classes":"","parent":"Types.Telemetry.__type"},{"kind":128,"name":"Auth","url":"classes/Types.Auth.html","classes":"","parent":"Types"},{"kind":1024,"name":"client","url":"classes/Types.Auth.html#client","classes":"tsd-is-private","parent":"Types.Auth"},{"kind":1024,"name":"clientId","url":"classes/Types.Auth.html#clientId","classes":"","parent":"Types.Auth"},{"kind":1024,"name":"domain","url":"classes/Types.Auth.html#domain","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"authorizeUrl","url":"classes/Types.Auth.html#authorizeUrl","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"logoutUrl","url":"classes/Types.Auth.html#logoutUrl","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"exchange","url":"classes/Types.Auth.html#exchange","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"exchangeNativeSocial","url":"classes/Types.Auth.html#exchangeNativeSocial","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"passwordRealm","url":"classes/Types.Auth.html#passwordRealm","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"refreshToken","url":"classes/Types.Auth.html#refreshToken","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"passwordlessWithEmail","url":"classes/Types.Auth.html#passwordlessWithEmail","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"passwordlessWithSMS","url":"classes/Types.Auth.html#passwordlessWithSMS","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithEmail","url":"classes/Types.Auth.html#loginWithEmail","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithSMS","url":"classes/Types.Auth.html#loginWithSMS","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithOTP","url":"classes/Types.Auth.html#loginWithOTP","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithOOB","url":"classes/Types.Auth.html#loginWithOOB","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"loginWithRecoveryCode","url":"classes/Types.Auth.html#loginWithRecoveryCode","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"multifactorChallenge","url":"classes/Types.Auth.html#multifactorChallenge","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"revoke","url":"classes/Types.Auth.html#revoke","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"userInfo","url":"classes/Types.Auth.html#userInfo","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"resetPassword","url":"classes/Types.Auth.html#resetPassword","classes":"","parent":"Types.Auth"},{"kind":2048,"name":"createUser","url":"classes/Types.Auth.html#createUser","classes":"","parent":"Types.Auth"},{"kind":128,"name":"WebAuth","url":"classes/Types.WebAuth.html","classes":"","parent":"Types"},{"kind":1024,"name":"domain","url":"classes/Types.WebAuth.html#domain","classes":"tsd-is-private","parent":"Types.WebAuth"},{"kind":1024,"name":"clientId","url":"classes/Types.WebAuth.html#clientId","classes":"tsd-is-private","parent":"Types.WebAuth"},{"kind":1024,"name":"agent","url":"classes/Types.WebAuth.html#agent","classes":"tsd-is-private","parent":"Types.WebAuth"},{"kind":2048,"name":"authorize","url":"classes/Types.WebAuth.html#authorize","classes":"","parent":"Types.WebAuth"},{"kind":2048,"name":"clearSession","url":"classes/Types.WebAuth.html#clearSession","classes":"","parent":"Types.WebAuth"},{"kind":128,"name":"CredentialsManager","url":"classes/Types.CredentialsManager.html","classes":"","parent":"Types"},{"kind":1024,"name":"domain","url":"classes/Types.CredentialsManager.html#domain","classes":"tsd-is-private","parent":"Types.CredentialsManager"},{"kind":1024,"name":"clientId","url":"classes/Types.CredentialsManager.html#clientId","classes":"tsd-is-private","parent":"Types.CredentialsManager"},{"kind":1024,"name":"Auth0Module","url":"classes/Types.CredentialsManager.html#Auth0Module","classes":"tsd-is-private","parent":"Types.CredentialsManager"},{"kind":2048,"name":"saveCredentials","url":"classes/Types.CredentialsManager.html#saveCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"getCredentials","url":"classes/Types.CredentialsManager.html#getCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"requireLocalAuthentication","url":"classes/Types.CredentialsManager.html#requireLocalAuthentication","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"hasValidCredentials","url":"classes/Types.CredentialsManager.html#hasValidCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":2048,"name":"clearCredentials","url":"classes/Types.CredentialsManager.html#clearCredentials","classes":"","parent":"Types.CredentialsManager"},{"kind":128,"name":"Users","url":"classes/Types.Users.html","classes":"","parent":"Types"},{"kind":1024,"name":"client","url":"classes/Types.Users.html#client","classes":"tsd-is-private","parent":"Types.Users"},{"kind":2048,"name":"getUser","url":"classes/Types.Users.html#getUser","classes":"","parent":"Types.Users"},{"kind":2048,"name":"patchUser","url":"classes/Types.Users.html#patchUser","classes":"","parent":"Types.Users"},{"kind":256,"name":"AuthState","url":"interfaces/Types.AuthState.html","classes":"","parent":"Types"},{"kind":1024,"name":"error","url":"interfaces/Types.AuthState.html#error","classes":"","parent":"Types.AuthState"},{"kind":1024,"name":"user","url":"interfaces/Types.AuthState.html#user","classes":"","parent":"Types.AuthState"},{"kind":1024,"name":"isLoading","url":"interfaces/Types.AuthState.html#isLoading","classes":"","parent":"Types.AuthState"},{"kind":4194304,"name":"Auth0Response","url":"types/Types.Auth0Response.html","classes":"","parent":"Types"},{"kind":65536,"name":"__type","url":"types/Types.Auth0Response.html#__type","classes":"","parent":"Types.Auth0Response"},{"kind":1024,"name":"json","url":"types/Types.Auth0Response.html#__type.json","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"text","url":"types/Types.Auth0Response.html#__type.text","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"status","url":"types/Types.Auth0Response.html#__type.status","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"ok","url":"types/Types.Auth0Response.html#__type.ok","classes":"","parent":"Types.Auth0Response.__type"},{"kind":1024,"name":"headers","url":"types/Types.Auth0Response.html#__type.headers","classes":"","parent":"Types.Auth0Response.__type"}],"index":{"version":"2.3.9","fields":["name","comment"],"fieldVectors":[["name/0",[0,51.514]],["comment/0",[]],["name/1",[1,43.041]],["comment/1",[]],["name/2",[2,51.514]],["comment/2",[]],["name/3",[3,46.405]],["comment/3",[]],["name/4",[3,46.405]],["comment/4",[]],["name/5",[4,51.514]],["comment/5",[]],["name/6",[5,24.433]],["comment/6",[]],["name/7",[6,38.521]],["comment/7",[]],["name/8",[7,36.85]],["comment/8",[]],["name/9",[8,51.514]],["comment/9",[]],["name/10",[9,51.514]],["comment/10",[]],["name/11",[10,51.514]],["comment/11",[]],["name/12",[11,51.514]],["comment/12",[]],["name/13",[12,51.514]],["comment/13",[]],["name/14",[5,24.433]],["comment/14",[]],["name/15",[13,51.514]],["comment/15",[]],["name/16",[14,51.514]],["comment/16",[]],["name/17",[15,51.514]],["comment/17",[]],["name/18",[16,51.514]],["comment/18",[]],["name/19",[17,40.528]],["comment/19",[]],["name/20",[18,35.419]],["comment/20",[]],["name/21",[19,43.041]],["comment/21",[]],["name/22",[5,24.433]],["comment/22",[]],["name/23",[20,43.041]],["comment/23",[]],["name/24",[21,51.514]],["comment/24",[]],["name/25",[22,51.514]],["comment/25",[]],["name/26",[23,51.514]],["comment/26",[]],["name/27",[24,46.405]],["comment/27",[]],["name/28",[25,51.514]],["comment/28",[]],["name/29",[26,51.514]],["comment/29",[]],["name/30",[27,46.405]],["comment/30",[]],["name/31",[28,51.514]],["comment/31",[]],["name/32",[29,38.521]],["comment/32",[]],["name/33",[30,51.514]],["comment/33",[]],["name/34",[31,51.514]],["comment/34",[]],["name/35",[32,51.514]],["comment/35",[]],["name/36",[33,51.514]],["comment/36",[]],["name/37",[34,51.514]],["comment/37",[]],["name/38",[35,43.041]],["comment/38",[]],["name/39",[36,51.514]],["comment/39",[]],["name/40",[37,51.514]],["comment/40",[]],["name/41",[38,51.514]],["comment/41",[]],["name/42",[39,51.514]],["comment/42",[]],["name/43",[40,51.514]],["comment/43",[]],["name/44",[41,46.405]],["comment/44",[]],["name/45",[42,51.514]],["comment/45",[]],["name/46",[43,36.85]],["comment/46",[]],["name/47",[18,35.419]],["comment/47",[]],["name/48",[44,43.041]],["comment/48",[]],["name/49",[45,51.514]],["comment/49",[]],["name/50",[46,51.514]],["comment/50",[]],["name/51",[47,51.514]],["comment/51",[]],["name/52",[48,51.514]],["comment/52",[]],["name/53",[5,24.433]],["comment/53",[]],["name/54",[49,51.514]],["comment/54",[]],["name/55",[50,51.514]],["comment/55",[]],["name/56",[51,51.514]],["comment/56",[]],["name/57",[52,46.405]],["comment/57",[]],["name/58",[53,46.405]],["comment/58",[]],["name/59",[54,51.514]],["comment/59",[]],["name/60",[55,46.405]],["comment/60",[]],["name/61",[56,51.514]],["comment/61",[]],["name/62",[52,46.405]],["comment/62",[]],["name/63",[53,46.405]],["comment/63",[]],["name/64",[57,51.514]],["comment/64",[]],["name/65",[58,46.405]],["comment/65",[]],["name/66",[59,51.514]],["comment/66",[]],["name/67",[58,46.405]],["comment/67",[]],["name/68",[60,46.405]],["comment/68",[]],["name/69",[61,51.514]],["comment/69",[]],["name/70",[62,51.514]],["comment/70",[]],["name/71",[63,46.405]],["comment/71",[]],["name/72",[41,46.405]],["comment/72",[]],["name/73",[64,51.514]],["comment/73",[]],["name/74",[55,46.405]],["comment/74",[]],["name/75",[7,36.85]],["comment/75",[]],["name/76",[65,51.514]],["comment/76",[]],["name/77",[66,51.514]],["comment/77",[]],["name/78",[67,43.041]],["comment/78",[]],["name/79",[68,51.514]],["comment/79",[]],["name/80",[63,46.405]],["comment/80",[]],["name/81",[69,51.514]],["comment/81",[]],["name/82",[70,51.514]],["comment/82",[]],["name/83",[71,51.514]],["comment/83",[]],["name/84",[72,51.514]],["comment/84",[]],["name/85",[43,36.85]],["comment/85",[]],["name/86",[18,35.419]],["comment/86",[]],["name/87",[73,51.514]],["comment/87",[]],["name/88",[74,46.405]],["comment/88",[]],["name/89",[75,46.405]],["comment/89",[]],["name/90",[76,51.514]],["comment/90",[]],["name/91",[43,36.85]],["comment/91",[]],["name/92",[18,35.419]],["comment/92",[]],["name/93",[77,51.514]],["comment/93",[]],["name/94",[17,40.528]],["comment/94",[]],["name/95",[18,35.419]],["comment/95",[]],["name/96",[78,51.514]],["comment/96",[]],["name/97",[29,38.521]],["comment/97",[]],["name/98",[79,46.405]],["comment/98",[]],["name/99",[80,46.405]],["comment/99",[]],["name/100",[81,51.514]],["comment/100",[]],["name/101",[35,43.041]],["comment/101",[]],["name/102",[79,46.405]],["comment/102",[]],["name/103",[80,46.405]],["comment/103",[]],["name/104",[82,51.514]],["comment/104",[]],["name/105",[29,38.521]],["comment/105",[]],["name/106",[67,43.041]],["comment/106",[]],["name/107",[43,36.85]],["comment/107",[]],["name/108",[18,35.419]],["comment/108",[]],["name/109",[83,51.514]],["comment/109",[]],["name/110",[35,43.041]],["comment/110",[]],["name/111",[67,43.041]],["comment/111",[]],["name/112",[43,36.85]],["comment/112",[]],["name/113",[18,35.419]],["comment/113",[]],["name/114",[84,51.514]],["comment/114",[]],["name/115",[85,40.528]],["comment/115",[]],["name/116",[86,51.514]],["comment/116",[]],["name/117",[43,36.85]],["comment/117",[]],["name/118",[87,51.514]],["comment/118",[]],["name/119",[85,40.528]],["comment/119",[]],["name/120",[88,51.514]],["comment/120",[]],["name/121",[89,51.514]],["comment/121",[]],["name/122",[90,51.514]],["comment/122",[]],["name/123",[85,40.528]],["comment/123",[]],["name/124",[91,51.514]],["comment/124",[]],["name/125",[92,51.514]],["comment/125",[]],["name/126",[85,40.528]],["comment/126",[]],["name/127",[93,46.405]],["comment/127",[]],["name/128",[94,51.514]],["comment/128",[]],["name/129",[95,51.514]],["comment/129",[]],["name/130",[17,40.528]],["comment/130",[]],["name/131",[96,51.514]],["comment/131",[]],["name/132",[97,46.405]],["comment/132",[]],["name/133",[98,51.514]],["comment/133",[]],["name/134",[29,38.521]],["comment/134",[]],["name/135",[44,43.041]],["comment/135",[]],["name/136",[99,51.514]],["comment/136",[]],["name/137",[29,38.521]],["comment/137",[]],["name/138",[75,46.405]],["comment/138",[]],["name/139",[44,43.041]],["comment/139",[]],["name/140",[74,46.405]],["comment/140",[]],["name/141",[100,51.514]],["comment/141",[]],["name/142",[101,51.514]],["comment/142",[]],["name/143",[20,43.041]],["comment/143",[]],["name/144",[24,46.405]],["comment/144",[]],["name/145",[27,46.405]],["comment/145",[]],["name/146",[60,46.405]],["comment/146",[]],["name/147",[102,51.514]],["comment/147",[]],["name/148",[5,24.433]],["comment/148",[]],["name/149",[93,46.405]],["comment/149",[]],["name/150",[103,51.514]],["comment/150",[]],["name/151",[104,51.514]],["comment/151",[]],["name/152",[105,51.514]],["comment/152",[]],["name/153",[106,51.514]],["comment/153",[]],["name/154",[1,43.041]],["comment/154",[]],["name/155",[107,46.405]],["comment/155",[]],["name/156",[108,46.405]],["comment/156",[]],["name/157",[109,46.405]],["comment/157",[]],["name/158",[110,51.514]],["comment/158",[]],["name/159",[5,24.433]],["comment/159",[]],["name/160",[6,38.521]],["comment/160",[]],["name/161",[7,36.85]],["comment/161",[]],["name/162",[111,46.405]],["comment/162",[]],["name/163",[97,46.405]],["comment/163",[]],["name/164",[112,51.514]],["comment/164",[]],["name/165",[113,46.405]],["comment/165",[]],["name/166",[114,51.514]],["comment/166",[]],["name/167",[115,51.514]],["comment/167",[]],["name/168",[1,43.041]],["comment/168",[]],["name/169",[116,51.514]],["comment/169",[]],["name/170",[117,46.405]],["comment/170",[]],["name/171",[5,24.433]],["comment/171",[]],["name/172",[118,51.514]],["comment/172",[]],["name/173",[5,24.433]],["comment/173",[]],["name/174",[119,51.514]],["comment/174",[]],["name/175",[5,24.433]],["comment/175",[]],["name/176",[120,51.514]],["comment/176",[]],["name/177",[5,24.433]],["comment/177",[]],["name/178",[121,51.514]],["comment/178",[]],["name/179",[5,24.433]],["comment/179",[]],["name/180",[122,51.514]],["comment/180",[]],["name/181",[5,24.433]],["comment/181",[]],["name/182",[123,51.514]],["comment/182",[]],["name/183",[5,24.433]],["comment/183",[]],["name/184",[124,51.514]],["comment/184",[]],["name/185",[5,24.433]],["comment/185",[]],["name/186",[125,51.514]],["comment/186",[]],["name/187",[5,24.433]],["comment/187",[]],["name/188",[126,46.405]],["comment/188",[]],["name/189",[5,24.433]],["comment/189",[]],["name/190",[127,46.405]],["comment/190",[]],["name/191",[5,24.433]],["comment/191",[]],["name/192",[128,46.405]],["comment/192",[]],["name/193",[5,24.433]],["comment/193",[]],["name/194",[129,46.405]],["comment/194",[]],["name/195",[5,24.433]],["comment/195",[]],["name/196",[130,46.405]],["comment/196",[]],["name/197",[5,24.433]],["comment/197",[]],["name/198",[131,46.405]],["comment/198",[]],["name/199",[19,43.041]],["comment/199",[]],["name/200",[132,46.405]],["comment/200",[]],["name/201",[111,46.405]],["comment/201",[]],["name/202",[5,24.433]],["comment/202",[]],["name/203",[20,43.041]],["comment/203",[]],["name/204",[133,51.514]],["comment/204",[]],["name/205",[134,51.514]],["comment/205",[]],["name/206",[107,46.405]],["comment/206",[]],["name/207",[135,46.405]],["comment/207",[]],["name/208",[7,36.85]],["comment/208",[]],["name/209",[6,38.521]],["comment/209",[]],["name/210",[136,51.514]],["comment/210",[]],["name/211",[137,51.514]],["comment/211",[]],["name/212",[138,51.514]],["comment/212",[]],["name/213",[139,51.514]],["comment/213",[]],["name/214",[140,51.514]],["comment/214",[]],["name/215",[17,40.528]],["comment/215",[]],["name/216",[141,51.514]],["comment/216",[]],["name/217",[142,51.514]],["comment/217",[]],["name/218",[143,51.514]],["comment/218",[]],["name/219",[144,51.514]],["comment/219",[]],["name/220",[145,51.514]],["comment/220",[]],["name/221",[146,51.514]],["comment/221",[]],["name/222",[147,51.514]],["comment/222",[]],["name/223",[148,51.514]],["comment/223",[]],["name/224",[149,51.514]],["comment/224",[]],["name/225",[150,51.514]],["comment/225",[]],["name/226",[151,51.514]],["comment/226",[]],["name/227",[152,51.514]],["comment/227",[]],["name/228",[108,46.405]],["comment/228",[]],["name/229",[6,38.521]],["comment/229",[]],["name/230",[7,36.85]],["comment/230",[]],["name/231",[153,51.514]],["comment/231",[]],["name/232",[117,46.405]],["comment/232",[]],["name/233",[127,46.405]],["comment/233",[]],["name/234",[109,46.405]],["comment/234",[]],["name/235",[6,38.521]],["comment/235",[]],["name/236",[7,36.85]],["comment/236",[]],["name/237",[154,51.514]],["comment/237",[]],["name/238",[155,51.514]],["comment/238",[]],["name/239",[128,46.405]],["comment/239",[]],["name/240",[130,46.405]],["comment/240",[]],["name/241",[126,46.405]],["comment/241",[]],["name/242",[129,46.405]],["comment/242",[]],["name/243",[113,46.405]],["comment/243",[]],["name/244",[135,46.405]],["comment/244",[]],["name/245",[156,51.514]],["comment/245",[]],["name/246",[157,51.514]],["comment/246",[]],["name/247",[158,51.514]],["comment/247",[]],["name/248",[131,46.405]],["comment/248",[]],["name/249",[19,43.041]],["comment/249",[]],["name/250",[132,46.405]],["comment/250",[]],["name/251",[159,51.514]],["comment/251",[]],["name/252",[5,24.433]],["comment/252",[]],["name/253",[160,51.514]],["comment/253",[]],["name/254",[161,51.514]],["comment/254",[]],["name/255",[162,51.514]],["comment/255",[]],["name/256",[163,51.514]],["comment/256",[]],["name/257",[164,51.514]],["comment/257",[]]],"invertedIndex":[["__type",{"_index":5,"name":{"6":{},"14":{},"22":{},"53":{},"148":{},"159":{},"171":{},"173":{},"175":{},"177":{},"179":{},"181":{},"183":{},"185":{},"187":{},"189":{},"191":{},"193":{},"195":{},"197":{},"202":{},"252":{}},"comment":{}}],["accesstoken",{"_index":14,"name":{"16":{}},"comment":{}}],["additionalparameters",{"_index":48,"name":{"52":{}},"comment":{}}],["address",{"_index":37,"name":{"40":{}},"comment":{}}],["agent",{"_index":153,"name":{"231":{}},"comment":{}}],["audience",{"_index":43,"name":{"46":{},"85":{},"91":{},"107":{},"112":{},"117":{}},"comment":{}}],["auth",{"_index":107,"name":{"155":{},"206":{}},"comment":{}}],["auth0contextinterface",{"_index":116,"name":{"169":{}},"comment":{}}],["auth0module",{"_index":154,"name":{"237":{}},"comment":{}}],["auth0provider",{"_index":3,"name":{"3":{},"4":{}},"comment":{}}],["auth0response",{"_index":159,"name":{"251":{}},"comment":{}}],["authenticatorid",{"_index":94,"name":{"128":{}},"comment":{}}],["authorize",{"_index":117,"name":{"170":{},"232":{}},"comment":{}}],["authorizeurl",{"_index":136,"name":{"210":{}},"comment":{}}],["authorizeurloptions",{"_index":61,"name":{"69":{}},"comment":{}}],["authorizewithemail",{"_index":121,"name":{"178":{}},"comment":{}}],["authorizewithoob",{"_index":123,"name":{"182":{}},"comment":{}}],["authorizewithotp",{"_index":124,"name":{"184":{}},"comment":{}}],["authorizewithrecoverycode",{"_index":125,"name":{"186":{}},"comment":{}}],["authorizewithsms",{"_index":119,"name":{"174":{}},"comment":{}}],["authparams",{"_index":80,"name":{"99":{},"103":{}},"comment":{}}],["authstate",{"_index":158,"name":{"247":{}},"comment":{}}],["baseerror",{"_index":115,"name":{"167":{}},"comment":{}}],["bindingcode",{"_index":89,"name":{"121":{}},"comment":{}}],["birthdate",{"_index":32,"name":{"35":{}},"comment":{}}],["challengetype",{"_index":93,"name":{"127":{},"149":{}},"comment":{}}],["children",{"_index":8,"name":{"9":{}},"comment":{}}],["clearcredentials",{"_index":129,"name":{"194":{},"242":{}},"comment":{}}],["clearsession",{"_index":127,"name":{"190":{},"233":{}},"comment":{}}],["clearsessionoptions",{"_index":56,"name":{"61":{}},"comment":{}}],["clearsessionparameters",{"_index":54,"name":{"59":{}},"comment":{}}],["client",{"_index":135,"name":{"207":{},"244":{}},"comment":{}}],["clientid",{"_index":7,"name":{"8":{},"75":{},"161":{},"208":{},"230":{},"236":{}},"comment":{}}],["code",{"_index":67,"name":{"78":{},"106":{},"111":{}},"comment":{}}],["connection",{"_index":44,"name":{"48":{},"135":{},"139":{}},"comment":{}}],["constructor",{"_index":1,"name":{"1":{},"154":{},"168":{}},"comment":{}}],["createuser",{"_index":152,"name":{"227":{}},"comment":{}}],["createuseroptions",{"_index":99,"name":{"136":{}},"comment":{}}],["credentials",{"_index":12,"name":{"13":{}},"comment":{}}],["credentialsmanager",{"_index":109,"name":{"157":{},"234":{}},"comment":{}}],["customscheme",{"_index":52,"name":{"57":{},"62":{}},"comment":{}}],["default",{"_index":106,"name":{"153":{}},"comment":{}}],["deviceowner",{"_index":11,"name":{"12":{}},"comment":{}}],["deviceownerwithbiometrics",{"_index":10,"name":{"11":{}},"comment":{}}],["domain",{"_index":6,"name":{"7":{},"160":{},"209":{},"229":{},"235":{}},"comment":{}}],["email",{"_index":29,"name":{"32":{},"97":{},"105":{},"134":{},"137":{}},"comment":{}}],["emailverified",{"_index":30,"name":{"33":{}},"comment":{}}],["env",{"_index":134,"name":{"205":{}},"comment":{}}],["ephemeralsession",{"_index":51,"name":{"56":{}},"comment":{}}],["error",{"_index":131,"name":{"198":{},"248":{}},"comment":{}}],["exchange",{"_index":138,"name":{"212":{}},"comment":{}}],["exchangenativesocial",{"_index":139,"name":{"213":{}},"comment":{}}],["exchangenativesocialoptions",{"_index":69,"name":{"81":{}},"comment":{}}],["exchangeoptions",{"_index":66,"name":{"77":{}},"comment":{}}],["expiresat",{"_index":16,"name":{"18":{}},"comment":{}}],["family_name",{"_index":101,"name":{"142":{}},"comment":{}}],["familyname",{"_index":22,"name":{"25":{}},"comment":{}}],["federated",{"_index":55,"name":{"60":{},"74":{}},"comment":{}}],["gender",{"_index":31,"name":{"34":{}},"comment":{}}],["getcredentials",{"_index":128,"name":{"192":{},"239":{}},"comment":{}}],["getuser",{"_index":156,"name":{"245":{}},"comment":{}}],["getuseroptions",{"_index":57,"name":{"64":{}},"comment":{}}],["given_name",{"_index":100,"name":{"141":{}},"comment":{}}],["givenname",{"_index":21,"name":{"24":{}},"comment":{}}],["hasvalidcredentials",{"_index":126,"name":{"188":{},"241":{}},"comment":{}}],["headers",{"_index":164,"name":{"257":{}},"comment":{}}],["id",{"_index":58,"name":{"65":{},"67":{}},"comment":{}}],["idtoken",{"_index":13,"name":{"15":{}},"comment":{}}],["invitationurl",{"_index":47,"name":{"51":{}},"comment":{}}],["isloading",{"_index":132,"name":{"200":{},"250":{}},"comment":{}}],["json",{"_index":160,"name":{"253":{}},"comment":{}}],["leeway",{"_index":50,"name":{"55":{}},"comment":{}}],["localauthenticationstrategy",{"_index":9,"name":{"10":{}},"comment":{}}],["locale",{"_index":34,"name":{"37":{}},"comment":{}}],["loginwithemail",{"_index":143,"name":{"218":{}},"comment":{}}],["loginwithemailoptions",{"_index":82,"name":{"104":{}},"comment":{}}],["loginwithoob",{"_index":146,"name":{"221":{}},"comment":{}}],["loginwithooboptions",{"_index":87,"name":{"118":{}},"comment":{}}],["loginwithotp",{"_index":145,"name":{"220":{}},"comment":{}}],["loginwithotpoptions",{"_index":84,"name":{"114":{}},"comment":{}}],["loginwithrecoverycode",{"_index":147,"name":{"222":{}},"comment":{}}],["loginwithrecoverycodeoptions",{"_index":90,"name":{"122":{}},"comment":{}}],["loginwithsms",{"_index":144,"name":{"219":{}},"comment":{}}],["loginwithsmsoptions",{"_index":83,"name":{"109":{}},"comment":{}}],["logouturl",{"_index":137,"name":{"211":{}},"comment":{}}],["logouturloptions",{"_index":64,"name":{"73":{}},"comment":{}}],["maxage",{"_index":45,"name":{"49":{}},"comment":{}}],["metadata",{"_index":60,"name":{"68":{},"146":{}},"comment":{}}],["mfatoken",{"_index":85,"name":{"115":{},"119":{},"123":{},"126":{}},"comment":{}}],["middlename",{"_index":23,"name":{"26":{}},"comment":{}}],["multifactorchallenge",{"_index":148,"name":{"223":{}},"comment":{}}],["multifactorchallengeoobresponse",{"_index":103,"name":{"150":{}},"comment":{}}],["multifactorchallengeoobwithbindingresponse",{"_index":104,"name":{"151":{}},"comment":{}}],["multifactorchallengeoptions",{"_index":92,"name":{"125":{}},"comment":{}}],["multifactorchallengeotpresponse",{"_index":102,"name":{"147":{}},"comment":{}}],["multifactorchallengeresponse",{"_index":105,"name":{"152":{}},"comment":{}}],["name",{"_index":20,"name":{"23":{},"143":{},"203":{}},"comment":{}}],["nickname",{"_index":24,"name":{"27":{},"144":{}},"comment":{}}],["nonce",{"_index":42,"name":{"45":{}},"comment":{}}],["ok",{"_index":163,"name":{"256":{}},"comment":{}}],["oobcode",{"_index":88,"name":{"120":{}},"comment":{}}],["options",{"_index":110,"name":{"158":{}},"comment":{}}],["organization",{"_index":46,"name":{"50":{}},"comment":{}}],["otp",{"_index":86,"name":{"116":{}},"comment":{}}],["password",{"_index":75,"name":{"89":{},"138":{}},"comment":{}}],["passwordlesswithemail",{"_index":141,"name":{"216":{}},"comment":{}}],["passwordlesswithemailoptions",{"_index":78,"name":{"96":{}},"comment":{}}],["passwordlesswithsms",{"_index":142,"name":{"217":{}},"comment":{}}],["passwordlesswithsmsoptions",{"_index":81,"name":{"100":{}},"comment":{}}],["passwordrealm",{"_index":140,"name":{"214":{}},"comment":{}}],["passwordrealmoptions",{"_index":73,"name":{"87":{}},"comment":{}}],["patchuser",{"_index":157,"name":{"246":{}},"comment":{}}],["patchuseroptions",{"_index":59,"name":{"66":{}},"comment":{}}],["phonenumber",{"_index":35,"name":{"38":{},"101":{},"110":{}},"comment":{}}],["phonenumberverified",{"_index":36,"name":{"39":{}},"comment":{}}],["picture",{"_index":27,"name":{"30":{},"145":{}},"comment":{}}],["preferredusername",{"_index":25,"name":{"28":{}},"comment":{}}],["profile",{"_index":26,"name":{"29":{}},"comment":{}}],["proptypes",{"_index":4,"name":{"5":{}},"comment":{}}],["realm",{"_index":76,"name":{"90":{}},"comment":{}}],["recoverycode",{"_index":91,"name":{"124":{}},"comment":{}}],["redirecturi",{"_index":63,"name":{"71":{},"80":{}},"comment":{}}],["refreshtoken",{"_index":17,"name":{"19":{},"94":{},"130":{},"215":{}},"comment":{}}],["refreshtokenoptions",{"_index":77,"name":{"93":{}},"comment":{}}],["requirelocalauthentication",{"_index":130,"name":{"196":{},"240":{}},"comment":{}}],["resetpassword",{"_index":151,"name":{"226":{}},"comment":{}}],["resetpasswordoptions",{"_index":98,"name":{"133":{}},"comment":{}}],["responsetype",{"_index":62,"name":{"70":{}},"comment":{}}],["returnto",{"_index":65,"name":{"76":{}},"comment":{}}],["revoke",{"_index":149,"name":{"224":{}},"comment":{}}],["revokeoptions",{"_index":95,"name":{"129":{}},"comment":{}}],["savecredentials",{"_index":155,"name":{"238":{}},"comment":{}}],["scope",{"_index":18,"name":{"20":{},"47":{},"86":{},"92":{},"95":{},"108":{},"113":{}},"comment":{}}],["send",{"_index":79,"name":{"98":{},"102":{}},"comment":{}}],["sendemailcode",{"_index":120,"name":{"176":{}},"comment":{}}],["sendmultifactorchallenge",{"_index":122,"name":{"180":{}},"comment":{}}],["sendsmscode",{"_index":118,"name":{"172":{}},"comment":{}}],["state",{"_index":41,"name":{"44":{},"72":{}},"comment":{}}],["status",{"_index":162,"name":{"255":{}},"comment":{}}],["sub",{"_index":39,"name":{"42":{}},"comment":{}}],["subjecttoken",{"_index":70,"name":{"82":{}},"comment":{}}],["subjecttokentype",{"_index":71,"name":{"83":{}},"comment":{}}],["telemetry",{"_index":111,"name":{"162":{},"201":{}},"comment":{}}],["text",{"_index":161,"name":{"254":{}},"comment":{}}],["timeout",{"_index":112,"name":{"164":{}},"comment":{}}],["timeouterror",{"_index":0,"name":{"0":{}},"comment":{}}],["token",{"_index":97,"name":{"132":{},"163":{}},"comment":{}}],["tokentype",{"_index":15,"name":{"17":{}},"comment":{}}],["types",{"_index":114,"name":{"166":{}},"comment":{}}],["updatedat",{"_index":38,"name":{"41":{}},"comment":{}}],["useauth0",{"_index":2,"name":{"2":{}},"comment":{}}],["uselegacycallbackurl",{"_index":53,"name":{"58":{},"63":{}},"comment":{}}],["user",{"_index":19,"name":{"21":{},"199":{},"249":{}},"comment":{}}],["userinfo",{"_index":150,"name":{"225":{}},"comment":{}}],["userinfooptions",{"_index":96,"name":{"131":{}},"comment":{}}],["username",{"_index":74,"name":{"88":{},"140":{}},"comment":{}}],["userprofile",{"_index":72,"name":{"84":{}},"comment":{}}],["users",{"_index":113,"name":{"165":{},"243":{}},"comment":{}}],["verifier",{"_index":68,"name":{"79":{}},"comment":{}}],["version",{"_index":133,"name":{"204":{}},"comment":{}}],["webauth",{"_index":108,"name":{"156":{},"228":{}},"comment":{}}],["webauthorizeoptions",{"_index":49,"name":{"54":{}},"comment":{}}],["webauthorizeparameters",{"_index":40,"name":{"43":{}},"comment":{}}],["website",{"_index":28,"name":{"31":{}},"comment":{}}],["zoneinfo",{"_index":33,"name":{"36":{}},"comment":{}}]],"pipeline":[]}}' ); diff --git a/docs/classes/TimeoutError.html b/docs/classes/TimeoutError.html index 7a51d1bf..526de096 100644 --- a/docs/classes/TimeoutError.html +++ b/docs/classes/TimeoutError.html @@ -100,8 +100,8 @@

Hierarchy

  • Defined in src/utils/fetchWithTimeout.ts:3utils/fetchWithTimeout.ts:3
  • @@ -239,8 +239,8 @@

  • Defined in src/utils/fetchWithTimeout.ts:4utils/fetchWithTimeout.ts:4
  • @@ -490,6 +490,255 @@

    >default +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/classes/Types.Auth.html b/docs/classes/Types.Auth.html index 2f453708..4510afe6 100644 --- a/docs/classes/Types.Auth.html +++ b/docs/classes/Types.Auth.html @@ -107,8 +107,8 @@

    Hierarchy

  • Defined in src/auth/index.ts:51auth/index.ts:62
  • @@ -349,8 +349,8 @@

    Parameters

    parameters: AuthorizeUrlOptions @@ -495,8 +495,8 @@

    See

  • Defined in src/auth/index.ts:90auth/index.ts:101
  • @@ -530,7 +530,7 @@
    parameters: CreateUserOptions @@ -567,7 +567,7 @@

    >Partial<User>

    An instance of - User.

    @@ -586,8 +586,8 @@

  • Defined in src/auth/index.ts:553auth/index.ts:564
  • @@ -619,7 +619,7 @@

    parameters: ExchangeOptions @@ -656,7 +656,7 @@

    Returns Promise<Credentials> @@ -664,7 +664,7 @@

    A prominse for a populated instance of Credentials. @@ -684,8 +684,8 @@

    See

  • Defined in src/auth/index.ts:135auth/index.ts:146
  • @@ -718,7 +718,7 @@
    parameters: ExchangeNativeSocialOptions @@ -755,7 +755,7 @@

    Returns Promise<Credentials> @@ -763,7 +763,7 @@

    A populated instance of Credentials. @@ -783,8 +783,8 @@

    See

  • Defined in src/auth/index.ts:163auth/index.ts:174
  • @@ -817,7 +817,7 @@
    parameters: LoginWithEmailOptions @@ -859,7 +859,7 @@

    Returns Promise<Credentials> @@ -867,7 +867,7 @@

    A populated instance of Credentials. @@ -879,8 +879,8 @@

  • Defined in src/auth/index.ts:283auth/index.ts:294
  • @@ -912,7 +912,7 @@

    parameters: LoginWithOOBOptions @@ -959,7 +959,7 @@

    Returns Promise<Credentials> @@ -967,7 +967,7 @@

    A populated instance of Credentials. @@ -979,8 +979,8 @@

  • Defined in src/auth/index.ts:378auth/index.ts:389
  • @@ -1012,7 +1012,7 @@

    parameters: LoginWithOTPOptions @@ -1059,7 +1059,7 @@

    Returns Promise<Credentials> @@ -1067,7 +1067,7 @@

    A populated instance of Credentials. @@ -1079,8 +1079,8 @@

  • Defined in src/auth/index.ts:347auth/index.ts:358
  • @@ -1113,7 +1113,7 @@

    parameters: LoginWithRecoveryCodeOptions @@ -1160,7 +1160,7 @@

    Returns Promise<Credentials> @@ -1168,7 +1168,7 @@

    A populated instance of Credentials. @@ -1180,8 +1180,8 @@

  • Defined in src/auth/index.ts:410auth/index.ts:421
  • @@ -1213,7 +1213,7 @@

    parameters: LoginWithSMSOptions @@ -1255,7 +1255,7 @@

    Returns Promise<Credentials> @@ -1263,7 +1263,7 @@

    A populated instance of Credentials. @@ -1275,8 +1275,8 @@

  • Defined in src/auth/index.ts:313auth/index.ts:324
  • @@ -1327,7 +1327,7 @@

    Parameters

    parameters: LogoutUrlOptions @@ -1353,8 +1353,8 @@

    See

  • Defined in src/auth/index.ts:115auth/index.ts:126
  • @@ -1387,7 +1387,7 @@
    parameters: MultifactorChallengeOptions @@ -1427,24 +1427,24 @@

    Returns Promise<MultifactorChallengeResponse>

    MultifactorChallengeOTPResponse, MultifactorChallengeOOBResponse, or MultifactorChallengeOOBWithBindingResponse @@ -1457,8 +1457,8 @@

  • Defined in src/auth/index.ts:442auth/index.ts:453
  • @@ -1490,7 +1490,7 @@

    parameters: PasswordRealmOptions @@ -1527,7 +1527,7 @@

    Returns Promise<Credentials> @@ -1535,7 +1535,7 @@

    A populated instance of Credentials. @@ -1555,8 +1555,8 @@

    See

  • Defined in src/auth/index.ts:195auth/index.ts:206
  • @@ -1616,7 +1616,7 @@

    Parameters

    parameters: PasswordlessWithEmailOptions @@ -1636,8 +1636,8 @@

  • Defined in src/auth/index.ts:240auth/index.ts:251
  • @@ -1697,7 +1697,7 @@

    Parameters

    parameters: PasswordlessWithSMSOptions @@ -1717,8 +1717,8 @@

  • Defined in src/auth/index.ts:257auth/index.ts:268
  • @@ -1750,7 +1750,7 @@

    parameters: RefreshTokenOptions @@ -1787,7 +1787,7 @@

    Returns Promise<Credentials> @@ -1795,7 +1795,7 @@

    A populated instance of Credentials. @@ -1815,8 +1815,8 @@

    See

  • Defined in src/auth/index.ts:213auth/index.ts:224
  • @@ -1870,7 +1870,7 @@

    Parameters

    parameters: ResetPasswordOptions @@ -1890,8 +1890,8 @@

  • Defined in src/auth/index.ts:534auth/index.ts:545
  • @@ -1936,7 +1936,7 @@

    Parameters

    parameters: RevokeOptions @@ -1956,8 +1956,8 @@

  • Defined in src/auth/index.ts:471auth/index.ts:482
  • @@ -1989,7 +1989,7 @@

    parameters: UserInfoOptions @@ -2023,7 +2023,7 @@

    Returns Promise<User> @@ -2036,8 +2036,8 @@

  • Defined in src/auth/index.ts:498auth/index.ts:509
  • @@ -2454,191 +2454,6 @@

    >AuthState -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -2661,53 +2476,6 @@

    >Auth0Response

  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -2715,13 +2483,6 @@

    >Telemetry

  • -
  • - - User -
  • @@ -2769,6 +2530,225 @@

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/classes/Types.BaseError.html b/docs/classes/Types.BaseError.html index b6094fbb..46e1b229 100644 --- a/docs/classes/Types.BaseError.html +++ b/docs/classes/Types.BaseError.html @@ -108,8 +108,8 @@

    Hierarchy

  • Defined in src/utils/baseError.ts:1utils/baseError.ts:1
  • @@ -249,8 +249,8 @@

  • Defined in src/utils/baseError.ts:2utils/baseError.ts:2
  • @@ -527,191 +527,6 @@

    >AuthState -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -734,53 +549,6 @@

    >Auth0Response

  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -788,13 +556,6 @@

    >Telemetry

  • -
  • - - User -
  • @@ -842,6 +603,225 @@

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/classes/Types.CredentialsManager.html b/docs/classes/Types.CredentialsManager.html index 319715fe..eedbe2b3 100644 --- a/docs/classes/Types.CredentialsManager.html +++ b/docs/classes/Types.CredentialsManager.html @@ -94,8 +94,8 @@

    Hierarchy

  • Defined in src/credentials-manager/index.ts:8credentials-manager/index.ts:8
  • @@ -260,8 +260,8 @@

  • Defined in src/credentials-manager/index.ts:148credentials-manager/index.ts:148
  • @@ -414,7 +414,7 @@

    A populated instance of Credentials. @@ -523,8 +523,8 @@

  • Defined in src/credentials-manager/index.ts:62credentials-manager/index.ts:62
  • @@ -609,8 +609,8 @@

  • Defined in src/credentials-manager/index.ts:136credentials-manager/index.ts:136
  • @@ -766,8 +766,8 @@

  • Defined in src/credentials-manager/index.ts:98credentials-manager/index.ts:98
  • @@ -819,7 +819,7 @@

    Parameters

    credentials: Credentials @@ -839,8 +839,8 @@

  • Defined in src/credentials-manager/index.ts:25credentials-manager/index.ts:25
  • @@ -1166,191 +1166,6 @@

    >AuthState -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -1373,53 +1188,6 @@

    >Auth0Response

  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -1427,13 +1195,6 @@

    >Telemetry

  • -
  • - - User -
  • @@ -1481,6 +1242,225 @@

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/classes/Types.Users.html b/docs/classes/Types.Users.html index 06eae125..55dde99d 100644 --- a/docs/classes/Types.Users.html +++ b/docs/classes/Types.Users.html @@ -106,8 +106,8 @@

    Hierarchy

  • Defined in src/management/users.ts:38management/users.ts:38
  • @@ -230,8 +230,8 @@

    parameters: GetUserOptions @@ -296,7 +296,7 @@

    Returns Promise<User> @@ -318,8 +318,8 @@

    Memberof

  • Defined in src/management/users.ts:66management/users.ts:66
  • @@ -351,7 +351,7 @@
    parameters: PatchUserOptions @@ -389,7 +389,7 @@

    Returns Promise<User> @@ -411,8 +411,8 @@

    Memberof

  • Defined in src/management/users.ts:89management/users.ts:89
  • @@ -703,191 +703,6 @@

    >AuthState -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -910,53 +725,6 @@

    >Auth0Response

  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -964,13 +732,6 @@

    >Telemetry

  • -
  • - - User -
  • @@ -1018,6 +779,225 @@

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/classes/Types.WebAuth.html b/docs/classes/Types.WebAuth.html index 3fca0062..1de90021 100644 --- a/docs/classes/Types.WebAuth.html +++ b/docs/classes/Types.WebAuth.html @@ -111,8 +111,8 @@

    Hierarchy

  • Defined in src/webauth/index.ts:21webauth/index.ts:21
  • @@ -253,8 +253,8 @@

    parameters: WebAuthorizeParameters = {} @@ -394,7 +394,7 @@
    options: WebAuthorizeOptions = {} @@ -406,7 +406,7 @@

    Returns Promise<Credentials> @@ -414,7 +414,7 @@

    A poplulated instance of Credentials. @@ -434,8 +434,8 @@

    See

  • Defined in src/webauth/index.ts:48webauth/index.ts:48
  • @@ -499,7 +499,7 @@

    Parameters

    parameters: ClearSessionParameters = {} @@ -509,7 +509,7 @@
    options: ClearSessionOptions = {} @@ -536,8 +536,8 @@

    See

  • Defined in src/webauth/index.ts:64webauth/index.ts:64
  • @@ -842,191 +842,6 @@

    >AuthState -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -1049,53 +864,6 @@

    >Auth0Response

  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -1103,13 +871,6 @@

    >Telemetry

  • -
  • - - User -
  • @@ -1157,6 +918,225 @@

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/classes/default.html b/docs/classes/default.html index 91ad3a19..85cb3518 100644 --- a/docs/classes/default.html +++ b/docs/classes/default.html @@ -97,8 +97,8 @@

    Hierarchy

  • Defined in src/auth0.ts:10auth0.ts:10
  • @@ -409,8 +409,8 @@

  • Defined in src/auth0.ts:25auth0.ts:25
  • @@ -443,8 +443,8 @@

  • Defined in src/auth0.ts:14auth0.ts:14
  • @@ -607,8 +607,8 @@

  • Defined in src/auth0.ts:44auth0.ts:44
  • @@ -962,6 +962,255 @@

    >default +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/enums/LocalAuthenticationStrategy.html b/docs/enums/LocalAuthenticationStrategy.html index 822b94d5..a002d58f 100644 --- a/docs/enums/LocalAuthenticationStrategy.html +++ b/docs/enums/LocalAuthenticationStrategy.html @@ -99,8 +99,8 @@

    Enumeration LocalAuthenticationStrategy

  • Defined in src/credentials-manager/localAuthenticationStrategy.ts:4credentials-manager/localAuthenticationStrategy.ts:4
  • @@ -211,8 +211,8 @@

    >default +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/functions/Auth0Provider-1.html b/docs/functions/Auth0Provider-1.html index 8b1e47ca..c7d8df40 100644 --- a/docs/functions/Auth0Provider-1.html +++ b/docs/functions/Auth0Provider-1.html @@ -155,8 +155,8 @@

    Example

  • Defined in src/hooks/auth0-provider.tsx:71hooks/auth0-provider.tsx:71
  • @@ -385,6 +385,255 @@

    Theme

    >default +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/functions/useAuth0.html b/docs/functions/useAuth0.html index e97a44e2..4b634b00 100644 --- a/docs/functions/useAuth0.html +++ b/docs/functions/useAuth0.html @@ -93,7 +93,7 @@

    Function useAuth0

    >Auth0ContextInterface
    <User> >Auth0ContextInterface<User>

    The useAuth0 hook interface

    -
    const {
    // State
    error,
    user,
    isLoading,
    // Methods
    authorize,
    sendSMSCode,
    authorizeWithSMS,
    sendEmailCode,
    authorizeWithEmail,
    sendMultifactorChallenge,
    authorizeWithOOB,
    authorizeWithOTP,
    authorizeWithRecoveryCode,
    clearSession,
    getCredentials,
    clearCredentials,
    requireLocalAuthentication
    } = useAuth0(); +
    const {
    // State
    error,
    user,
    isLoading,
    // Methods
    authorize,
    sendSMSCode,
    authorizeWithSMS,
    sendEmailCode,
    authorizeWithEmail,
    sendMultifactorChallenge,
    authorizeWithOOB,
    authorizeWithOTP,
    authorizeWithRecoveryCode,
    hasValidCredentials,
    clearSession,
    getCredentials,
    clearCredentials,
    requireLocalAuthentication
    } = useAuth0();

    Refer to @@ -159,8 +159,8 @@

  • Defined in src/hooks/use-auth0.ts:33hooks/use-auth0.ts:34
  • @@ -389,6 +389,255 @@

    Theme

    >default
  • +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/index.html b/docs/index.html index c2889967..e88c8bdd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -131,13 +131,13 @@

    Documentation

    -
    const Component = () => {
    const { authorize, user, isLoading, error } = useAuth0();

    const login = async () => {
    await authorize(); // authorize({}, {customScheme: 'CUSTOM_SCHEME'}) when using Expo or a custom scheme
    };

    if (isLoading) {
    return (
    <View>
    <Text>SDK is Loading</Text>
    </View>
    );
    }

    return (
    <View>
    {!user && <Button onPress={login} title="Log in" />}
    {user && <Text>Logged in as {user.name}</Text>}
    {error && <Text>{error.message}</Text>}
    </View>
    );
    }; +
    const Component = () => {
    const { authorize, user, isLoading, error } = useAuth0();

    const login = async () => {
    await authorize();
    };

    if (isLoading) {
    return (
    <View>
    <Text>SDK is Loading</Text>
    </View>
    );
    }

    return (
    <View>
    {!user && <Button onPress={login} title="Log in" />}
    {user && <Text>Logged in as {user.name}</Text>}
    {error && <Text>{error.message}</Text>}
    </View>
    );
    };
    Using the `Auth0` class @@ -638,7 +638,7 @@

    Logout

    Log the user out by using the clearSession method from the useAuth0 hook.

    -
    const Component = () => {
    const { clearSession, user } = useAuth0();

    const logout = async () => {
    await clearSession(); // clearSession({}, { customScheme: 'CUSTOM_SCHEME' }) when using Expo or a custom scheme
    };

    return <View>{user && <Button onPress={logout} title="Log out" />}</View>;
    }; +
    const Component = () => {
    const { clearSession, user } = useAuth0();

    const logout = async () => {
    await clearSession();
    };

    return <View>{user && <Button onPress={logout} title="Log out" />}</View>;
    };
    Using the `Auth0` class @@ -1259,6 +1259,254 @@

    >default

  • +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/interfaces/Types.AuthorizeUrlOptions.html b/docs/interfaces/AuthorizeUrlOptions.html similarity index 55% rename from docs/interfaces/Types.AuthorizeUrlOptions.html rename to docs/interfaces/AuthorizeUrlOptions.html index 63f6e3a1..9a84c38a 100644 --- a/docs/interfaces/Types.AuthorizeUrlOptions.html +++ b/docs/interfaces/AuthorizeUrlOptions.html @@ -76,10 +76,7 @@

    Interface AuthorizeUrlOptions

    @@ -109,8 +106,8 @@

    Indexable

  • Defined in src/types.ts:153types.ts:153
  • @@ -139,7 +136,7 @@

    Indexable

    Properties

    @@ -161,14 +158,14 @@

    Properties

    >redirectUri
    responseType
  • Defined in src/types.ts:161types.ts:161
  • @@ -258,8 +255,8 @@

    > @@ -132,7 +129,7 @@

    Hierarchy

    Properties

    @@ -154,7 +151,7 @@

    Properties

    >customScheme?
  • Defined in src/types.ts:135types.ts:135
  • @@ -245,8 +242,8 @@

    > @@ -132,7 +129,7 @@

    Hierarchy

    Properties

    @@ -217,8 +214,8 @@

    See

  • Defined in src/types.ts:125types.ts:125
  • @@ -402,363 +399,11 @@

    > @@ -139,7 +136,7 @@

    Indexable

    Properties

    @@ -161,63 +158,61 @@

    Properties

    >connection
    email family_name? given_name? metadata? - name? nickname? password picture?
  • Defined in src/types.ts:497types.ts:497
  • @@ -303,8 +298,8 @@

    > @@ -276,8 +275,8 @@

    > @@ -139,9 +138,7 @@

    Indexable

    Properties

    - Properties >code redirectUri
  • Defined in src/types.ts:201types.ts:201
  • @@ -256,8 +253,8 @@

    > @@ -130,9 +129,7 @@

    Indexable

    Properties

    -
  • Defined in src/types.ts:140types.ts:140
  • @@ -379,361 +376,11 @@

    > @@ -144,7 +141,7 @@

    Indexable

    Properties

    @@ -166,21 +163,21 @@

    Properties

    >audience?
    code email
  • Defined in src/types.ts:338types.ts:338
  • @@ -265,8 +262,8 @@

    > @@ -139,7 +136,7 @@

    Indexable

    Properties

    @@ -161,14 +158,14 @@

    Properties

    >bindingCode?
    mfaToken
  • Defined in src/types.ts:406types.ts:406
  • @@ -261,8 +258,8 @@

    > @@ -139,7 +136,7 @@

    Indexable

    Properties

    @@ -161,14 +158,14 @@

    Properties

    >audience?
    mfaToken
  • Defined in src/types.ts:385types.ts:385
  • @@ -256,8 +253,8 @@

    > @@ -250,8 +249,8 @@

    > @@ -141,7 +138,7 @@

    Indexable

    Properties

    @@ -163,21 +160,21 @@

    Properties

    >audience?
    code phoneNumber
  • Defined in src/types.ts:361types.ts:361
  • @@ -262,8 +259,8 @@

    > @@ -137,7 +136,7 @@

    Indexable

    Properties

    @@ -159,14 +158,14 @@

    Properties

    >clientId?
    federated?
  • Defined in src/types.ts:183types.ts:183
  • @@ -258,8 +257,8 @@

    > @@ -264,8 +263,8 @@

    > @@ -142,7 +141,7 @@

    Indexable

    Properties

    @@ -164,28 +163,28 @@

    Properties

    >audience?
    password realm scope?
  • Defined in src/types.ts:262types.ts:262
  • @@ -276,8 +275,8 @@

    > @@ -255,8 +254,8 @@

    > @@ -258,8 +257,8 @@

    > @@ -130,9 +129,7 @@

    Indexable

    Properties

    - Properties >id
  • Defined in src/types.ts:145types.ts:145
  • @@ -229,8 +226,8 @@

    > @@ -139,7 +136,7 @@

    Indexable

    Properties

    @@ -161,7 +158,7 @@

    Properties

    >refreshToken
  • Defined in src/types.ts:277types.ts:277
  • @@ -249,8 +246,8 @@

    > @@ -139,7 +138,7 @@

    Indexable

    Properties

    @@ -161,7 +160,7 @@

    Properties

    >connection
  • Defined in src/types.ts:478types.ts:478
  • @@ -245,8 +244,8 @@

    > @@ -137,7 +136,7 @@

    Indexable

    Properties

    @@ -207,8 +206,8 @@

    > @@ -344,7 +344,7 @@

    >undefined | Credentials> @@ -390,7 +390,7 @@
    parameters: WebAuthorizeParameters @@ -407,7 +407,7 @@
    options: WebAuthorizeOptions @@ -428,7 +428,7 @@

    >undefined | Credentials> @@ -444,8 +444,8 @@

  • Defined in src/hooks/auth0-context.ts:27hooks/auth0-context.ts:27
  • @@ -476,7 +476,7 @@

    >undefined | Credentials> @@ -524,7 +524,7 @@
    parameters: LoginWithEmailOptions @@ -538,7 +538,7 @@

    >undefined | Credentials> @@ -554,8 +554,8 @@

  • Defined in src/hooks/auth0-context.ts:46hooks/auth0-context.ts:46
  • @@ -585,7 +585,7 @@

    >undefined | Credentials> @@ -634,7 +634,7 @@
    parameters: LoginWithOOBOptions @@ -648,7 +648,7 @@

    >undefined | Credentials> @@ -664,8 +664,8 @@

  • Defined in src/hooks/auth0-context.ts:56hooks/auth0-context.ts:56
  • @@ -695,7 +695,7 @@

    >undefined | Credentials> @@ -743,7 +743,7 @@
    parameters: LoginWithOTPOptions @@ -757,7 +757,7 @@

    >undefined | Credentials> @@ -773,8 +773,8 @@

  • Defined in src/hooks/auth0-context.ts:60hooks/auth0-context.ts:60
  • @@ -805,7 +805,7 @@

    >undefined | Credentials> @@ -854,7 +854,7 @@
    parameters: LoginWithRecoveryCodeOptions @@ -868,7 +868,7 @@

    >undefined | Credentials> @@ -884,8 +884,8 @@

  • Defined in src/hooks/auth0-context.ts:64hooks/auth0-context.ts:64
  • @@ -915,7 +915,7 @@

    >undefined | Credentials> @@ -963,7 +963,7 @@
    parameters: LoginWithSMSOptions @@ -977,7 +977,7 @@

    >undefined | Credentials> @@ -993,8 +993,8 @@

  • Defined in src/hooks/auth0-context.ts:38hooks/auth0-context.ts:38
  • @@ -1065,8 +1065,8 @@

  • Defined in src/hooks/auth0-context.ts:100hooks/auth0-context.ts:100
  • @@ -1137,7 +1137,7 @@

    parameters: ClearSessionParameters @@ -1154,7 +1154,7 @@
    options: ClearSessionOptions @@ -1186,8 +1186,8 @@

  • Defined in src/hooks/auth0-context.ts:78hooks/auth0-context.ts:78
  • @@ -1223,8 +1223,8 @@

    >undefined | Credentials> @@ -1389,7 +1389,7 @@

    >undefined | Credentials> @@ -1405,8 +1405,8 @@

  • Defined in src/hooks/auth0-context.ts:91hooks/auth0-context.ts:91
  • @@ -1503,8 +1503,8 @@

  • Defined in src/hooks/auth0-context.ts:72hooks/auth0-context.ts:72
  • @@ -1544,8 +1544,8 @@

  • Defined in src/hooks/auth0-context.ts:109hooks/auth0-context.ts:109
  • @@ -1810,7 +1810,7 @@

    parameters: PasswordlessWithEmailOptions @@ -1835,8 +1835,8 @@

  • Defined in src/hooks/auth0-context.ts:42hooks/auth0-context.ts:42
  • @@ -1905,7 +1905,7 @@

    parameters: MultifactorChallengeOptions @@ -1930,8 +1930,8 @@

  • Defined in src/hooks/auth0-context.ts:50hooks/auth0-context.ts:50
  • @@ -1999,7 +1999,7 @@

    parameters: PasswordlessWithSMSOptions @@ -2024,8 +2024,8 @@

  • Defined in src/hooks/auth0-context.ts:34hooks/auth0-context.ts:34
  • @@ -2066,8 +2066,8 @@

    >AuthState -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -2658,53 +2480,6 @@

    >Auth0Response

  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -2712,13 +2487,6 @@

    >Telemetry

  • -
  • - - User -
  • @@ -2766,6 +2534,225 @@

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/interfaces/Types.AuthState.html b/docs/interfaces/Types.AuthState.html index df726dbd..ee780325 100644 --- a/docs/interfaces/Types.AuthState.html +++ b/docs/interfaces/Types.AuthState.html @@ -89,13 +89,13 @@

    TUser extends User = User @@ -125,8 +125,8 @@

    Hierarchy

  • Defined in src/hooks/auth0-context.ts:118hooks/auth0-context.ts:118
  • @@ -234,8 +234,8 @@

    >AuthState -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -795,53 +617,6 @@

    >Auth0Response

  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -849,13 +624,6 @@

    >Telemetry

  • -
  • - - User -
  • @@ -903,6 +671,225 @@

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/interfaces/Types.UserInfoOptions.html b/docs/interfaces/UserInfoOptions.html similarity index 50% rename from docs/interfaces/Types.UserInfoOptions.html rename to docs/interfaces/UserInfoOptions.html index e550bab3..b954c59c 100644 --- a/docs/interfaces/Types.UserInfoOptions.html +++ b/docs/interfaces/UserInfoOptions.html @@ -76,8 +76,7 @@ @@ -98,8 +97,8 @@

    Hierarchy

  • Defined in src/types.ts:460types.ts:460
  • @@ -127,9 +126,7 @@

    Hierarchy

    Properties

    -
  • Defined in src/types.ts:464types.ts:464
  • @@ -380,361 +377,11 @@

    > @@ -133,7 +130,7 @@

    Hierarchy

    Properties

    @@ -155,21 +152,21 @@

    Properties

    >customScheme?
    ephemeralSession? leeway?
  • Defined in src/types.ts:112types.ts:112
  • @@ -269,8 +266,8 @@

    Default

  • Defined in src/types.ts:108types.ts:108
  • @@ -305,8 +302,8 @@

    Default

  • Defined in src/types.ts:103types.ts:103
  • @@ -335,8 +332,8 @@

    > @@ -135,7 +132,7 @@

    Hierarchy

    Properties

    @@ -157,56 +154,56 @@

    Properties

    >additionalParameters?
    audience? connection? invitationUrl? maxAge? nonce? organization? scope?
  • Defined in src/types.ts:92types.ts:92
  • @@ -323,8 +320,8 @@

    >

    +
    +

    Interfaces

    +
    +
    +
    +

    Type Aliases

    + +

    Functions

    @@ -379,6 +625,224 @@

    Theme

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/modules/Auth0Provider.html b/docs/modules/Auth0Provider.html index d61f659d..de212f3a 100644 --- a/docs/modules/Auth0Provider.html +++ b/docs/modules/Auth0Provider.html @@ -101,15 +101,15 @@

    Example

  • Defined in src/hooks/auth0-provider.tsx:71hooks/auth0-provider.tsx:71
  • Defined in src/hooks/auth0-provider.tsx:381hooks/auth0-provider.tsx:381
  • @@ -388,6 +388,255 @@

    Theme

    >default +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/modules/Types.html b/docs/modules/Types.html index c3cc5601..ecd696b0 100644 --- a/docs/modules/Types.html +++ b/docs/modules/Types.html @@ -162,180 +162,6 @@

    Interfaces

    AuthState
    - - AuthorizeUrlOptions - - ClearSessionOptions - - ClearSessionParameters - - CreateUserOptions - - ExchangeNativeSocialOptions - - ExchangeOptions - - GetUserOptions - - LoginWithEmailOptions - - LoginWithOOBOptions - - LoginWithOTPOptions - - LoginWithRecoveryCodeOptions - - LoginWithSMSOptions - - LogoutUrlOptions - - MultifactorChallengeOptions - - PasswordRealmOptions - - PasswordlessWithEmailOptions - - PasswordlessWithSMSOptions - - PatchUserOptions - - RefreshTokenOptions - - ResetPasswordOptions - - RevokeOptions - - UserInfoOptions - - WebAuthorizeOptions - - WebAuthorizeParameters
  • @@ -363,51 +189,11 @@

    Type Aliases

    Auth0Response - - Credentials - - MultifactorChallengeOOBResponse - - MultifactorChallengeOOBWithBindingResponse - - MultifactorChallengeOTPResponse - - MultifactorChallengeResponse Telemetry - - User
    @@ -631,256 +417,17 @@

    Theme

    >
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptionsAuth0Response
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • -
  • - - Auth0Response -
  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • -
  • - - Telemetry -
  • -
  • - - UserTelemetry
  • @@ -930,6 +477,225 @@

    Theme

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/types/Types.Credentials.html b/docs/types/Credentials.html similarity index 50% rename from docs/types/Types.Credentials.html rename to docs/types/Credentials.html index af381566..7e655e3e 100644 --- a/docs/types/Types.Credentials.html +++ b/docs/types/Credentials.html @@ -76,8 +76,7 @@

    Type alias Credentials

    @@ -89,7 +88,7 @@

    Type alias Credentials

    >: string;
        expiresInexpiresAt: number;
        
  • - expiresInexpiresAt: number

    - Used to denote when the token will expire from the issued time + Used to denote when the token will expire, as a UNIX timestamp

    @@ -208,8 +207,8 @@
  • Defined in src/types.ts:1types.ts:1
  • @@ -371,365 +370,11 @@

    Theme

    > @@ -425,191 +425,6 @@

    Theme

    >AuthState
  • -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -632,50 +447,6 @@

    Theme

    >Auth0Response
  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -683,13 +454,6 @@

    Theme

    >Telemetry
  • -
  • - - User -
  • @@ -737,6 +501,224 @@

    Theme

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/types/Types.MultifactorChallengeOOBResponse.html b/docs/types/Types.MultifactorChallengeOOBResponse.html deleted file mode 100644 index ad0d690a..00000000 --- a/docs/types/Types.MultifactorChallengeOOBResponse.html +++ /dev/null @@ -1,733 +0,0 @@ - - - - - - MultifactorChallengeOOBResponse | react-native-auth0 - - - - - - - - - -
    - -
    -
    -
    -
    - -

    Type alias MultifactorChallengeOOBResponse

    -
    -
    - MultifactorChallengeOOBResponse: - MultifactorChallengeOTPResponse & {
        oobCode: string;
    } -
    -
    -

    Type declaration

    -
      -
    • -
      - oobCode: string -
      -
    • -
    -
    - -
    - -
    -
    -

    - Generated using - TypeDoc -

    -
    -
    - - diff --git a/docs/types/Types.MultifactorChallengeOOBWithBindingResponse.html b/docs/types/Types.MultifactorChallengeOOBWithBindingResponse.html deleted file mode 100644 index 5d8f51ab..00000000 --- a/docs/types/Types.MultifactorChallengeOOBWithBindingResponse.html +++ /dev/null @@ -1,734 +0,0 @@ - - - - - - - MultifactorChallengeOOBWithBindingResponse | react-native-auth0 - - - - - - - - - - -
    -
    - - -
    -
    -
    -
    -
    - -

    Type alias MultifactorChallengeOOBWithBindingResponse

    -
    -
    - MultifactorChallengeOOBWithBindingResponse: - MultifactorChallengeOOBResponse & {
        bindingMethod: string;
    } -
    -
    -

    Type declaration

    -
      -
    • -
      - bindingMethod: string -
      -
    • -
    -
    - -
    - -
    -
    -

    - Generated using - TypeDoc -

    -
    -
    - - diff --git a/docs/types/Types.MultifactorChallengeOTPResponse.html b/docs/types/Types.MultifactorChallengeOTPResponse.html deleted file mode 100644 index 332442de..00000000 --- a/docs/types/Types.MultifactorChallengeOTPResponse.html +++ /dev/null @@ -1,728 +0,0 @@ - - - - - - MultifactorChallengeOTPResponse | react-native-auth0 - - - - - - - - - -
    -
    - - -
    -
    -
    -
    -
    - -

    Type alias MultifactorChallengeOTPResponse

    -
    -
    - MultifactorChallengeOTPResponse: - {
        challengeType: string;
    } -
    -
    -

    Type declaration

    -
      -
    • -
      - challengeType: string -
      -
    • -
    -
    - -
    - -
    -
    -

    - Generated using - TypeDoc -

    -
    -
    - - diff --git a/docs/types/Types.MultifactorChallengeResponse.html b/docs/types/Types.MultifactorChallengeResponse.html deleted file mode 100644 index 6a7c7a13..00000000 --- a/docs/types/Types.MultifactorChallengeResponse.html +++ /dev/null @@ -1,723 +0,0 @@ - - - - - - MultifactorChallengeResponse | react-native-auth0 - - - - - - - - - -
    -
    - - -
    -
    -
    -
    -
    - -

    Type alias MultifactorChallengeResponse

    -
    - - -
    - -
    -
    -

    - Generated using - TypeDoc -

    -
    -
    - - diff --git a/docs/types/Types.Telemetry.html b/docs/types/Types.Telemetry.html index 5d4c1e3e..3368d395 100644 --- a/docs/types/Types.Telemetry.html +++ b/docs/types/Types.Telemetry.html @@ -135,8 +135,8 @@
  • Defined in src/networking/telemetry.ts:3networking/telemetry.ts:3
  • @@ -389,191 +389,6 @@

    Theme

    >AuthState
  • -
  • - - AuthorizeUrlOptions -
  • -
  • - - ClearSessionOptions -
  • -
  • - - ClearSessionParameters -
  • -
  • - - CreateUserOptions -
  • -
  • - - ExchangeNativeSocialOptions -
  • -
  • - - ExchangeOptions -
  • -
  • - - GetUserOptions -
  • -
  • - - LoginWithEmailOptions -
  • -
  • - - LoginWithOOBOptions -
  • -
  • - - LoginWithOTPOptions -
  • -
  • - - LoginWithRecoveryCodeOptions -
  • -
  • - - LoginWithSMSOptions -
  • -
  • - - LogoutUrlOptions -
  • -
  • - - MultifactorChallengeOptions -
  • -
  • - - PasswordRealmOptions -
  • -
  • - - PasswordlessWithEmailOptions -
  • -
  • - - PasswordlessWithSMSOptions -
  • -
  • - - PatchUserOptions -
  • -
  • - - RefreshTokenOptions -
  • -
  • - - ResetPasswordOptions -
  • -
  • - - RevokeOptions -
  • -
  • - - UserInfoOptions -
  • -
  • - - WebAuthorizeOptions -
  • -
  • - - WebAuthorizeParameters -
  • @@ -596,50 +411,6 @@

    Theme

    >Auth0Response
  • -
  • - - Credentials -
  • -
  • - - MultifactorChallengeOOBResponse -
  • -
  • - - MultifactorChallengeOOBWithBindingResponse -
  • -
  • - - MultifactorChallengeOTPResponse -
  • -
  • - - MultifactorChallengeResponse -
  • @@ -647,13 +418,6 @@

    Theme

    >Telemetry
  • -
  • - - User -
  • @@ -701,6 +465,224 @@

    Theme

    >default +
  • + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/docs/types/Types.User.html b/docs/types/User.html similarity index 59% rename from docs/types/Types.User.html rename to docs/types/User.html index a53dceb5..70ff6425 100644 --- a/docs/types/Types.User.html +++ b/docs/types/User.html @@ -76,8 +76,7 @@

    Type alias User

    @@ -355,8 +354,8 @@
  • Defined in src/types.ts:29types.ts:29
  • @@ -518,365 +517,11 @@

    Theme

    > @@ -413,6 +413,255 @@

    Theme

    >default
  • +
  • + + + + + AuthorizeUrlOptions +
  • +
  • + + ClearSessionOptions +
  • +
  • + + ClearSessionParameters +
  • +
  • + + CreateUserOptions +
  • +
  • + + ExchangeNativeSocialOptions +
  • +
  • + + ExchangeOptions +
  • +
  • + + GetUserOptions +
  • +
  • + + LoginWithEmailOptions +
  • +
  • + + LoginWithOOBOptions +
  • +
  • + + LoginWithOTPOptions +
  • +
  • + + LoginWithRecoveryCodeOptions +
  • +
  • + + LoginWithSMSOptions +
  • +
  • + + LogoutUrlOptions +
  • +
  • + + MultifactorChallengeOptions +
  • +
  • + + PasswordRealmOptions +
  • +
  • + + PasswordlessWithEmailOptions +
  • +
  • + + PasswordlessWithSMSOptions +
  • +
  • + + PatchUserOptions +
  • +
  • + + RefreshTokenOptions +
  • +
  • + + ResetPasswordOptions +
  • +
  • + + RevokeOptions +
  • +
  • + + UserInfoOptions +
  • +
  • + + WebAuthorizeOptions +
  • +
  • + + WebAuthorizeParameters +
  • +
  • + + + + + Credentials +
  • +
  • + + MultifactorChallengeOOBResponse +
  • +
  • + + MultifactorChallengeOOBWithBindingResponse +
  • +
  • + + MultifactorChallengeOTPResponse +
  • +
  • + + MultifactorChallengeResponse +
  • +
  • + + User +
  • diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 0f2a8168..108c3c6d 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - A0Auth0 (3.0.0-beta.3): + - A0Auth0 (3.0.0): - Auth0 (= 2.5.0) - JWTDecode (= 3.1.0) - React-Core @@ -584,7 +584,7 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - A0Auth0: 9b09cdadf55316a7169a046ad4acaa73f0060cfa + A0Auth0: 1ef7e745d9cd80340fc81b9de7f712f0b467cd21 Auth0: 72f19ad566fdf57f07bf37f828afd0c1570769a5 boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 diff --git a/package.json b/package.json index a75ee5df..2dc82811 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "3.0.0-beta.3", + "version": "3.0.0", "description": "React Native toolkit for Auth0 API", "main": "lib/commonjs/index", "module": "lib/module/index",