authhero 8.21.0 → 8.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +112 -112
- package/dist/authhero.d.ts +385 -132
- package/dist/authhero.mjs +11626 -11473
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +3 -3
- package/dist/types/errors/is-http-exception-like.d.ts +11 -0
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
- package/dist/types/index.d.ts +263 -129
- package/dist/types/routes/auth-api/index.d.ts +16 -16
- package/dist/types/routes/auth-api/passwordless.d.ts +4 -4
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +9 -9
- package/dist/types/routes/management-api/client-grants.d.ts +9 -9
- package/dist/types/routes/management-api/clients.d.ts +102 -7
- package/dist/types/routes/management-api/custom-domains.d.ts +6 -6
- package/dist/types/routes/management-api/email-templates.d.ts +18 -18
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hook-code.d.ts +2 -2
- package/dist/types/routes/management-api/index.d.ts +213 -80
- package/dist/types/routes/management-api/log-streams.d.ts +6 -6
- package/dist/types/routes/management-api/logs.d.ts +41 -3
- package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
- package/dist/types/routes/management-api/organizations.d.ts +1 -1
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/tenants.d.ts +6 -6
- package/dist/types/routes/management-api/themes.d.ts +6 -6
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/proxy-control-plane/wfp-tenant-hosts.d.ts +122 -0
- package/dist/types/routes/proxy-control-plane/wfp-tenant-hosts.test.d.ts +1 -0
- package/dist/types/routes/universal-login/common.d.ts +6 -6
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/package.json +5 -5
package/dist/authhero.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as hono_utils_types from 'hono/utils/types';
|
|
2
2
|
import * as _authhero_adapter_interfaces from '@authhero/adapter-interfaces';
|
|
3
|
-
import { LoginSession, DataAdapters, RolePermissionInsert, AuthorizationResponseMode, AuthorizationResponseType, User, CustomDomain, ProxyRoute, ResourceServer, ResourceServerInsert, Role, RoleInsert, Connection, ConnectionInsert, Tenant, CreateTenantParams, Hook, TenantOperationKind, TenantOperation, CodeExecutor, SigningKey, Theme, Branding, AuthParams, CacheAdapter, EmailServiceAdapter, EmailServiceSendParams, AuditEvent, OutboxAdapter, HooksAdapter, Client, LogsDataAdapter, LogInsert, UserDataAdapter, CustomDomainsAdapter, ProxyRoutesAdapter, ListParams, KeysAdapter, CodeExecutionResult } from '@authhero/adapter-interfaces';
|
|
3
|
+
import { LoginSession, DataAdapters, RolePermissionInsert, AuthorizationResponseMode, AuthorizationResponseType, User, CustomDomain, ProxyRoute, ResourceServer, ResourceServerInsert, Role, RoleInsert, Connection, ConnectionInsert, Tenant, CreateTenantParams, Hook, TenantOperationKind, TenantOperation, CodeExecutor, SigningKey, Theme, Branding, AuthParams, CacheAdapter, EmailServiceAdapter, EmailServiceSendParams, AuditEvent, OutboxAdapter, HooksAdapter, Client, LogsDataAdapter, LogInsert, UserDataAdapter, CustomDomainsAdapter, ProxyRoutesAdapter, TenantsDataAdapter, ListParams, KeysAdapter, CodeExecutionResult } from '@authhero/adapter-interfaces';
|
|
4
4
|
export * from '@authhero/adapter-interfaces';
|
|
5
5
|
import * as hono_types from 'hono/types';
|
|
6
6
|
import * as hono_utils_http_status from 'hono/utils/http-status';
|
|
@@ -2692,6 +2692,126 @@ interface BackfillResult {
|
|
|
2692
2692
|
*/
|
|
2693
2693
|
declare function backfillProxyHostsToKv(options: BackfillProxyHostsOptions): Promise<BackfillResult>;
|
|
2694
2694
|
|
|
2695
|
+
/**
|
|
2696
|
+
* Default dispatch-namespace binding name the synthesized route targets.
|
|
2697
|
+
* Must match the `[[dispatch_namespaces]] binding = "..."` declared in the
|
|
2698
|
+
* proxy Worker's wrangler config.
|
|
2699
|
+
*/
|
|
2700
|
+
declare const DEFAULT_WFP_DISPATCH_BINDING = "DISPATCHER";
|
|
2701
|
+
/**
|
|
2702
|
+
* Default script-name template, matching the WFP provisioner's default
|
|
2703
|
+
* (`scriptNameTemplate` in `@authhero/cloudflare-adapter`). Only used when the
|
|
2704
|
+
* tenant row carries no `worker_script_name` — the provisioner writes that
|
|
2705
|
+
* back on provision, and it is always preferred.
|
|
2706
|
+
*/
|
|
2707
|
+
declare const DEFAULT_WFP_SCRIPT_NAME_TEMPLATE = "{tenant_id}";
|
|
2708
|
+
/**
|
|
2709
|
+
* The platform subdomain a WFP tenant is served on: `{tenant_id}.{issuerHost}`.
|
|
2710
|
+
* Central so the publisher, the resolver, and any reconcile host-list
|
|
2711
|
+
* derivation all agree on the exact host (and therefore the KV key).
|
|
2712
|
+
*/
|
|
2713
|
+
declare function wfpTenantHost(tenantId: string, issuerHost: string): string;
|
|
2714
|
+
/**
|
|
2715
|
+
* Whether a tenant id can be served on a platform subdomain at all. Ids that
|
|
2716
|
+
* fail this (mixed case, dots, other URL-unsafe characters) are skipped by
|
|
2717
|
+
* `wrapTenantsAdapterWithWfpKvPublish` — publishing them would create KV keys
|
|
2718
|
+
* the resolver can never match. Give WFP tenants lowercase DNS-label ids.
|
|
2719
|
+
*/
|
|
2720
|
+
declare function isWfpSubdomainSafeTenantId(tenantId: string): boolean;
|
|
2721
|
+
interface WfpTenantHostResolverOptions {
|
|
2722
|
+
/** Tenant lookup — typically the control plane's tenants adapter. */
|
|
2723
|
+
tenants: Pick<TenantsDataAdapter, "get">;
|
|
2724
|
+
/**
|
|
2725
|
+
* The issuer host tenant subdomains hang off (e.g. `token.example.com`,
|
|
2726
|
+
* from `new URL(env.ISSUER).host`). A host resolves only when it is exactly
|
|
2727
|
+
* one label under this — `wpf.token.example.com`, not `a.b.token.example.com`.
|
|
2728
|
+
*/
|
|
2729
|
+
issuerHost: string;
|
|
2730
|
+
/** Dispatch-namespace binding name on the proxy Worker. */
|
|
2731
|
+
dispatchBinding?: string;
|
|
2732
|
+
/**
|
|
2733
|
+
* Fallback script-name template (`{tenant_id}` placeholder) for tenants
|
|
2734
|
+
* provisioned before `worker_script_name` was written back. Must match the
|
|
2735
|
+
* provisioner's template.
|
|
2736
|
+
*/
|
|
2737
|
+
scriptNameTemplate?: string;
|
|
2738
|
+
/** Optional per-request timeout (ms) forwarded to the dispatch handler. */
|
|
2739
|
+
dispatchTimeoutMs?: number;
|
|
2740
|
+
}
|
|
2741
|
+
/**
|
|
2742
|
+
* Build a `resolveHost` that maps a WFP tenant's platform subdomain
|
|
2743
|
+
* (`{tenant_id}.{issuerHost}`) to a synthetic `ResolvedHost` whose single
|
|
2744
|
+
* route dispatches into the tenant's own Worker via the proxy's
|
|
2745
|
+
* `dispatch_namespace` handler.
|
|
2746
|
+
*
|
|
2747
|
+
* Resolves only tenants with `deployment_type: "wfp"` AND
|
|
2748
|
+
* `provisioning_state: "ready"` — anything else returns `null` so the host
|
|
2749
|
+
* falls through to the proxy's fallback chain (typically the shared control
|
|
2750
|
+
* plane), which keeps a tenant serviceable while it is still provisioning.
|
|
2751
|
+
* No `custom_domains` row is involved; the mapping is derived entirely from
|
|
2752
|
+
* the tenant row, which stays the durable source of truth.
|
|
2753
|
+
*
|
|
2754
|
+
* Compose it behind the custom-domains resolver with `composeHostResolvers`
|
|
2755
|
+
* so an explicit `custom_domains` row for the same host always wins.
|
|
2756
|
+
*/
|
|
2757
|
+
declare function createWfpTenantHostResolver(options: WfpTenantHostResolverOptions): (host: string) => Promise<ResolvedHost | null>;
|
|
2758
|
+
/**
|
|
2759
|
+
* Chain host resolvers: first non-null wins, in argument order. Put the
|
|
2760
|
+
* custom-domains resolver first so an explicit `custom_domains` row overrides
|
|
2761
|
+
* a derived WFP tenant-subdomain route for the same host. Errors propagate —
|
|
2762
|
+
* a failing layer should surface (and let the caller's own fallback take
|
|
2763
|
+
* over), not be silently treated as a miss that could delete a live KV key.
|
|
2764
|
+
*/
|
|
2765
|
+
declare function composeHostResolvers(...resolvers: Array<(host: string) => Promise<ResolvedHost | null>>): (host: string) => Promise<ResolvedHost | null>;
|
|
2766
|
+
interface WfpTenantsKvPublishOptions {
|
|
2767
|
+
/** Tenants adapter whose writes should be mirrored to KV. */
|
|
2768
|
+
tenants: TenantsDataAdapter;
|
|
2769
|
+
/** KV namespace the resolved host blobs are published to. */
|
|
2770
|
+
kv: KvNamespaceWriter;
|
|
2771
|
+
/**
|
|
2772
|
+
* Cross-tenant host resolver used to recompute the blob after a write —
|
|
2773
|
+
* pass the SAME composed resolver (custom domains first, then
|
|
2774
|
+
* `createWfpTenantHostResolver`) that the control plane serves over HTTP,
|
|
2775
|
+
* so every publisher computes identical blobs for a host.
|
|
2776
|
+
*/
|
|
2777
|
+
resolveHost: (host: string) => Promise<ResolvedHost | null>;
|
|
2778
|
+
/** The issuer host tenant subdomains hang off — see `wfpTenantHost`. */
|
|
2779
|
+
issuerHost: string;
|
|
2780
|
+
/** Key prefix; must match the proxy reader. Defaults to the shared default. */
|
|
2781
|
+
keyPrefix?: string;
|
|
2782
|
+
/**
|
|
2783
|
+
* Optional `ctx.waitUntil` so the fire-and-forget KV publish runs to
|
|
2784
|
+
* completion without blocking (or failing) the originating write. When
|
|
2785
|
+
* omitted, the publish is detached with its rejection swallowed.
|
|
2786
|
+
*/
|
|
2787
|
+
waitUntil?: (promise: Promise<unknown>) => void;
|
|
2788
|
+
/** Optional hook invoked when a publish fails. */
|
|
2789
|
+
onError?: (err: unknown, ctx: {
|
|
2790
|
+
host: string;
|
|
2791
|
+
op: string;
|
|
2792
|
+
}) => void;
|
|
2793
|
+
}
|
|
2794
|
+
/**
|
|
2795
|
+
* Wrap a control plane's `tenants` adapter so every WFP-tenant mutation
|
|
2796
|
+
* republishes (or deletes) the tenant's platform-subdomain routing blob in KV
|
|
2797
|
+
* — the tenants-table counterpart of `wrapProxyAdaptersWithKvPublish`.
|
|
2798
|
+
*
|
|
2799
|
+
* This is the single choke-point for WFP subdomain routing: the provisioner
|
|
2800
|
+
* flips `provisioning_state` to `"ready"` through `tenants.update`, which
|
|
2801
|
+
* publishes the dispatch route the moment the tenant Worker is servable —
|
|
2802
|
+
* inline hook and durable-workflow paths alike, with no per-path wiring. A
|
|
2803
|
+
* remove deletes the key, so a deprovisioned tenant's host falls back to the
|
|
2804
|
+
* proxy's default chain instead of dispatching to a dead script.
|
|
2805
|
+
*
|
|
2806
|
+
* Shared (non-WFP) tenants never touch KV, and neither do wfp tenants whose
|
|
2807
|
+
* id is not a lowercase DNS label (`isWfpSubdomainSafeTenantId`) — such ids
|
|
2808
|
+
* cannot round-trip through a hostname, so publishing them would only create
|
|
2809
|
+
* dead keys. Publishing is fire-and-forget; silent drift is corrected by the
|
|
2810
|
+
* periodic reconcile (`backfillProxyHostsToKv` over `wfpTenantHost`-derived
|
|
2811
|
+
* hosts).
|
|
2812
|
+
*/
|
|
2813
|
+
declare function wrapTenantsAdapterWithWfpKvPublish(options: WfpTenantsKvPublishOptions): TenantsDataAdapter;
|
|
2814
|
+
|
|
2695
2815
|
/**
|
|
2696
2816
|
* Strict issuer equality: parse both `iss` and `expected` as URLs and compare
|
|
2697
2817
|
* the resulting hrefs after stripping any single trailing slash. No host-only
|
|
@@ -3273,7 +3393,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3273
3393
|
};
|
|
3274
3394
|
} & {
|
|
3275
3395
|
json: {
|
|
3276
|
-
type: "
|
|
3396
|
+
type: "email" | "push" | "passkey" | "webauthn-roaming" | "webauthn-platform" | "phone" | "totp";
|
|
3277
3397
|
phone_number?: string | undefined;
|
|
3278
3398
|
totp_secret?: string | undefined;
|
|
3279
3399
|
credential_id?: string | undefined;
|
|
@@ -3413,7 +3533,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3413
3533
|
};
|
|
3414
3534
|
};
|
|
3415
3535
|
output: {
|
|
3416
|
-
name: "
|
|
3536
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
3417
3537
|
enabled: boolean;
|
|
3418
3538
|
trial_expired?: boolean | undefined;
|
|
3419
3539
|
}[];
|
|
@@ -3568,7 +3688,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3568
3688
|
$get: {
|
|
3569
3689
|
input: {
|
|
3570
3690
|
param: {
|
|
3571
|
-
factor_name: "
|
|
3691
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
3572
3692
|
};
|
|
3573
3693
|
} & {
|
|
3574
3694
|
header: {
|
|
@@ -3576,7 +3696,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3576
3696
|
};
|
|
3577
3697
|
};
|
|
3578
3698
|
output: {
|
|
3579
|
-
name: "
|
|
3699
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
3580
3700
|
enabled: boolean;
|
|
3581
3701
|
trial_expired?: boolean | undefined;
|
|
3582
3702
|
};
|
|
@@ -3589,7 +3709,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3589
3709
|
$put: {
|
|
3590
3710
|
input: {
|
|
3591
3711
|
param: {
|
|
3592
|
-
factor_name: "
|
|
3712
|
+
factor_name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
3593
3713
|
};
|
|
3594
3714
|
} & {
|
|
3595
3715
|
header: {
|
|
@@ -3601,7 +3721,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
3601
3721
|
};
|
|
3602
3722
|
};
|
|
3603
3723
|
output: {
|
|
3604
|
-
name: "
|
|
3724
|
+
name: "sms" | "otp" | "email" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
3605
3725
|
enabled: boolean;
|
|
3606
3726
|
trial_expired?: boolean | undefined;
|
|
3607
3727
|
};
|
|
@@ -4380,10 +4500,10 @@ declare function init(config: AuthHeroConfig): {
|
|
|
4380
4500
|
email?: string | undefined;
|
|
4381
4501
|
};
|
|
4382
4502
|
id?: string | undefined;
|
|
4383
|
-
connection_id?: string | undefined;
|
|
4384
|
-
roles?: string[] | undefined;
|
|
4385
4503
|
app_metadata?: Record<string, any> | undefined;
|
|
4386
4504
|
user_metadata?: Record<string, any> | undefined;
|
|
4505
|
+
connection_id?: string | undefined;
|
|
4506
|
+
roles?: string[] | undefined;
|
|
4387
4507
|
ttl_sec?: number | undefined;
|
|
4388
4508
|
send_invitation_email?: boolean | undefined;
|
|
4389
4509
|
};
|
|
@@ -10044,7 +10164,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10044
10164
|
};
|
|
10045
10165
|
};
|
|
10046
10166
|
output: {
|
|
10047
|
-
prompt: "
|
|
10167
|
+
prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
10048
10168
|
language: string;
|
|
10049
10169
|
}[];
|
|
10050
10170
|
outputFormat: "json";
|
|
@@ -10082,7 +10202,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10082
10202
|
$get: {
|
|
10083
10203
|
input: {
|
|
10084
10204
|
param: {
|
|
10085
|
-
prompt: "
|
|
10205
|
+
prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
10086
10206
|
language: string;
|
|
10087
10207
|
};
|
|
10088
10208
|
} & {
|
|
@@ -10104,7 +10224,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10104
10224
|
$put: {
|
|
10105
10225
|
input: {
|
|
10106
10226
|
param: {
|
|
10107
|
-
prompt: "
|
|
10227
|
+
prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
10108
10228
|
language: string;
|
|
10109
10229
|
};
|
|
10110
10230
|
} & {
|
|
@@ -10128,7 +10248,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10128
10248
|
$delete: {
|
|
10129
10249
|
input: {
|
|
10130
10250
|
param: {
|
|
10131
|
-
prompt: "
|
|
10251
|
+
prompt: "mfa" | "organizations" | "status" | "login" | "signup" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
|
|
10132
10252
|
language: string;
|
|
10133
10253
|
};
|
|
10134
10254
|
} & {
|
|
@@ -10220,7 +10340,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10220
10340
|
active?: boolean | undefined;
|
|
10221
10341
|
} | undefined;
|
|
10222
10342
|
signup?: {
|
|
10223
|
-
status?: "
|
|
10343
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10224
10344
|
verification?: {
|
|
10225
10345
|
active?: boolean | undefined;
|
|
10226
10346
|
} | undefined;
|
|
@@ -10237,7 +10357,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10237
10357
|
active?: boolean | undefined;
|
|
10238
10358
|
} | undefined;
|
|
10239
10359
|
signup?: {
|
|
10240
|
-
status?: "
|
|
10360
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10241
10361
|
} | undefined;
|
|
10242
10362
|
validation?: {
|
|
10243
10363
|
max_length?: number | undefined;
|
|
@@ -10254,7 +10374,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10254
10374
|
active?: boolean | undefined;
|
|
10255
10375
|
} | undefined;
|
|
10256
10376
|
signup?: {
|
|
10257
|
-
status?: "
|
|
10377
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10258
10378
|
} | undefined;
|
|
10259
10379
|
} | undefined;
|
|
10260
10380
|
} | undefined;
|
|
@@ -10354,7 +10474,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10354
10474
|
active?: boolean | undefined;
|
|
10355
10475
|
} | undefined;
|
|
10356
10476
|
signup?: {
|
|
10357
|
-
status?: "
|
|
10477
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10358
10478
|
verification?: {
|
|
10359
10479
|
active?: boolean | undefined;
|
|
10360
10480
|
} | undefined;
|
|
@@ -10371,7 +10491,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10371
10491
|
active?: boolean | undefined;
|
|
10372
10492
|
} | undefined;
|
|
10373
10493
|
signup?: {
|
|
10374
|
-
status?: "
|
|
10494
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10375
10495
|
} | undefined;
|
|
10376
10496
|
validation?: {
|
|
10377
10497
|
max_length?: number | undefined;
|
|
@@ -10388,7 +10508,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10388
10508
|
active?: boolean | undefined;
|
|
10389
10509
|
} | undefined;
|
|
10390
10510
|
signup?: {
|
|
10391
|
-
status?: "
|
|
10511
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10392
10512
|
} | undefined;
|
|
10393
10513
|
} | undefined;
|
|
10394
10514
|
} | undefined;
|
|
@@ -10504,7 +10624,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10504
10624
|
active?: boolean | undefined;
|
|
10505
10625
|
} | undefined;
|
|
10506
10626
|
signup?: {
|
|
10507
|
-
status?: "
|
|
10627
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10508
10628
|
verification?: {
|
|
10509
10629
|
active?: boolean | undefined;
|
|
10510
10630
|
} | undefined;
|
|
@@ -10521,7 +10641,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10521
10641
|
active?: boolean | undefined;
|
|
10522
10642
|
} | undefined;
|
|
10523
10643
|
signup?: {
|
|
10524
|
-
status?: "
|
|
10644
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10525
10645
|
} | undefined;
|
|
10526
10646
|
validation?: {
|
|
10527
10647
|
max_length?: number | undefined;
|
|
@@ -10538,7 +10658,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10538
10658
|
active?: boolean | undefined;
|
|
10539
10659
|
} | undefined;
|
|
10540
10660
|
signup?: {
|
|
10541
|
-
status?: "
|
|
10661
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10542
10662
|
} | undefined;
|
|
10543
10663
|
} | undefined;
|
|
10544
10664
|
} | undefined;
|
|
@@ -10683,7 +10803,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10683
10803
|
active?: boolean | undefined;
|
|
10684
10804
|
} | undefined;
|
|
10685
10805
|
signup?: {
|
|
10686
|
-
status?: "
|
|
10806
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10687
10807
|
verification?: {
|
|
10688
10808
|
active?: boolean | undefined;
|
|
10689
10809
|
} | undefined;
|
|
@@ -10700,7 +10820,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10700
10820
|
active?: boolean | undefined;
|
|
10701
10821
|
} | undefined;
|
|
10702
10822
|
signup?: {
|
|
10703
|
-
status?: "
|
|
10823
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10704
10824
|
} | undefined;
|
|
10705
10825
|
validation?: {
|
|
10706
10826
|
max_length?: number | undefined;
|
|
@@ -10717,7 +10837,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10717
10837
|
active?: boolean | undefined;
|
|
10718
10838
|
} | undefined;
|
|
10719
10839
|
signup?: {
|
|
10720
|
-
status?: "
|
|
10840
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10721
10841
|
} | undefined;
|
|
10722
10842
|
} | undefined;
|
|
10723
10843
|
} | undefined;
|
|
@@ -10841,7 +10961,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10841
10961
|
active?: boolean | undefined;
|
|
10842
10962
|
} | undefined;
|
|
10843
10963
|
signup?: {
|
|
10844
|
-
status?: "
|
|
10964
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10845
10965
|
verification?: {
|
|
10846
10966
|
active?: boolean | undefined;
|
|
10847
10967
|
} | undefined;
|
|
@@ -10858,7 +10978,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10858
10978
|
active?: boolean | undefined;
|
|
10859
10979
|
} | undefined;
|
|
10860
10980
|
signup?: {
|
|
10861
|
-
status?: "
|
|
10981
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10862
10982
|
} | undefined;
|
|
10863
10983
|
validation?: {
|
|
10864
10984
|
max_length?: number | undefined;
|
|
@@ -10875,7 +10995,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
10875
10995
|
active?: boolean | undefined;
|
|
10876
10996
|
} | undefined;
|
|
10877
10997
|
signup?: {
|
|
10878
|
-
status?: "
|
|
10998
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
10879
10999
|
} | undefined;
|
|
10880
11000
|
} | undefined;
|
|
10881
11001
|
} | undefined;
|
|
@@ -11631,7 +11751,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11631
11751
|
log_type: string;
|
|
11632
11752
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
11633
11753
|
actor: {
|
|
11634
|
-
type: "
|
|
11754
|
+
type: "client_credentials" | "user" | "system" | "admin" | "api_key";
|
|
11635
11755
|
id?: string | undefined;
|
|
11636
11756
|
email?: string | undefined;
|
|
11637
11757
|
org_id?: string | undefined;
|
|
@@ -11941,7 +12061,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11941
12061
|
created_at: string;
|
|
11942
12062
|
updated_at: string;
|
|
11943
12063
|
name: string;
|
|
11944
|
-
provider: "auth0" | "
|
|
12064
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
11945
12065
|
connection: string;
|
|
11946
12066
|
enabled: boolean;
|
|
11947
12067
|
credentials: {
|
|
@@ -11973,7 +12093,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11973
12093
|
created_at: string;
|
|
11974
12094
|
updated_at: string;
|
|
11975
12095
|
name: string;
|
|
11976
|
-
provider: "auth0" | "
|
|
12096
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
11977
12097
|
connection: string;
|
|
11978
12098
|
enabled: boolean;
|
|
11979
12099
|
credentials: {
|
|
@@ -11999,7 +12119,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
11999
12119
|
} & {
|
|
12000
12120
|
json: {
|
|
12001
12121
|
name: string;
|
|
12002
|
-
provider: "auth0" | "
|
|
12122
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
12003
12123
|
connection: string;
|
|
12004
12124
|
credentials: {
|
|
12005
12125
|
domain: string;
|
|
@@ -12016,7 +12136,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12016
12136
|
created_at: string;
|
|
12017
12137
|
updated_at: string;
|
|
12018
12138
|
name: string;
|
|
12019
|
-
provider: "auth0" | "
|
|
12139
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
12020
12140
|
connection: string;
|
|
12021
12141
|
enabled: boolean;
|
|
12022
12142
|
credentials: {
|
|
@@ -12047,7 +12167,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12047
12167
|
json: {
|
|
12048
12168
|
id?: string | undefined;
|
|
12049
12169
|
name?: string | undefined;
|
|
12050
|
-
provider?: "auth0" | "
|
|
12170
|
+
provider?: "auth0" | "cognito" | "okta" | "oidc" | undefined;
|
|
12051
12171
|
connection?: string | undefined;
|
|
12052
12172
|
enabled?: boolean | undefined;
|
|
12053
12173
|
credentials?: {
|
|
@@ -12063,7 +12183,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12063
12183
|
created_at: string;
|
|
12064
12184
|
updated_at: string;
|
|
12065
12185
|
name: string;
|
|
12066
|
-
provider: "auth0" | "
|
|
12186
|
+
provider: "auth0" | "cognito" | "okta" | "oidc";
|
|
12067
12187
|
connection: string;
|
|
12068
12188
|
enabled: boolean;
|
|
12069
12189
|
credentials: {
|
|
@@ -12111,7 +12231,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12111
12231
|
[x: string]: hono_utils_types.JSONValue;
|
|
12112
12232
|
};
|
|
12113
12233
|
id: string;
|
|
12114
|
-
status: "
|
|
12234
|
+
status: "suspended" | "active" | "paused";
|
|
12115
12235
|
filters?: {
|
|
12116
12236
|
type: string;
|
|
12117
12237
|
name: string;
|
|
@@ -12143,7 +12263,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12143
12263
|
[x: string]: hono_utils_types.JSONValue;
|
|
12144
12264
|
};
|
|
12145
12265
|
id: string;
|
|
12146
|
-
status: "
|
|
12266
|
+
status: "suspended" | "active" | "paused";
|
|
12147
12267
|
filters?: {
|
|
12148
12268
|
type: string;
|
|
12149
12269
|
name: string;
|
|
@@ -12168,7 +12288,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12168
12288
|
name: string;
|
|
12169
12289
|
type: "http" | "eventbridge" | "eventgrid" | "splunk" | "datadog" | "sumo";
|
|
12170
12290
|
sink: Record<string, unknown>;
|
|
12171
|
-
status?: "
|
|
12291
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
12172
12292
|
filters?: {
|
|
12173
12293
|
type: string;
|
|
12174
12294
|
name: string;
|
|
@@ -12183,7 +12303,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12183
12303
|
[x: string]: hono_utils_types.JSONValue;
|
|
12184
12304
|
};
|
|
12185
12305
|
id: string;
|
|
12186
|
-
status: "
|
|
12306
|
+
status: "suspended" | "active" | "paused";
|
|
12187
12307
|
filters?: {
|
|
12188
12308
|
type: string;
|
|
12189
12309
|
name: string;
|
|
@@ -12218,7 +12338,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12218
12338
|
}[] | undefined;
|
|
12219
12339
|
isPriority?: boolean | undefined;
|
|
12220
12340
|
id?: string | undefined;
|
|
12221
|
-
status?: "
|
|
12341
|
+
status?: "suspended" | "active" | "paused" | undefined;
|
|
12222
12342
|
created_at?: string | undefined;
|
|
12223
12343
|
updated_at?: string | undefined;
|
|
12224
12344
|
};
|
|
@@ -12230,7 +12350,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12230
12350
|
[x: string]: hono_utils_types.JSONValue;
|
|
12231
12351
|
};
|
|
12232
12352
|
id: string;
|
|
12233
|
-
status: "
|
|
12353
|
+
status: "suspended" | "active" | "paused";
|
|
12234
12354
|
filters?: {
|
|
12235
12355
|
type: string;
|
|
12236
12356
|
name: string;
|
|
@@ -12281,7 +12401,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12281
12401
|
};
|
|
12282
12402
|
};
|
|
12283
12403
|
output: {
|
|
12284
|
-
type: "fn" | "i" | "
|
|
12404
|
+
type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12285
12405
|
date: string;
|
|
12286
12406
|
isMobile: boolean;
|
|
12287
12407
|
log_id: string;
|
|
@@ -12320,7 +12440,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12320
12440
|
limit: number;
|
|
12321
12441
|
length: number;
|
|
12322
12442
|
logs: {
|
|
12323
|
-
type: "fn" | "i" | "
|
|
12443
|
+
type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12324
12444
|
date: string;
|
|
12325
12445
|
isMobile: boolean;
|
|
12326
12446
|
log_id: string;
|
|
@@ -12357,6 +12477,44 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12357
12477
|
}[];
|
|
12358
12478
|
total?: number | undefined;
|
|
12359
12479
|
next?: string | undefined;
|
|
12480
|
+
} | {
|
|
12481
|
+
logs: {
|
|
12482
|
+
type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12483
|
+
date: string;
|
|
12484
|
+
isMobile: boolean;
|
|
12485
|
+
log_id: string;
|
|
12486
|
+
description?: string | undefined;
|
|
12487
|
+
ip?: string | undefined;
|
|
12488
|
+
user_agent?: string | undefined;
|
|
12489
|
+
details?: any;
|
|
12490
|
+
user_id?: string | undefined;
|
|
12491
|
+
user_name?: string | undefined;
|
|
12492
|
+
connection?: string | undefined;
|
|
12493
|
+
connection_id?: string | undefined;
|
|
12494
|
+
client_id?: string | undefined;
|
|
12495
|
+
client_name?: string | undefined;
|
|
12496
|
+
audience?: string | undefined;
|
|
12497
|
+
scope?: string | undefined;
|
|
12498
|
+
strategy?: string | undefined;
|
|
12499
|
+
strategy_type?: string | undefined;
|
|
12500
|
+
hostname?: string | undefined;
|
|
12501
|
+
auth0_client?: {
|
|
12502
|
+
name: string;
|
|
12503
|
+
version: string;
|
|
12504
|
+
env?: {
|
|
12505
|
+
node?: string | undefined;
|
|
12506
|
+
} | undefined;
|
|
12507
|
+
} | undefined;
|
|
12508
|
+
location_info?: {
|
|
12509
|
+
country_code: string;
|
|
12510
|
+
city_name: string;
|
|
12511
|
+
latitude: string;
|
|
12512
|
+
longitude: string;
|
|
12513
|
+
time_zone: string;
|
|
12514
|
+
continent_code: string;
|
|
12515
|
+
} | undefined;
|
|
12516
|
+
}[];
|
|
12517
|
+
next?: string | undefined;
|
|
12360
12518
|
};
|
|
12361
12519
|
outputFormat: "json";
|
|
12362
12520
|
status: 200;
|
|
@@ -12375,7 +12533,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12375
12533
|
};
|
|
12376
12534
|
};
|
|
12377
12535
|
output: {
|
|
12378
|
-
type: "fn" | "i" | "
|
|
12536
|
+
type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
12379
12537
|
date: string;
|
|
12380
12538
|
isMobile: boolean;
|
|
12381
12539
|
log_id: string;
|
|
@@ -12531,7 +12689,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12531
12689
|
audience?: string | undefined;
|
|
12532
12690
|
client_id?: string | undefined;
|
|
12533
12691
|
allow_any_organization?: string | undefined;
|
|
12534
|
-
subject_type?: "
|
|
12692
|
+
subject_type?: "user" | "client" | undefined;
|
|
12535
12693
|
};
|
|
12536
12694
|
} & {
|
|
12537
12695
|
header: {
|
|
@@ -12546,7 +12704,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12546
12704
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12547
12705
|
allow_any_organization?: boolean | undefined;
|
|
12548
12706
|
is_system?: boolean | undefined;
|
|
12549
|
-
subject_type?: "
|
|
12707
|
+
subject_type?: "user" | "client" | undefined;
|
|
12550
12708
|
authorization_details_types?: string[] | undefined;
|
|
12551
12709
|
created_at?: string | undefined;
|
|
12552
12710
|
updated_at?: string | undefined;
|
|
@@ -12562,7 +12720,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12562
12720
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12563
12721
|
allow_any_organization?: boolean | undefined;
|
|
12564
12722
|
is_system?: boolean | undefined;
|
|
12565
|
-
subject_type?: "
|
|
12723
|
+
subject_type?: "user" | "client" | undefined;
|
|
12566
12724
|
authorization_details_types?: string[] | undefined;
|
|
12567
12725
|
created_at?: string | undefined;
|
|
12568
12726
|
updated_at?: string | undefined;
|
|
@@ -12578,7 +12736,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12578
12736
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12579
12737
|
allow_any_organization?: boolean | undefined;
|
|
12580
12738
|
is_system?: boolean | undefined;
|
|
12581
|
-
subject_type?: "
|
|
12739
|
+
subject_type?: "user" | "client" | undefined;
|
|
12582
12740
|
authorization_details_types?: string[] | undefined;
|
|
12583
12741
|
created_at?: string | undefined;
|
|
12584
12742
|
updated_at?: string | undefined;
|
|
@@ -12609,7 +12767,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12609
12767
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12610
12768
|
allow_any_organization?: boolean | undefined;
|
|
12611
12769
|
is_system?: boolean | undefined;
|
|
12612
|
-
subject_type?: "
|
|
12770
|
+
subject_type?: "user" | "client" | undefined;
|
|
12613
12771
|
authorization_details_types?: string[] | undefined;
|
|
12614
12772
|
created_at?: string | undefined;
|
|
12615
12773
|
updated_at?: string | undefined;
|
|
@@ -12654,7 +12812,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12654
12812
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12655
12813
|
allow_any_organization?: boolean | undefined;
|
|
12656
12814
|
is_system?: boolean | undefined;
|
|
12657
|
-
subject_type?: "
|
|
12815
|
+
subject_type?: "user" | "client" | undefined;
|
|
12658
12816
|
authorization_details_types?: string[] | undefined;
|
|
12659
12817
|
};
|
|
12660
12818
|
};
|
|
@@ -12666,7 +12824,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12666
12824
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12667
12825
|
allow_any_organization?: boolean | undefined;
|
|
12668
12826
|
is_system?: boolean | undefined;
|
|
12669
|
-
subject_type?: "
|
|
12827
|
+
subject_type?: "user" | "client" | undefined;
|
|
12670
12828
|
authorization_details_types?: string[] | undefined;
|
|
12671
12829
|
created_at?: string | undefined;
|
|
12672
12830
|
updated_at?: string | undefined;
|
|
@@ -12690,7 +12848,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12690
12848
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12691
12849
|
allow_any_organization?: boolean | undefined;
|
|
12692
12850
|
is_system?: boolean | undefined;
|
|
12693
|
-
subject_type?: "
|
|
12851
|
+
subject_type?: "user" | "client" | undefined;
|
|
12694
12852
|
authorization_details_types?: string[] | undefined;
|
|
12695
12853
|
};
|
|
12696
12854
|
};
|
|
@@ -12702,7 +12860,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12702
12860
|
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
12703
12861
|
allow_any_organization?: boolean | undefined;
|
|
12704
12862
|
is_system?: boolean | undefined;
|
|
12705
|
-
subject_type?: "
|
|
12863
|
+
subject_type?: "user" | "client" | undefined;
|
|
12706
12864
|
authorization_details_types?: string[] | undefined;
|
|
12707
12865
|
created_at?: string | undefined;
|
|
12708
12866
|
updated_at?: string | undefined;
|
|
@@ -12780,7 +12938,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12780
12938
|
addons?: {
|
|
12781
12939
|
[x: string]: any;
|
|
12782
12940
|
} | undefined;
|
|
12783
|
-
token_endpoint_auth_method?: "
|
|
12941
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12784
12942
|
client_metadata?: {
|
|
12785
12943
|
[x: string]: string;
|
|
12786
12944
|
} | undefined;
|
|
@@ -12876,7 +13034,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12876
13034
|
addons?: {
|
|
12877
13035
|
[x: string]: any;
|
|
12878
13036
|
} | undefined;
|
|
12879
|
-
token_endpoint_auth_method?: "
|
|
13037
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12880
13038
|
client_metadata?: {
|
|
12881
13039
|
[x: string]: string;
|
|
12882
13040
|
} | undefined;
|
|
@@ -12922,6 +13080,101 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12922
13080
|
}[];
|
|
12923
13081
|
total?: number | undefined;
|
|
12924
13082
|
next?: string | undefined;
|
|
13083
|
+
} | {
|
|
13084
|
+
clients: {
|
|
13085
|
+
created_at: string;
|
|
13086
|
+
updated_at: string;
|
|
13087
|
+
name: string;
|
|
13088
|
+
global: boolean;
|
|
13089
|
+
is_first_party: boolean;
|
|
13090
|
+
oidc_conformant: boolean;
|
|
13091
|
+
auth0_conformant: boolean;
|
|
13092
|
+
sso: boolean;
|
|
13093
|
+
sso_disabled: boolean;
|
|
13094
|
+
cross_origin_authentication: boolean;
|
|
13095
|
+
custom_login_page_on: boolean;
|
|
13096
|
+
require_pushed_authorization_requests: boolean;
|
|
13097
|
+
require_proof_of_possession: boolean;
|
|
13098
|
+
client_id: string;
|
|
13099
|
+
description?: string | undefined;
|
|
13100
|
+
client_secret?: string | undefined;
|
|
13101
|
+
app_type?: "native" | "spa" | "regular_web" | "non_interactive" | "resource_server" | "express_configuration" | "rms" | "box" | "cloudbees" | "concur" | "dropbox" | "mscrm" | "echosign" | "egnyte" | "newrelic" | "office365" | "salesforce" | "sentry" | "sharepoint" | "slack" | "springcm" | "zendesk" | "zoom" | "sso_integration" | "oag" | undefined;
|
|
13102
|
+
logo_uri?: string | undefined;
|
|
13103
|
+
callbacks?: string[] | undefined;
|
|
13104
|
+
allowed_origins?: string[] | undefined;
|
|
13105
|
+
web_origins?: string[] | undefined;
|
|
13106
|
+
client_aliases?: string[] | undefined;
|
|
13107
|
+
allowed_clients?: string[] | undefined;
|
|
13108
|
+
connections?: string[] | undefined;
|
|
13109
|
+
allowed_logout_urls?: string[] | undefined;
|
|
13110
|
+
session_transfer?: {
|
|
13111
|
+
[x: string]: any;
|
|
13112
|
+
} | undefined;
|
|
13113
|
+
oidc_logout?: {
|
|
13114
|
+
[x: string]: any;
|
|
13115
|
+
} | undefined;
|
|
13116
|
+
grant_types?: string[] | undefined;
|
|
13117
|
+
jwt_configuration?: {
|
|
13118
|
+
[x: string]: any;
|
|
13119
|
+
} | undefined;
|
|
13120
|
+
signing_keys?: {
|
|
13121
|
+
[x: string]: any;
|
|
13122
|
+
}[] | undefined;
|
|
13123
|
+
encryption_key?: {
|
|
13124
|
+
[x: string]: any;
|
|
13125
|
+
} | undefined;
|
|
13126
|
+
cross_origin_loc?: string | undefined;
|
|
13127
|
+
custom_login_page?: string | undefined;
|
|
13128
|
+
custom_login_page_preview?: string | undefined;
|
|
13129
|
+
form_template?: string | undefined;
|
|
13130
|
+
addons?: {
|
|
13131
|
+
[x: string]: any;
|
|
13132
|
+
} | undefined;
|
|
13133
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13134
|
+
client_metadata?: {
|
|
13135
|
+
[x: string]: string;
|
|
13136
|
+
} | undefined;
|
|
13137
|
+
hide_sign_up_disabled_error?: boolean | undefined;
|
|
13138
|
+
mobile?: {
|
|
13139
|
+
[x: string]: any;
|
|
13140
|
+
} | undefined;
|
|
13141
|
+
initiate_login_uri?: string | undefined;
|
|
13142
|
+
native_social_login?: {
|
|
13143
|
+
[x: string]: any;
|
|
13144
|
+
} | undefined;
|
|
13145
|
+
refresh_token?: {
|
|
13146
|
+
rotation_type?: "rotating" | "non-rotating" | undefined;
|
|
13147
|
+
leeway?: number | undefined;
|
|
13148
|
+
expiration_type?: "expiring" | "non-expiring" | undefined;
|
|
13149
|
+
token_lifetime?: number | undefined;
|
|
13150
|
+
infinite_token_lifetime?: boolean | undefined;
|
|
13151
|
+
idle_token_lifetime?: number | undefined;
|
|
13152
|
+
infinite_idle_token_lifetime?: boolean | undefined;
|
|
13153
|
+
} | undefined;
|
|
13154
|
+
default_organization?: {
|
|
13155
|
+
[x: string]: any;
|
|
13156
|
+
} | undefined;
|
|
13157
|
+
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
13158
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined;
|
|
13159
|
+
client_authentication_methods?: {
|
|
13160
|
+
[x: string]: any;
|
|
13161
|
+
} | undefined;
|
|
13162
|
+
signed_request_object?: {
|
|
13163
|
+
[x: string]: any;
|
|
13164
|
+
} | undefined;
|
|
13165
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined;
|
|
13166
|
+
par_request_expiry?: number | undefined;
|
|
13167
|
+
token_quota?: {
|
|
13168
|
+
[x: string]: any;
|
|
13169
|
+
} | undefined;
|
|
13170
|
+
owner_user_id?: string | undefined;
|
|
13171
|
+
registration_type?: "manual" | "open_dcr" | "iat_dcr" | undefined;
|
|
13172
|
+
registration_metadata?: {
|
|
13173
|
+
[x: string]: any;
|
|
13174
|
+
} | undefined;
|
|
13175
|
+
user_linking_mode?: "builtin" | "off" | undefined;
|
|
13176
|
+
}[];
|
|
13177
|
+
next?: string | undefined;
|
|
12925
13178
|
};
|
|
12926
13179
|
outputFormat: "json";
|
|
12927
13180
|
status: 200;
|
|
@@ -12988,7 +13241,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
12988
13241
|
addons?: {
|
|
12989
13242
|
[x: string]: any;
|
|
12990
13243
|
} | undefined;
|
|
12991
|
-
token_endpoint_auth_method?: "
|
|
13244
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
12992
13245
|
client_metadata?: {
|
|
12993
13246
|
[x: string]: string;
|
|
12994
13247
|
} | undefined;
|
|
@@ -13098,7 +13351,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13098
13351
|
custom_login_page_preview?: string | undefined;
|
|
13099
13352
|
form_template?: string | undefined;
|
|
13100
13353
|
addons?: Record<string, any> | undefined;
|
|
13101
|
-
token_endpoint_auth_method?: "
|
|
13354
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13102
13355
|
client_metadata?: Record<string, string> | undefined;
|
|
13103
13356
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
13104
13357
|
mobile?: Record<string, any> | undefined;
|
|
@@ -13178,7 +13431,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13178
13431
|
addons?: {
|
|
13179
13432
|
[x: string]: any;
|
|
13180
13433
|
} | undefined;
|
|
13181
|
-
token_endpoint_auth_method?: "
|
|
13434
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13182
13435
|
client_metadata?: {
|
|
13183
13436
|
[x: string]: string;
|
|
13184
13437
|
} | undefined;
|
|
@@ -13267,7 +13520,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13267
13520
|
custom_login_page_preview?: string | undefined;
|
|
13268
13521
|
form_template?: string | undefined;
|
|
13269
13522
|
addons?: Record<string, any> | undefined;
|
|
13270
|
-
token_endpoint_auth_method?: "
|
|
13523
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13271
13524
|
client_metadata?: Record<string, string> | undefined;
|
|
13272
13525
|
hide_sign_up_disabled_error?: boolean | undefined;
|
|
13273
13526
|
mobile?: Record<string, any> | undefined;
|
|
@@ -13347,7 +13600,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13347
13600
|
addons?: {
|
|
13348
13601
|
[x: string]: any;
|
|
13349
13602
|
} | undefined;
|
|
13350
|
-
token_endpoint_auth_method?: "
|
|
13603
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
13351
13604
|
client_metadata?: {
|
|
13352
13605
|
[x: string]: string;
|
|
13353
13606
|
} | undefined;
|
|
@@ -13469,7 +13722,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13469
13722
|
active?: boolean | undefined;
|
|
13470
13723
|
} | undefined;
|
|
13471
13724
|
signup?: {
|
|
13472
|
-
status?: "
|
|
13725
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13473
13726
|
verification?: {
|
|
13474
13727
|
active?: boolean | undefined;
|
|
13475
13728
|
} | undefined;
|
|
@@ -13486,7 +13739,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13486
13739
|
active?: boolean | undefined;
|
|
13487
13740
|
} | undefined;
|
|
13488
13741
|
signup?: {
|
|
13489
|
-
status?: "
|
|
13742
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13490
13743
|
} | undefined;
|
|
13491
13744
|
validation?: {
|
|
13492
13745
|
max_length?: number | undefined;
|
|
@@ -13503,7 +13756,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13503
13756
|
active?: boolean | undefined;
|
|
13504
13757
|
} | undefined;
|
|
13505
13758
|
signup?: {
|
|
13506
|
-
status?: "
|
|
13759
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13507
13760
|
} | undefined;
|
|
13508
13761
|
} | undefined;
|
|
13509
13762
|
} | undefined;
|
|
@@ -13623,7 +13876,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13623
13876
|
active?: boolean | undefined;
|
|
13624
13877
|
} | undefined;
|
|
13625
13878
|
signup?: {
|
|
13626
|
-
status?: "
|
|
13879
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13627
13880
|
verification?: {
|
|
13628
13881
|
active?: boolean | undefined;
|
|
13629
13882
|
} | undefined;
|
|
@@ -13640,7 +13893,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13640
13893
|
active?: boolean | undefined;
|
|
13641
13894
|
} | undefined;
|
|
13642
13895
|
signup?: {
|
|
13643
|
-
status?: "
|
|
13896
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13644
13897
|
} | undefined;
|
|
13645
13898
|
validation?: {
|
|
13646
13899
|
max_length?: number | undefined;
|
|
@@ -13657,7 +13910,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
13657
13910
|
active?: boolean | undefined;
|
|
13658
13911
|
} | undefined;
|
|
13659
13912
|
signup?: {
|
|
13660
|
-
status?: "
|
|
13913
|
+
status?: "optional" | "required" | "disabled" | undefined;
|
|
13661
13914
|
} | undefined;
|
|
13662
13915
|
} | undefined;
|
|
13663
13916
|
} | undefined;
|
|
@@ -14614,7 +14867,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14614
14867
|
};
|
|
14615
14868
|
};
|
|
14616
14869
|
output: {
|
|
14617
|
-
type: "fn" | "i" | "
|
|
14870
|
+
type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14618
14871
|
date: string;
|
|
14619
14872
|
isMobile: boolean;
|
|
14620
14873
|
log_id: string;
|
|
@@ -14653,7 +14906,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14653
14906
|
limit: number;
|
|
14654
14907
|
length: number;
|
|
14655
14908
|
logs: {
|
|
14656
|
-
type: "fn" | "i" | "
|
|
14909
|
+
type: "fn" | "i" | "cs" | "fi" | "sv" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
|
|
14657
14910
|
date: string;
|
|
14658
14911
|
isMobile: boolean;
|
|
14659
14912
|
log_id: string;
|
|
@@ -14972,7 +15225,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14972
15225
|
};
|
|
14973
15226
|
} & {
|
|
14974
15227
|
json: {
|
|
14975
|
-
template: "
|
|
15228
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14976
15229
|
body: string;
|
|
14977
15230
|
from: string;
|
|
14978
15231
|
subject: string;
|
|
@@ -14993,7 +15246,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
14993
15246
|
};
|
|
14994
15247
|
} & {
|
|
14995
15248
|
json: {
|
|
14996
|
-
template: "
|
|
15249
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
14997
15250
|
body: string;
|
|
14998
15251
|
from: string;
|
|
14999
15252
|
subject: string;
|
|
@@ -15005,7 +15258,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15005
15258
|
};
|
|
15006
15259
|
};
|
|
15007
15260
|
output: {
|
|
15008
|
-
template: "
|
|
15261
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15009
15262
|
body: string;
|
|
15010
15263
|
from: string;
|
|
15011
15264
|
subject: string;
|
|
@@ -15028,7 +15281,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15028
15281
|
};
|
|
15029
15282
|
};
|
|
15030
15283
|
output: {
|
|
15031
|
-
name: "
|
|
15284
|
+
name: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15032
15285
|
body: string;
|
|
15033
15286
|
subject: string;
|
|
15034
15287
|
}[];
|
|
@@ -15041,7 +15294,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15041
15294
|
$get: {
|
|
15042
15295
|
input: {
|
|
15043
15296
|
param: {
|
|
15044
|
-
templateName: "
|
|
15297
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15045
15298
|
};
|
|
15046
15299
|
} & {
|
|
15047
15300
|
header: {
|
|
@@ -15054,7 +15307,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15054
15307
|
} | {
|
|
15055
15308
|
input: {
|
|
15056
15309
|
param: {
|
|
15057
|
-
templateName: "
|
|
15310
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15058
15311
|
};
|
|
15059
15312
|
} & {
|
|
15060
15313
|
header: {
|
|
@@ -15062,7 +15315,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15062
15315
|
};
|
|
15063
15316
|
};
|
|
15064
15317
|
output: {
|
|
15065
|
-
template: "
|
|
15318
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15066
15319
|
body: string;
|
|
15067
15320
|
from: string;
|
|
15068
15321
|
subject: string;
|
|
@@ -15081,7 +15334,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15081
15334
|
$put: {
|
|
15082
15335
|
input: {
|
|
15083
15336
|
param: {
|
|
15084
|
-
templateName: "
|
|
15337
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15085
15338
|
};
|
|
15086
15339
|
} & {
|
|
15087
15340
|
header: {
|
|
@@ -15089,7 +15342,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15089
15342
|
};
|
|
15090
15343
|
} & {
|
|
15091
15344
|
json: {
|
|
15092
|
-
template: "
|
|
15345
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15093
15346
|
body: string;
|
|
15094
15347
|
subject: string;
|
|
15095
15348
|
syntax?: "liquid" | undefined;
|
|
@@ -15101,7 +15354,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15101
15354
|
};
|
|
15102
15355
|
};
|
|
15103
15356
|
output: {
|
|
15104
|
-
template: "
|
|
15357
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15105
15358
|
body: string;
|
|
15106
15359
|
from: string;
|
|
15107
15360
|
subject: string;
|
|
@@ -15120,7 +15373,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15120
15373
|
$patch: {
|
|
15121
15374
|
input: {
|
|
15122
15375
|
param: {
|
|
15123
|
-
templateName: "
|
|
15376
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15124
15377
|
};
|
|
15125
15378
|
} & {
|
|
15126
15379
|
header: {
|
|
@@ -15128,7 +15381,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15128
15381
|
};
|
|
15129
15382
|
} & {
|
|
15130
15383
|
json: {
|
|
15131
|
-
template?: "
|
|
15384
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
15132
15385
|
body?: string | undefined;
|
|
15133
15386
|
from?: string | undefined;
|
|
15134
15387
|
subject?: string | undefined;
|
|
@@ -15145,7 +15398,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15145
15398
|
} | {
|
|
15146
15399
|
input: {
|
|
15147
15400
|
param: {
|
|
15148
|
-
templateName: "
|
|
15401
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15149
15402
|
};
|
|
15150
15403
|
} & {
|
|
15151
15404
|
header: {
|
|
@@ -15153,7 +15406,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15153
15406
|
};
|
|
15154
15407
|
} & {
|
|
15155
15408
|
json: {
|
|
15156
|
-
template?: "
|
|
15409
|
+
template?: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation" | undefined;
|
|
15157
15410
|
body?: string | undefined;
|
|
15158
15411
|
from?: string | undefined;
|
|
15159
15412
|
subject?: string | undefined;
|
|
@@ -15165,7 +15418,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15165
15418
|
};
|
|
15166
15419
|
};
|
|
15167
15420
|
output: {
|
|
15168
|
-
template: "
|
|
15421
|
+
template: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15169
15422
|
body: string;
|
|
15170
15423
|
from: string;
|
|
15171
15424
|
subject: string;
|
|
@@ -15184,7 +15437,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15184
15437
|
$delete: {
|
|
15185
15438
|
input: {
|
|
15186
15439
|
param: {
|
|
15187
|
-
templateName: "
|
|
15440
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15188
15441
|
};
|
|
15189
15442
|
} & {
|
|
15190
15443
|
header: {
|
|
@@ -15197,7 +15450,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15197
15450
|
} | {
|
|
15198
15451
|
input: {
|
|
15199
15452
|
param: {
|
|
15200
|
-
templateName: "
|
|
15453
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15201
15454
|
};
|
|
15202
15455
|
} & {
|
|
15203
15456
|
header: {
|
|
@@ -15214,7 +15467,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15214
15467
|
$post: {
|
|
15215
15468
|
input: {
|
|
15216
15469
|
param: {
|
|
15217
|
-
templateName: "
|
|
15470
|
+
templateName: "change_password" | "verify_email" | "password_reset" | "verify_email_by_code" | "reset_email" | "reset_email_by_code" | "welcome_email" | "blocked_account" | "stolen_credentials" | "enrollment_email" | "mfa_oob_code" | "user_invitation";
|
|
15218
15471
|
};
|
|
15219
15472
|
} & {
|
|
15220
15473
|
header: {
|
|
@@ -15497,7 +15750,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15497
15750
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15498
15751
|
custom_domain_id: string;
|
|
15499
15752
|
primary: boolean;
|
|
15500
|
-
status: "
|
|
15753
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
15501
15754
|
verification_method?: "txt" | undefined;
|
|
15502
15755
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15503
15756
|
domain_metadata?: {
|
|
@@ -15538,7 +15791,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15538
15791
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15539
15792
|
custom_domain_id: string;
|
|
15540
15793
|
primary: boolean;
|
|
15541
|
-
status: "
|
|
15794
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
15542
15795
|
verification_method?: "txt" | undefined;
|
|
15543
15796
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15544
15797
|
domain_metadata?: {
|
|
@@ -15602,7 +15855,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15602
15855
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15603
15856
|
custom_domain_id: string;
|
|
15604
15857
|
primary: boolean;
|
|
15605
|
-
status: "
|
|
15858
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
15606
15859
|
verification_method?: "txt" | undefined;
|
|
15607
15860
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15608
15861
|
domain_metadata?: {
|
|
@@ -15649,7 +15902,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15649
15902
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15650
15903
|
custom_domain_id: string;
|
|
15651
15904
|
primary: boolean;
|
|
15652
|
-
status: "
|
|
15905
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
15653
15906
|
verification_method?: "txt" | undefined;
|
|
15654
15907
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15655
15908
|
domain_metadata?: {
|
|
@@ -15695,7 +15948,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15695
15948
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15696
15949
|
custom_domain_id: string;
|
|
15697
15950
|
primary: boolean;
|
|
15698
|
-
status: "
|
|
15951
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
15699
15952
|
verification_method?: "txt" | undefined;
|
|
15700
15953
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15701
15954
|
domain_metadata?: {
|
|
@@ -15736,7 +15989,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15736
15989
|
type: "auth0_managed_certs" | "self_managed_certs";
|
|
15737
15990
|
custom_domain_id: string;
|
|
15738
15991
|
primary: boolean;
|
|
15739
|
-
status: "
|
|
15992
|
+
status: "pending" | "ready" | "disabled" | "pending_verification";
|
|
15740
15993
|
verification_method?: "txt" | undefined;
|
|
15741
15994
|
custom_client_ip_header?: "null" | "true-client-ip" | "cf-connecting-ip" | "x-forwarded-for" | "x-azure-clientip" | undefined;
|
|
15742
15995
|
domain_metadata?: {
|
|
@@ -15835,12 +16088,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15835
16088
|
background_color: string;
|
|
15836
16089
|
background_image_url: string;
|
|
15837
16090
|
page_layout: "center" | "left" | "right";
|
|
15838
|
-
logo_placement?: "
|
|
16091
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
15839
16092
|
};
|
|
15840
16093
|
widget: {
|
|
15841
16094
|
header_text_alignment: "center" | "left" | "right";
|
|
15842
16095
|
logo_height: number;
|
|
15843
|
-
logo_position: "
|
|
16096
|
+
logo_position: "center" | "left" | "right" | "none";
|
|
15844
16097
|
logo_url: string;
|
|
15845
16098
|
social_buttons_layout: "bottom" | "top";
|
|
15846
16099
|
};
|
|
@@ -15925,12 +16178,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
15925
16178
|
background_color: string;
|
|
15926
16179
|
background_image_url: string;
|
|
15927
16180
|
page_layout: "center" | "left" | "right";
|
|
15928
|
-
logo_placement?: "
|
|
16181
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
15929
16182
|
};
|
|
15930
16183
|
widget: {
|
|
15931
16184
|
header_text_alignment: "center" | "left" | "right";
|
|
15932
16185
|
logo_height: number;
|
|
15933
|
-
logo_position: "
|
|
16186
|
+
logo_position: "center" | "left" | "right" | "none";
|
|
15934
16187
|
logo_url: string;
|
|
15935
16188
|
social_buttons_layout: "bottom" | "top";
|
|
15936
16189
|
};
|
|
@@ -16004,12 +16257,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16004
16257
|
background_color: string;
|
|
16005
16258
|
background_image_url: string;
|
|
16006
16259
|
page_layout: "center" | "left" | "right";
|
|
16007
|
-
logo_placement?: "
|
|
16260
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
16008
16261
|
};
|
|
16009
16262
|
widget: {
|
|
16010
16263
|
header_text_alignment: "center" | "left" | "right";
|
|
16011
16264
|
logo_height: number;
|
|
16012
|
-
logo_position: "
|
|
16265
|
+
logo_position: "center" | "left" | "right" | "none";
|
|
16013
16266
|
logo_url: string;
|
|
16014
16267
|
social_buttons_layout: "bottom" | "top";
|
|
16015
16268
|
};
|
|
@@ -16166,7 +16419,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16166
16419
|
} & {
|
|
16167
16420
|
json: {
|
|
16168
16421
|
body?: string | undefined;
|
|
16169
|
-
screen?: "password" | "
|
|
16422
|
+
screen?: "password" | "login" | "identifier" | "signup" | undefined;
|
|
16170
16423
|
branding?: {
|
|
16171
16424
|
colors?: {
|
|
16172
16425
|
primary: string;
|
|
@@ -16252,12 +16505,12 @@ declare function init(config: AuthHeroConfig): {
|
|
|
16252
16505
|
background_color: string;
|
|
16253
16506
|
background_image_url: string;
|
|
16254
16507
|
page_layout: "center" | "left" | "right";
|
|
16255
|
-
logo_placement?: "
|
|
16508
|
+
logo_placement?: "widget" | "none" | "chip" | undefined;
|
|
16256
16509
|
} | undefined;
|
|
16257
16510
|
widget?: {
|
|
16258
16511
|
header_text_alignment: "center" | "left" | "right";
|
|
16259
16512
|
logo_height: number;
|
|
16260
|
-
logo_position: "
|
|
16513
|
+
logo_position: "center" | "left" | "right" | "none";
|
|
16261
16514
|
logo_url: string;
|
|
16262
16515
|
social_buttons_layout: "bottom" | "top";
|
|
16263
16516
|
} | undefined;
|
|
@@ -17437,7 +17690,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17437
17690
|
scope?: string | undefined;
|
|
17438
17691
|
grant_types?: string[] | undefined;
|
|
17439
17692
|
response_types?: string[] | undefined;
|
|
17440
|
-
token_endpoint_auth_method?: "
|
|
17693
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
17441
17694
|
jwks_uri?: string | undefined;
|
|
17442
17695
|
jwks?: Record<string, unknown> | undefined;
|
|
17443
17696
|
software_id?: string | undefined;
|
|
@@ -17526,7 +17779,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17526
17779
|
scope?: string | undefined;
|
|
17527
17780
|
grant_types?: string[] | undefined;
|
|
17528
17781
|
response_types?: string[] | undefined;
|
|
17529
|
-
token_endpoint_auth_method?: "
|
|
17782
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | "client_secret_jwt" | "private_key_jwt" | undefined;
|
|
17530
17783
|
jwks_uri?: string | undefined;
|
|
17531
17784
|
jwks?: Record<string, unknown> | undefined;
|
|
17532
17785
|
software_id?: string | undefined;
|
|
@@ -17873,19 +18126,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17873
18126
|
send: "code" | "link";
|
|
17874
18127
|
authParams: {
|
|
17875
18128
|
audience?: string | undefined;
|
|
17876
|
-
scope?: string | undefined;
|
|
17877
18129
|
username?: string | undefined;
|
|
17878
|
-
|
|
18130
|
+
scope?: string | undefined;
|
|
17879
18131
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
17880
18132
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
17881
18133
|
state?: string | undefined;
|
|
17882
|
-
nonce?: string | undefined;
|
|
17883
|
-
act_as?: string | undefined;
|
|
17884
|
-
redirect_uri?: string | undefined;
|
|
17885
18134
|
prompt?: string | undefined;
|
|
18135
|
+
ui_locales?: string | undefined;
|
|
18136
|
+
organization?: string | undefined;
|
|
18137
|
+
redirect_uri?: string | undefined;
|
|
18138
|
+
act_as?: string | undefined;
|
|
18139
|
+
nonce?: string | undefined;
|
|
17886
18140
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
17887
18141
|
code_challenge?: string | undefined;
|
|
17888
|
-
ui_locales?: string | undefined;
|
|
17889
18142
|
max_age?: number | undefined;
|
|
17890
18143
|
acr_values?: string | undefined;
|
|
17891
18144
|
claims?: {
|
|
@@ -17909,19 +18162,19 @@ declare function init(config: AuthHeroConfig): {
|
|
|
17909
18162
|
send: "code" | "link";
|
|
17910
18163
|
authParams: {
|
|
17911
18164
|
audience?: string | undefined;
|
|
17912
|
-
scope?: string | undefined;
|
|
17913
18165
|
username?: string | undefined;
|
|
17914
|
-
|
|
18166
|
+
scope?: string | undefined;
|
|
17915
18167
|
response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
|
|
17916
18168
|
response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
|
|
17917
18169
|
state?: string | undefined;
|
|
17918
|
-
nonce?: string | undefined;
|
|
17919
|
-
act_as?: string | undefined;
|
|
17920
|
-
redirect_uri?: string | undefined;
|
|
17921
18170
|
prompt?: string | undefined;
|
|
18171
|
+
ui_locales?: string | undefined;
|
|
18172
|
+
organization?: string | undefined;
|
|
18173
|
+
redirect_uri?: string | undefined;
|
|
18174
|
+
act_as?: string | undefined;
|
|
18175
|
+
nonce?: string | undefined;
|
|
17922
18176
|
code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
|
|
17923
18177
|
code_challenge?: string | undefined;
|
|
17924
|
-
ui_locales?: string | undefined;
|
|
17925
18178
|
max_age?: number | undefined;
|
|
17926
18179
|
acr_values?: string | undefined;
|
|
17927
18180
|
claims?: {
|
|
@@ -18150,7 +18403,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18150
18403
|
client_id: string;
|
|
18151
18404
|
username: string;
|
|
18152
18405
|
otp: string;
|
|
18153
|
-
realm: "
|
|
18406
|
+
realm: "sms" | "email";
|
|
18154
18407
|
} | {
|
|
18155
18408
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18156
18409
|
subject_token: string;
|
|
@@ -18197,7 +18450,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18197
18450
|
client_id: string;
|
|
18198
18451
|
username: string;
|
|
18199
18452
|
otp: string;
|
|
18200
|
-
realm: "
|
|
18453
|
+
realm: "sms" | "email";
|
|
18201
18454
|
} | {
|
|
18202
18455
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18203
18456
|
subject_token: string;
|
|
@@ -18249,7 +18502,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18249
18502
|
client_id: string;
|
|
18250
18503
|
username: string;
|
|
18251
18504
|
otp: string;
|
|
18252
|
-
realm: "
|
|
18505
|
+
realm: "sms" | "email";
|
|
18253
18506
|
} | {
|
|
18254
18507
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18255
18508
|
subject_token: string;
|
|
@@ -18296,7 +18549,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18296
18549
|
client_id: string;
|
|
18297
18550
|
username: string;
|
|
18298
18551
|
otp: string;
|
|
18299
|
-
realm: "
|
|
18552
|
+
realm: "sms" | "email";
|
|
18300
18553
|
} | {
|
|
18301
18554
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18302
18555
|
subject_token: string;
|
|
@@ -18356,7 +18609,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18356
18609
|
client_id: string;
|
|
18357
18610
|
username: string;
|
|
18358
18611
|
otp: string;
|
|
18359
|
-
realm: "
|
|
18612
|
+
realm: "sms" | "email";
|
|
18360
18613
|
} | {
|
|
18361
18614
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18362
18615
|
subject_token: string;
|
|
@@ -18403,7 +18656,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18403
18656
|
client_id: string;
|
|
18404
18657
|
username: string;
|
|
18405
18658
|
otp: string;
|
|
18406
|
-
realm: "
|
|
18659
|
+
realm: "sms" | "email";
|
|
18407
18660
|
} | {
|
|
18408
18661
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18409
18662
|
subject_token: string;
|
|
@@ -18458,7 +18711,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18458
18711
|
client_id: string;
|
|
18459
18712
|
username: string;
|
|
18460
18713
|
otp: string;
|
|
18461
|
-
realm: "
|
|
18714
|
+
realm: "sms" | "email";
|
|
18462
18715
|
} | {
|
|
18463
18716
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18464
18717
|
subject_token: string;
|
|
@@ -18505,7 +18758,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18505
18758
|
client_id: string;
|
|
18506
18759
|
username: string;
|
|
18507
18760
|
otp: string;
|
|
18508
|
-
realm: "
|
|
18761
|
+
realm: "sms" | "email";
|
|
18509
18762
|
} | {
|
|
18510
18763
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18511
18764
|
subject_token: string;
|
|
@@ -18560,7 +18813,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18560
18813
|
client_id: string;
|
|
18561
18814
|
username: string;
|
|
18562
18815
|
otp: string;
|
|
18563
|
-
realm: "
|
|
18816
|
+
realm: "sms" | "email";
|
|
18564
18817
|
} | {
|
|
18565
18818
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18566
18819
|
subject_token: string;
|
|
@@ -18607,7 +18860,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
18607
18860
|
client_id: string;
|
|
18608
18861
|
username: string;
|
|
18609
18862
|
otp: string;
|
|
18610
|
-
realm: "
|
|
18863
|
+
realm: "sms" | "email";
|
|
18611
18864
|
} | {
|
|
18612
18865
|
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange";
|
|
18613
18866
|
subject_token: string;
|
|
@@ -19827,7 +20080,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19827
20080
|
$get: {
|
|
19828
20081
|
input: {
|
|
19829
20082
|
param: {
|
|
19830
|
-
screen: "
|
|
20083
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
19831
20084
|
};
|
|
19832
20085
|
} & {
|
|
19833
20086
|
query: {
|
|
@@ -19843,7 +20096,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19843
20096
|
} | {
|
|
19844
20097
|
input: {
|
|
19845
20098
|
param: {
|
|
19846
|
-
screen: "
|
|
20099
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
19847
20100
|
};
|
|
19848
20101
|
} & {
|
|
19849
20102
|
query: {
|
|
@@ -19859,7 +20112,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19859
20112
|
} | {
|
|
19860
20113
|
input: {
|
|
19861
20114
|
param: {
|
|
19862
|
-
screen: "
|
|
20115
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
19863
20116
|
};
|
|
19864
20117
|
} & {
|
|
19865
20118
|
query: {
|
|
@@ -19879,7 +20132,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19879
20132
|
$post: {
|
|
19880
20133
|
input: {
|
|
19881
20134
|
param: {
|
|
19882
|
-
screen: "
|
|
20135
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
19883
20136
|
};
|
|
19884
20137
|
} & {
|
|
19885
20138
|
query: {
|
|
@@ -19897,7 +20150,7 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19897
20150
|
} | {
|
|
19898
20151
|
input: {
|
|
19899
20152
|
param: {
|
|
19900
|
-
screen: "
|
|
20153
|
+
screen: "login" | "signup" | "reset-password" | "consent" | "enter-password" | "impersonate" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "reset-password/code" | "reset-password/request" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
|
|
19901
20154
|
};
|
|
19902
20155
|
} & {
|
|
19903
20156
|
query: {
|
|
@@ -19995,5 +20248,5 @@ declare function init(config: AuthHeroConfig): {
|
|
|
19995
20248
|
createX509Certificate: typeof createX509Certificate;
|
|
19996
20249
|
};
|
|
19997
20250
|
|
|
19998
|
-
export { AppLogo, AuthLayout, Button$1 as Button, Button as ButtonUI, CONTROL_PLANE_SYNC_EVENT_PREFIX, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Card as CardUI, CodeHookDestination, ControlPlaneSyncDestination, EmailValidatedPage, EnterCodePage, EnterPasswordPage, ErrorMessage, Footer, ForgotPasswordPage, ForgotPasswordSentPage, FormComponent, GoBack, Google as GoogleLogo, Icon, IdentifierForm, IdentifierPage, Input as InputUI, InvalidSessionPage as InvalidSession, Label as LabelUI, Layout, LocalCodeExecutor, LogsDestination, MANAGEMENT_API_AUDIENCE, MANAGEMENT_API_SCOPES, MailgunEmailService, MessagePage as Message, PostmarkEmailService, PreSignUpConfirmationPage, PreSignupPage as PreSignUpPage, RegistrationFinalizerDestination, ResendEmailService, ResetPasswordPage, SignupPage as SignUpPage, SocialButton, Spinner, Trans, USERNAME_PASSWORD_PROVIDER, UnverifiedEmailPage, UserNotFound as UserNotFoundPage, VippsLogo, WebhookDestination, addEntityHooks, backfillProxyHostsToKv, cleanupOutbox, cleanupSessions, cleanupUserSessions, clientInfoMiddleware, createApplySyncEvents, createAuthMiddleware, createDefaultDestinations, createEncryptedDataAdapter, createEncryptedDataAdapterWithKeyRing, createInMemoryCache, decryptField, decryptFieldWithRing, deepMergePatch, drainOutbox, encryptField, encryptFieldWithRing, ensureMutableResponse, fetchAll, init, injectTailwindCSS, isAllowedIssuer, isEncrypted, isInteractiveClient, listControlPlaneKeys, loadEncryptionKey, mailgunCredentialsSchema, parseKeyId, postmarkCredentialsSchema, index_d as preDefinedHooks, provisionDefaultClients, resendCredentialsSchema, resolveSigningKeyMode, resolveSigningKeys, runOutboxRelay, seed, tailwindCss, tenantMiddleware, toMutableResponse, verifyControlPlaneToken, waitUntil, wrapProxyAdaptersWithKvPublish };
|
|
19999
|
-
export type { AuthHeroConfig, BackfillProxyHostsOptions, BackfillResult, ControlPlaneSyncDestinationOptions, CreateApplySyncEventsOptions, CreateDefaultDestinationsConfig, EncryptKeyIdResolver, EnsureUsernameOptions, EntityHookContext, EntityHooks, EntityHooksConfig, EventDestination, FetchAllOptions, GetServiceToken, HookEvent, HookRequest, Hooks, InMemoryCacheConfig, IssuerResolver, KeyRing, KvPublishOptions, MailgunCredentials, MailgunEmailServiceOptions, ManagementApiExtension, ManagementApiScope, ManagementAudienceResolver, OnExecuteCredentialsExchange, OnExecuteCredentialsExchangeAPI, OnExecutePostLogin, OnExecutePostLoginAPI, OnExecutePostUserDeletion, OnExecutePostUserDeletionAPI, OnExecutePostUserRegistration, OnExecutePostUserRegistrationAPI, OnExecutePostUserUpdate, OnExecutePostUserUpdateAPI, OnExecutePreUserDeletion, OnExecutePreUserDeletionAPI, OnExecutePreUserRegistration, OnExecutePreUserRegistrationAPI, OnExecutePreUserUpdate, OnExecutePreUserUpdateAPI, OnExecuteValidateRegistrationUsername, OnExecuteValidateRegistrationUsernameAPI, OnFetchUserInfo, OnFetchUserInfoAPI, OutboxCleanupParams, OutboxConfig, PostmarkCredentials, PostmarkEmailServiceOptions, ProvisionDefaultClientsOptions, ProvisionDefaultClientsResult, ResendCredentials, ResendEmailServiceOptions, ResolveSigningKeysOptions, RolePermissionHooks, RunOutboxRelayConfig, SeedOptions, SeedResult, SigningKeyMode, SigningKeyModeOption, SigningKeyModeResolver, SyncEntity, SyncEvent, SyncOp, TenantOperationExecutorBinding, TokenAPI, Transaction, UserInfoEvent, UserLinkingMode, UserLinkingModeOption, UserLinkingModeResolver, UserSessionCleanupParams, UsernamePasswordProviderResolver, VerifyControlPlaneTokenOptions, VerifyControlPlaneTokenResult, WebhookDestinationOptions, WebhookInvoker, WebhookInvokerParams, WrappedProxyAdapters };
|
|
20251
|
+
export { AppLogo, AuthLayout, Button$1 as Button, Button as ButtonUI, CONTROL_PLANE_SYNC_EVENT_PREFIX, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Card as CardUI, CodeHookDestination, ControlPlaneSyncDestination, DEFAULT_WFP_DISPATCH_BINDING, DEFAULT_WFP_SCRIPT_NAME_TEMPLATE, EmailValidatedPage, EnterCodePage, EnterPasswordPage, ErrorMessage, Footer, ForgotPasswordPage, ForgotPasswordSentPage, FormComponent, GoBack, Google as GoogleLogo, Icon, IdentifierForm, IdentifierPage, Input as InputUI, InvalidSessionPage as InvalidSession, Label as LabelUI, Layout, LocalCodeExecutor, LogsDestination, MANAGEMENT_API_AUDIENCE, MANAGEMENT_API_SCOPES, MailgunEmailService, MessagePage as Message, PostmarkEmailService, PreSignUpConfirmationPage, PreSignupPage as PreSignUpPage, RegistrationFinalizerDestination, ResendEmailService, ResetPasswordPage, SignupPage as SignUpPage, SocialButton, Spinner, Trans, USERNAME_PASSWORD_PROVIDER, UnverifiedEmailPage, UserNotFound as UserNotFoundPage, VippsLogo, WebhookDestination, addEntityHooks, backfillProxyHostsToKv, cleanupOutbox, cleanupSessions, cleanupUserSessions, clientInfoMiddleware, composeHostResolvers, createApplySyncEvents, createAuthMiddleware, createDefaultDestinations, createEncryptedDataAdapter, createEncryptedDataAdapterWithKeyRing, createInMemoryCache, createWfpTenantHostResolver, decryptField, decryptFieldWithRing, deepMergePatch, drainOutbox, encryptField, encryptFieldWithRing, ensureMutableResponse, fetchAll, init, injectTailwindCSS, isAllowedIssuer, isEncrypted, isInteractiveClient, isWfpSubdomainSafeTenantId, listControlPlaneKeys, loadEncryptionKey, mailgunCredentialsSchema, parseKeyId, postmarkCredentialsSchema, index_d as preDefinedHooks, provisionDefaultClients, resendCredentialsSchema, resolveSigningKeyMode, resolveSigningKeys, runOutboxRelay, seed, tailwindCss, tenantMiddleware, toMutableResponse, verifyControlPlaneToken, waitUntil, wfpTenantHost, wrapProxyAdaptersWithKvPublish, wrapTenantsAdapterWithWfpKvPublish };
|
|
20252
|
+
export type { AuthHeroConfig, BackfillProxyHostsOptions, BackfillResult, ControlPlaneSyncDestinationOptions, CreateApplySyncEventsOptions, CreateDefaultDestinationsConfig, EncryptKeyIdResolver, EnsureUsernameOptions, EntityHookContext, EntityHooks, EntityHooksConfig, EventDestination, FetchAllOptions, GetServiceToken, HookEvent, HookRequest, Hooks, InMemoryCacheConfig, IssuerResolver, KeyRing, KvPublishOptions, MailgunCredentials, MailgunEmailServiceOptions, ManagementApiExtension, ManagementApiScope, ManagementAudienceResolver, OnExecuteCredentialsExchange, OnExecuteCredentialsExchangeAPI, OnExecutePostLogin, OnExecutePostLoginAPI, OnExecutePostUserDeletion, OnExecutePostUserDeletionAPI, OnExecutePostUserRegistration, OnExecutePostUserRegistrationAPI, OnExecutePostUserUpdate, OnExecutePostUserUpdateAPI, OnExecutePreUserDeletion, OnExecutePreUserDeletionAPI, OnExecutePreUserRegistration, OnExecutePreUserRegistrationAPI, OnExecutePreUserUpdate, OnExecutePreUserUpdateAPI, OnExecuteValidateRegistrationUsername, OnExecuteValidateRegistrationUsernameAPI, OnFetchUserInfo, OnFetchUserInfoAPI, OutboxCleanupParams, OutboxConfig, PostmarkCredentials, PostmarkEmailServiceOptions, ProvisionDefaultClientsOptions, ProvisionDefaultClientsResult, ResendCredentials, ResendEmailServiceOptions, ResolveSigningKeysOptions, RolePermissionHooks, RunOutboxRelayConfig, SeedOptions, SeedResult, SigningKeyMode, SigningKeyModeOption, SigningKeyModeResolver, SyncEntity, SyncEvent, SyncOp, TenantOperationExecutorBinding, TokenAPI, Transaction, UserInfoEvent, UserLinkingMode, UserLinkingModeOption, UserLinkingModeResolver, UserSessionCleanupParams, UsernamePasswordProviderResolver, VerifyControlPlaneTokenOptions, VerifyControlPlaneTokenResult, WebhookDestinationOptions, WebhookInvoker, WebhookInvokerParams, WfpTenantHostResolverOptions, WfpTenantsKvPublishOptions, WrappedProxyAdapters };
|