Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.14.0
v6.0.0
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [v6.0.0](https://github.com/auth0/node-auth0/tree/v6.0.0) (2026-07-15)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.14.0...v6.0.0)

> **Important:** `v6.0.0` introduces breaking changes. Please review the [v6 Migration Guide](https://github.com/auth0/node-auth0/blob/master/v6_MIGRATION_GUIDE.md) for detailed upgrade instructions.

**⚠️ BREAKING CHANGES**

- `ConnectionAttributeIdentifier` has been replaced with three identifier-specific types: `EmailAttributeIdentifier`, `PhoneAttributeIdentifier`, and `UsernameAttributeIdentifier` [\#1363](https://github.com/auth0/node-auth0/pull/1363) ([fern-api[bot]](https://github.com/apps/fern-api))
- `PhoneProviderProtectionBackoffStrategyEnum` variant `None` (value: `"none"`) has been renamed to `Default` (value: `"default"`) to align with the updated API [\#1363](https://github.com/auth0/node-auth0/pull/1363) ([fern-api[bot]](https://github.com/apps/fern-api))
- Removed `client.users.federatedConnectionsTokensets` sub-client, including its `list()` and `delete()` methods [\#1369](https://github.com/auth0/node-auth0/pull/1369) ([fern-api[bot]](https://github.com/apps/fern-api))
- Removed `federated_connections_access_tokens` field from all connection option types (create and update) [\#1369](https://github.com/auth0/node-auth0/pull/1369) ([fern-api[bot]](https://github.com/apps/fern-api))

**Added**

- feat: remove federatedConnectionsTokensets, add custom token exchange suspicious IP throttling stage, and internal fetcher improvements [\#1369](https://github.com/auth0/node-auth0/pull/1369) ([fern-api[bot]](https://github.com/apps/fern-api))
- feat: add org role members, third-party client access, passwordless type fixes, and OIDC connection updates [\#1363](https://github.com/auth0/node-auth0/pull/1363) ([fern-api[bot]](https://github.com/apps/fern-api))
- feat: add Node.js 26 support [\#1356](https://github.com/auth0/node-auth0/pull/1356) ([Poggen](https://github.com/Poggen))

**Fixed**

- fix: upgrade jose from v4 to v5 to fix pnpm trust policy install failure [\#1362](https://github.com/auth0/node-auth0/pull/1362) ([ankita10119](https://github.com/ankita10119))

## [v5.14.0](https://github.com/auth0/node-auth0/tree/v5.14.0) (2026-07-09)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.13.0...v5.14.0)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Docs Site](https://auth0.com/docs) - explore our docs site and learn more about Auth0
- [SDK Documentation](http://auth0.github.io/node-auth0/) - explore the SDK documentation
- [API Reference](https://github.com/auth0/node-auth0/blob/master/reference.md) - full reference for this library
- [v6 Migration Guide](https://github.com/auth0/node-auth0/blob/master/v6_MIGRATION_GUIDE.md) - upgrade from v5 to v6

## Getting Started

Expand Down Expand Up @@ -108,7 +109,7 @@ const { ManagementClient, AuthenticationClient } = require("auth0/legacy");

### Legacy Configuration

The legacy API uses the `node-auth0` v4.x configuration format and method signatures, which are different from the current v5 API:
The legacy API uses the `node-auth0` v4.x configuration format and method signatures, which are different from the current v6 API:

#### Legacy Management Client

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.AuthApiError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.AuthenticationClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.Database.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.IdTokenValidatorError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.OAuth.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.Passwordless.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.SDK.BaseAuthAPI.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.SDK.IDTokenValidator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.FetchError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.JSONApiResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.RequiredError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.ResponseError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.TextApiResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.TimeoutError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.VoidApiResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.BadRequestError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.ConflictError.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.ForbiddenError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.GoneError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.InternalServerError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.NotFoundError.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.UnauthorizedError.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/management.ManagementClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.ManagementError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.ManagementTimeoutError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ActionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.AnomalyClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.AttackProtectionClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.AuthenticatorsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.BindingsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.BlocksClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.BotDetectionClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.BrandingClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.BruteForceProtectionClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.CaptchaClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ClientGrantsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ClientGrantsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ClientsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ClientsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ConnectedAccountsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ConnectionProfilesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ConnectionsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ConnectionsClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ConnectionsClient-3.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ConnectionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ConsoleLogger.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.CredentialsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.CustomDomainsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.CustomSigningClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.CustomTextClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.CustomTextClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.DeliveriesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.DeviceCredentialsClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.DiscoveryDomainsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.DuoClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EffectivePermissionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EffectiveRolesClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EffectiveRolesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EmailTemplatesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EmailsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EnabledConnectionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EncryptionClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EnrollmentsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EnrollmentsClient.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/management.SDK.ErrorsClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/management.SDK.EventStreamsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.EventsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ExecutionsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ExecutionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.FactorsClient.html

Large diffs are not rendered by default.

This file was deleted.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.FlowsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.FormsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.GroupsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.GroupsClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.GroupsClient-3.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.GroupsClient-4.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.GroupsClient-5.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.GroupsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.GuardianClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.HooksClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/management.SDK.HttpResponsePromise.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.IdentitiesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.InvitationsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.JobsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.KeysClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.KeysClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.LogStreamsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.Logger.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.LogsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.LogsClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/management.SDK.ManagementClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.MembersClient-1.html

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions docs/classes/management.SDK.MembersClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.MembersClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ModulesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.MultifactorClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.NetworkAclsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.NewDeviceClient.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions docs/classes/management.SDK.OrganizationsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.OrganizationsClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.OrganizationsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PartialsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PermissionsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PermissionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PhoneClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PhoneClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PoliciesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PromptsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ProviderClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ProvidersClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.PushNotificationClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RateLimitPoliciesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RedeliveriesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RefreshTokenClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RefreshTokensClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RenderingClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ResourceServersClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RiskAssessmentsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RiskAssessmentsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RolesClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RolesClient-2.html

Large diffs are not rendered by default.

68 changes: 3 additions & 65 deletions docs/classes/management.SDK.RolesClient-3.html

Large diffs are not rendered by default.

70 changes: 61 additions & 9 deletions docs/classes/management.SDK.RolesClient-4.html

Large diffs are not rendered by default.

40 changes: 7 additions & 33 deletions docs/classes/management.SDK.RolesClient-5.html

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions docs/classes/management.SDK.RolesClient-6.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RolesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RulesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.RulesConfigsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ScimConfigurationClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SecretsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SelfServiceProfilesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SessionsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SessionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SettingsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SettingsClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SettingsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SigningClient.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/classes/management.SDK.SmsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SourcesClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SourcesClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SourcesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SsoTicketClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.StatsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.Stream.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SupplementalSignalsClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.SynchronizationsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.TemplatesClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.TemplatesClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.TemplatesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.TenantsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.ThemesClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.TicketsClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.TokensClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.TriggersClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.UserBlocksClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.UserGrantsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.UsersClient-1.html

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions docs/classes/management.SDK.UsersClient-2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.UsersClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.UsersExportsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.UsersImportsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.VaultClient.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.VerificationClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.VerificationEmailClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.VersionsClient-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.SDK.VersionsClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/userinfo.UserInfoClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/userinfo.UserInfoError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/auth.SUBJECT_TOKEN_TYPES.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SUBJECT_TOKEN_TYPES | Auth0 Node.js SDK - v5.14.0</title><meta name="description" content="Documentation for Auth0 Node.js SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Auth0 Node.js SDK - v5.14.0</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/auth.html">auth</a></li><li><a href="" aria-current="page">SUBJECT_TOKEN_TYPES</a></li></ul><h1>Enumeration SUBJECT_TOKEN_TYPES</h1></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="#refresh_token" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>REFRESH_<wbr/>TOKEN</span></a>
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SUBJECT_TOKEN_TYPES | Auth0 Node.js SDK - v6.0.0</title><meta name="description" content="Documentation for Auth0 Node.js SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Auth0 Node.js SDK - v6.0.0</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/auth.html">auth</a></li><li><a href="" aria-current="page">SUBJECT_TOKEN_TYPES</a></li></ul><h1>Enumeration SUBJECT_TOKEN_TYPES</h1></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="#refresh_token" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>REFRESH_<wbr/>TOKEN</span></a>
<a href="#access_token" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>ACCESS_<wbr/>TOKEN</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="refresh_token"><span>REFRESH_<wbr/>TOKEN</span><a href="#refresh_token" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REFRESH_TOKEN</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;urn:ietf:params:oauth:token-type:refresh_token&quot;</span></div><div class="tsd-comment tsd-typography"><p>Constant representing the subject type for a refresh token.
This is used in OAuth 2.0 token exchange to specify that the token being exchanged is a refresh token.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see">See<a href="#see" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="https://tools.ietf.org/html/rfc8693#section-3.1">RFC 8693 Section 3.1</a></p>
</div></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="access_token"><span>ACCESS_<wbr/>TOKEN</span><a href="#access_token" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ACCESS_TOKEN</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;urn:ietf:params:oauth:token-type:access_token&quot;</span></div><div class="tsd-comment tsd-typography"><p>Constant representing the subject type for a access token.
This is used in OAuth 2.0 token exchange to specify that the token being exchanged is an access token.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-see"><h4 class="tsd-anchor-link" id="see-1">See<a href="#see-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><a href="https://tools.ietf.org/html/rfc8693#section-3.1">RFC 8693 Section 3.1</a></p>
</div></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#refresh_token"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>REFRESH_<wbr/>TOKEN</span></a><a href="#access_token"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>ACCESS_<wbr/>TOKEN</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Auth0 Node.js SDK - v5.14.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
</div></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#refresh_token"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>REFRESH_<wbr/>TOKEN</span></a><a href="#access_token"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>ACCESS_<wbr/>TOKEN</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Auth0 Node.js SDK - v6.0.0</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
Loading
Loading