authhero 0.212.0 → 0.214.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/authhero.cjs +51 -51
- package/dist/authhero.d.ts +438 -174
- package/dist/authhero.mjs +4784 -4614
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -19019,40 +19019,79 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
19019
19019
|
created_at: string;
|
|
19020
19020
|
updated_at: string;
|
|
19021
19021
|
name: string;
|
|
19022
|
-
|
|
19023
|
-
|
|
19022
|
+
client_id: string;
|
|
19023
|
+
global: boolean;
|
|
19024
|
+
is_first_party: boolean;
|
|
19025
|
+
oidc_conformant: boolean;
|
|
19026
|
+
sso: boolean;
|
|
19027
|
+
sso_disabled: boolean;
|
|
19028
|
+
cross_origin_authentication: boolean;
|
|
19029
|
+
custom_login_page_on: boolean;
|
|
19030
|
+
require_pushed_authorization_requests: boolean;
|
|
19031
|
+
require_proof_of_possession: boolean;
|
|
19032
|
+
description?: string | undefined | undefined;
|
|
19033
|
+
refresh_token?: {
|
|
19034
|
+
[x: string]: any;
|
|
19035
|
+
} | undefined;
|
|
19024
19036
|
callbacks?: string[] | undefined | undefined;
|
|
19025
19037
|
allowed_origins?: string[] | undefined | undefined;
|
|
19026
19038
|
web_origins?: string[] | undefined | undefined;
|
|
19027
19039
|
allowed_logout_urls?: string[] | undefined | undefined;
|
|
19028
19040
|
allowed_clients?: string[] | undefined | undefined;
|
|
19029
19041
|
addons?: {
|
|
19030
|
-
|
|
19031
|
-
audience?: string | undefined | undefined;
|
|
19032
|
-
recipient?: string | undefined | undefined;
|
|
19033
|
-
createUpnClaim?: boolean | undefined | undefined;
|
|
19034
|
-
mapUnknownClaimsAsIs?: boolean | undefined | undefined;
|
|
19035
|
-
passthroughClaimsWithNoMapping?: boolean | undefined | undefined;
|
|
19036
|
-
mapIdentities?: boolean | undefined | undefined;
|
|
19037
|
-
signatureAlgorithm?: string | undefined | undefined;
|
|
19038
|
-
digestAlgorithm?: string | undefined | undefined;
|
|
19039
|
-
issuer?: string | undefined | undefined;
|
|
19040
|
-
destination?: string | undefined | undefined;
|
|
19041
|
-
lifetimeInSeconds?: number | undefined | undefined;
|
|
19042
|
-
signResponse?: boolean | undefined | undefined;
|
|
19043
|
-
nameIdentifierFormat?: string | undefined | undefined;
|
|
19044
|
-
nameIdentifierProbes?: string[] | undefined | undefined;
|
|
19045
|
-
authnContextClassRef?: string | undefined | undefined;
|
|
19046
|
-
mappings?: {
|
|
19047
|
-
[x: string]: string;
|
|
19048
|
-
} | undefined;
|
|
19049
|
-
} | undefined;
|
|
19042
|
+
[x: string]: any;
|
|
19050
19043
|
} | undefined;
|
|
19051
|
-
email_validation?: "enabled" | "disabled" | "enforced" | undefined | undefined;
|
|
19052
19044
|
client_secret?: string | undefined | undefined;
|
|
19053
19045
|
client_metadata?: {
|
|
19054
19046
|
[x: string]: string;
|
|
19055
19047
|
} | undefined;
|
|
19048
|
+
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 | undefined;
|
|
19049
|
+
logo_uri?: string | undefined | undefined;
|
|
19050
|
+
client_aliases?: string[] | undefined | undefined;
|
|
19051
|
+
session_transfer?: {
|
|
19052
|
+
[x: string]: any;
|
|
19053
|
+
} | undefined;
|
|
19054
|
+
oidc_logout?: {
|
|
19055
|
+
[x: string]: any;
|
|
19056
|
+
} | undefined;
|
|
19057
|
+
grant_types?: string[] | undefined | undefined;
|
|
19058
|
+
jwt_configuration?: {
|
|
19059
|
+
[x: string]: any;
|
|
19060
|
+
} | undefined;
|
|
19061
|
+
signing_keys?: {
|
|
19062
|
+
[x: string]: any;
|
|
19063
|
+
}[] | undefined;
|
|
19064
|
+
encryption_key?: {
|
|
19065
|
+
[x: string]: any;
|
|
19066
|
+
} | undefined;
|
|
19067
|
+
cross_origin_loc?: string | undefined | undefined;
|
|
19068
|
+
custom_login_page?: string | undefined | undefined;
|
|
19069
|
+
custom_login_page_preview?: string | undefined | undefined;
|
|
19070
|
+
form_template?: string | undefined | undefined;
|
|
19071
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined | undefined;
|
|
19072
|
+
mobile?: {
|
|
19073
|
+
[x: string]: any;
|
|
19074
|
+
} | undefined;
|
|
19075
|
+
initiate_login_uri?: string | undefined | undefined;
|
|
19076
|
+
native_social_login?: {
|
|
19077
|
+
[x: string]: any;
|
|
19078
|
+
} | undefined;
|
|
19079
|
+
default_organization?: {
|
|
19080
|
+
[x: string]: any;
|
|
19081
|
+
} | undefined;
|
|
19082
|
+
organization_usage?: "deny" | "allow" | "require" | undefined | undefined;
|
|
19083
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined | undefined;
|
|
19084
|
+
client_authentication_methods?: {
|
|
19085
|
+
[x: string]: any;
|
|
19086
|
+
} | undefined;
|
|
19087
|
+
signed_request_object?: {
|
|
19088
|
+
[x: string]: any;
|
|
19089
|
+
} | undefined;
|
|
19090
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined | undefined;
|
|
19091
|
+
par_request_expiry?: number | undefined | undefined;
|
|
19092
|
+
token_quota?: {
|
|
19093
|
+
[x: string]: any;
|
|
19094
|
+
} | undefined;
|
|
19056
19095
|
}[] | {
|
|
19057
19096
|
length: number;
|
|
19058
19097
|
start: number;
|
|
@@ -19061,40 +19100,79 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
19061
19100
|
created_at: string;
|
|
19062
19101
|
updated_at: string;
|
|
19063
19102
|
name: string;
|
|
19064
|
-
|
|
19065
|
-
|
|
19103
|
+
client_id: string;
|
|
19104
|
+
global: boolean;
|
|
19105
|
+
is_first_party: boolean;
|
|
19106
|
+
oidc_conformant: boolean;
|
|
19107
|
+
sso: boolean;
|
|
19108
|
+
sso_disabled: boolean;
|
|
19109
|
+
cross_origin_authentication: boolean;
|
|
19110
|
+
custom_login_page_on: boolean;
|
|
19111
|
+
require_pushed_authorization_requests: boolean;
|
|
19112
|
+
require_proof_of_possession: boolean;
|
|
19113
|
+
description?: string | undefined | undefined;
|
|
19114
|
+
refresh_token?: {
|
|
19115
|
+
[x: string]: any;
|
|
19116
|
+
} | undefined;
|
|
19066
19117
|
callbacks?: string[] | undefined | undefined;
|
|
19067
19118
|
allowed_origins?: string[] | undefined | undefined;
|
|
19068
19119
|
web_origins?: string[] | undefined | undefined;
|
|
19069
19120
|
allowed_logout_urls?: string[] | undefined | undefined;
|
|
19070
19121
|
allowed_clients?: string[] | undefined | undefined;
|
|
19071
19122
|
addons?: {
|
|
19072
|
-
|
|
19073
|
-
audience?: string | undefined | undefined;
|
|
19074
|
-
recipient?: string | undefined | undefined;
|
|
19075
|
-
createUpnClaim?: boolean | undefined | undefined;
|
|
19076
|
-
mapUnknownClaimsAsIs?: boolean | undefined | undefined;
|
|
19077
|
-
passthroughClaimsWithNoMapping?: boolean | undefined | undefined;
|
|
19078
|
-
mapIdentities?: boolean | undefined | undefined;
|
|
19079
|
-
signatureAlgorithm?: string | undefined | undefined;
|
|
19080
|
-
digestAlgorithm?: string | undefined | undefined;
|
|
19081
|
-
issuer?: string | undefined | undefined;
|
|
19082
|
-
destination?: string | undefined | undefined;
|
|
19083
|
-
lifetimeInSeconds?: number | undefined | undefined;
|
|
19084
|
-
signResponse?: boolean | undefined | undefined;
|
|
19085
|
-
nameIdentifierFormat?: string | undefined | undefined;
|
|
19086
|
-
nameIdentifierProbes?: string[] | undefined | undefined;
|
|
19087
|
-
authnContextClassRef?: string | undefined | undefined;
|
|
19088
|
-
mappings?: {
|
|
19089
|
-
[x: string]: string;
|
|
19090
|
-
} | undefined;
|
|
19091
|
-
} | undefined;
|
|
19123
|
+
[x: string]: any;
|
|
19092
19124
|
} | undefined;
|
|
19093
|
-
email_validation?: "enabled" | "disabled" | "enforced" | undefined | undefined;
|
|
19094
19125
|
client_secret?: string | undefined | undefined;
|
|
19095
19126
|
client_metadata?: {
|
|
19096
19127
|
[x: string]: string;
|
|
19097
19128
|
} | undefined;
|
|
19129
|
+
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 | undefined;
|
|
19130
|
+
logo_uri?: string | undefined | undefined;
|
|
19131
|
+
client_aliases?: string[] | undefined | undefined;
|
|
19132
|
+
session_transfer?: {
|
|
19133
|
+
[x: string]: any;
|
|
19134
|
+
} | undefined;
|
|
19135
|
+
oidc_logout?: {
|
|
19136
|
+
[x: string]: any;
|
|
19137
|
+
} | undefined;
|
|
19138
|
+
grant_types?: string[] | undefined | undefined;
|
|
19139
|
+
jwt_configuration?: {
|
|
19140
|
+
[x: string]: any;
|
|
19141
|
+
} | undefined;
|
|
19142
|
+
signing_keys?: {
|
|
19143
|
+
[x: string]: any;
|
|
19144
|
+
}[] | undefined;
|
|
19145
|
+
encryption_key?: {
|
|
19146
|
+
[x: string]: any;
|
|
19147
|
+
} | undefined;
|
|
19148
|
+
cross_origin_loc?: string | undefined | undefined;
|
|
19149
|
+
custom_login_page?: string | undefined | undefined;
|
|
19150
|
+
custom_login_page_preview?: string | undefined | undefined;
|
|
19151
|
+
form_template?: string | undefined | undefined;
|
|
19152
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined | undefined;
|
|
19153
|
+
mobile?: {
|
|
19154
|
+
[x: string]: any;
|
|
19155
|
+
} | undefined;
|
|
19156
|
+
initiate_login_uri?: string | undefined | undefined;
|
|
19157
|
+
native_social_login?: {
|
|
19158
|
+
[x: string]: any;
|
|
19159
|
+
} | undefined;
|
|
19160
|
+
default_organization?: {
|
|
19161
|
+
[x: string]: any;
|
|
19162
|
+
} | undefined;
|
|
19163
|
+
organization_usage?: "deny" | "allow" | "require" | undefined | undefined;
|
|
19164
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined | undefined;
|
|
19165
|
+
client_authentication_methods?: {
|
|
19166
|
+
[x: string]: any;
|
|
19167
|
+
} | undefined;
|
|
19168
|
+
signed_request_object?: {
|
|
19169
|
+
[x: string]: any;
|
|
19170
|
+
} | undefined;
|
|
19171
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined | undefined;
|
|
19172
|
+
par_request_expiry?: number | undefined | undefined;
|
|
19173
|
+
token_quota?: {
|
|
19174
|
+
[x: string]: any;
|
|
19175
|
+
} | undefined;
|
|
19098
19176
|
}[];
|
|
19099
19177
|
};
|
|
19100
19178
|
outputFormat: "json";
|
|
@@ -19117,40 +19195,79 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
19117
19195
|
created_at: string;
|
|
19118
19196
|
updated_at: string;
|
|
19119
19197
|
name: string;
|
|
19120
|
-
|
|
19121
|
-
|
|
19198
|
+
client_id: string;
|
|
19199
|
+
global: boolean;
|
|
19200
|
+
is_first_party: boolean;
|
|
19201
|
+
oidc_conformant: boolean;
|
|
19202
|
+
sso: boolean;
|
|
19203
|
+
sso_disabled: boolean;
|
|
19204
|
+
cross_origin_authentication: boolean;
|
|
19205
|
+
custom_login_page_on: boolean;
|
|
19206
|
+
require_pushed_authorization_requests: boolean;
|
|
19207
|
+
require_proof_of_possession: boolean;
|
|
19208
|
+
description?: string | undefined | undefined;
|
|
19209
|
+
refresh_token?: {
|
|
19210
|
+
[x: string]: any;
|
|
19211
|
+
} | undefined;
|
|
19122
19212
|
callbacks?: string[] | undefined | undefined;
|
|
19123
19213
|
allowed_origins?: string[] | undefined | undefined;
|
|
19124
19214
|
web_origins?: string[] | undefined | undefined;
|
|
19125
19215
|
allowed_logout_urls?: string[] | undefined | undefined;
|
|
19126
19216
|
allowed_clients?: string[] | undefined | undefined;
|
|
19127
19217
|
addons?: {
|
|
19128
|
-
|
|
19129
|
-
audience?: string | undefined | undefined;
|
|
19130
|
-
recipient?: string | undefined | undefined;
|
|
19131
|
-
createUpnClaim?: boolean | undefined | undefined;
|
|
19132
|
-
mapUnknownClaimsAsIs?: boolean | undefined | undefined;
|
|
19133
|
-
passthroughClaimsWithNoMapping?: boolean | undefined | undefined;
|
|
19134
|
-
mapIdentities?: boolean | undefined | undefined;
|
|
19135
|
-
signatureAlgorithm?: string | undefined | undefined;
|
|
19136
|
-
digestAlgorithm?: string | undefined | undefined;
|
|
19137
|
-
issuer?: string | undefined | undefined;
|
|
19138
|
-
destination?: string | undefined | undefined;
|
|
19139
|
-
lifetimeInSeconds?: number | undefined | undefined;
|
|
19140
|
-
signResponse?: boolean | undefined | undefined;
|
|
19141
|
-
nameIdentifierFormat?: string | undefined | undefined;
|
|
19142
|
-
nameIdentifierProbes?: string[] | undefined | undefined;
|
|
19143
|
-
authnContextClassRef?: string | undefined | undefined;
|
|
19144
|
-
mappings?: {
|
|
19145
|
-
[x: string]: string;
|
|
19146
|
-
} | undefined;
|
|
19147
|
-
} | undefined;
|
|
19218
|
+
[x: string]: any;
|
|
19148
19219
|
} | undefined;
|
|
19149
|
-
email_validation?: "enabled" | "disabled" | "enforced" | undefined | undefined;
|
|
19150
19220
|
client_secret?: string | undefined | undefined;
|
|
19151
19221
|
client_metadata?: {
|
|
19152
19222
|
[x: string]: string;
|
|
19153
19223
|
} | undefined;
|
|
19224
|
+
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 | undefined;
|
|
19225
|
+
logo_uri?: string | undefined | undefined;
|
|
19226
|
+
client_aliases?: string[] | undefined | undefined;
|
|
19227
|
+
session_transfer?: {
|
|
19228
|
+
[x: string]: any;
|
|
19229
|
+
} | undefined;
|
|
19230
|
+
oidc_logout?: {
|
|
19231
|
+
[x: string]: any;
|
|
19232
|
+
} | undefined;
|
|
19233
|
+
grant_types?: string[] | undefined | undefined;
|
|
19234
|
+
jwt_configuration?: {
|
|
19235
|
+
[x: string]: any;
|
|
19236
|
+
} | undefined;
|
|
19237
|
+
signing_keys?: {
|
|
19238
|
+
[x: string]: any;
|
|
19239
|
+
}[] | undefined;
|
|
19240
|
+
encryption_key?: {
|
|
19241
|
+
[x: string]: any;
|
|
19242
|
+
} | undefined;
|
|
19243
|
+
cross_origin_loc?: string | undefined | undefined;
|
|
19244
|
+
custom_login_page?: string | undefined | undefined;
|
|
19245
|
+
custom_login_page_preview?: string | undefined | undefined;
|
|
19246
|
+
form_template?: string | undefined | undefined;
|
|
19247
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined | undefined;
|
|
19248
|
+
mobile?: {
|
|
19249
|
+
[x: string]: any;
|
|
19250
|
+
} | undefined;
|
|
19251
|
+
initiate_login_uri?: string | undefined | undefined;
|
|
19252
|
+
native_social_login?: {
|
|
19253
|
+
[x: string]: any;
|
|
19254
|
+
} | undefined;
|
|
19255
|
+
default_organization?: {
|
|
19256
|
+
[x: string]: any;
|
|
19257
|
+
} | undefined;
|
|
19258
|
+
organization_usage?: "deny" | "allow" | "require" | undefined | undefined;
|
|
19259
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined | undefined;
|
|
19260
|
+
client_authentication_methods?: {
|
|
19261
|
+
[x: string]: any;
|
|
19262
|
+
} | undefined;
|
|
19263
|
+
signed_request_object?: {
|
|
19264
|
+
[x: string]: any;
|
|
19265
|
+
} | undefined;
|
|
19266
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined | undefined;
|
|
19267
|
+
par_request_expiry?: number | undefined | undefined;
|
|
19268
|
+
token_quota?: {
|
|
19269
|
+
[x: string]: any;
|
|
19270
|
+
} | undefined;
|
|
19154
19271
|
};
|
|
19155
19272
|
outputFormat: "json";
|
|
19156
19273
|
status: 200;
|
|
@@ -19187,76 +19304,130 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
19187
19304
|
} & {
|
|
19188
19305
|
json: {
|
|
19189
19306
|
name?: string | undefined;
|
|
19307
|
+
description?: string | undefined;
|
|
19308
|
+
client_id?: string | undefined;
|
|
19190
19309
|
callbacks?: string[] | undefined;
|
|
19191
|
-
|
|
19192
|
-
|
|
19193
|
-
|
|
19310
|
+
refresh_token?: Record<string, any> | undefined;
|
|
19311
|
+
token_quota?: Record<string, any> | undefined;
|
|
19312
|
+
global?: boolean | undefined;
|
|
19313
|
+
is_first_party?: boolean | undefined;
|
|
19314
|
+
oidc_conformant?: boolean | undefined;
|
|
19315
|
+
sso?: boolean | undefined;
|
|
19316
|
+
sso_disabled?: boolean | undefined;
|
|
19317
|
+
cross_origin_authentication?: boolean | undefined;
|
|
19318
|
+
custom_login_page_on?: boolean | undefined;
|
|
19319
|
+
require_pushed_authorization_requests?: boolean | undefined;
|
|
19320
|
+
require_proof_of_possession?: boolean | undefined;
|
|
19194
19321
|
allowed_origins?: string[] | undefined;
|
|
19195
19322
|
web_origins?: string[] | undefined;
|
|
19196
19323
|
allowed_logout_urls?: string[] | undefined;
|
|
19197
19324
|
allowed_clients?: string[] | undefined;
|
|
19198
|
-
addons?:
|
|
19199
|
-
samlp?: {
|
|
19200
|
-
audience?: string | undefined;
|
|
19201
|
-
recipient?: string | undefined;
|
|
19202
|
-
createUpnClaim?: boolean | undefined;
|
|
19203
|
-
mapUnknownClaimsAsIs?: boolean | undefined;
|
|
19204
|
-
passthroughClaimsWithNoMapping?: boolean | undefined;
|
|
19205
|
-
mapIdentities?: boolean | undefined;
|
|
19206
|
-
signatureAlgorithm?: string | undefined;
|
|
19207
|
-
digestAlgorithm?: string | undefined;
|
|
19208
|
-
issuer?: string | undefined;
|
|
19209
|
-
destination?: string | undefined;
|
|
19210
|
-
lifetimeInSeconds?: number | undefined;
|
|
19211
|
-
signResponse?: boolean | undefined;
|
|
19212
|
-
nameIdentifierFormat?: string | undefined;
|
|
19213
|
-
nameIdentifierProbes?: string[] | undefined;
|
|
19214
|
-
authnContextClassRef?: string | undefined;
|
|
19215
|
-
mappings?: Record<string, string> | undefined;
|
|
19216
|
-
} | undefined;
|
|
19217
|
-
} | undefined;
|
|
19325
|
+
addons?: Record<string, any> | undefined;
|
|
19218
19326
|
client_secret?: string | undefined;
|
|
19219
19327
|
client_metadata?: Record<string, string> | undefined;
|
|
19328
|
+
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;
|
|
19329
|
+
logo_uri?: string | undefined;
|
|
19330
|
+
client_aliases?: string[] | undefined;
|
|
19331
|
+
session_transfer?: Record<string, any> | undefined;
|
|
19332
|
+
oidc_logout?: Record<string, any> | undefined;
|
|
19333
|
+
grant_types?: string[] | undefined;
|
|
19334
|
+
jwt_configuration?: Record<string, any> | undefined;
|
|
19335
|
+
signing_keys?: Record<string, any>[] | undefined;
|
|
19336
|
+
encryption_key?: Record<string, any> | undefined;
|
|
19337
|
+
cross_origin_loc?: string | undefined;
|
|
19338
|
+
custom_login_page?: string | undefined;
|
|
19339
|
+
custom_login_page_preview?: string | undefined;
|
|
19340
|
+
form_template?: string | undefined;
|
|
19341
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined;
|
|
19342
|
+
mobile?: Record<string, any> | undefined;
|
|
19343
|
+
initiate_login_uri?: string | undefined;
|
|
19344
|
+
native_social_login?: Record<string, any> | undefined;
|
|
19345
|
+
default_organization?: Record<string, any> | undefined;
|
|
19346
|
+
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
19347
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined;
|
|
19348
|
+
client_authentication_methods?: Record<string, any> | undefined;
|
|
19349
|
+
signed_request_object?: Record<string, any> | undefined;
|
|
19350
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined;
|
|
19351
|
+
par_request_expiry?: number | undefined;
|
|
19220
19352
|
};
|
|
19221
19353
|
};
|
|
19222
19354
|
output: {
|
|
19223
19355
|
created_at: string;
|
|
19224
19356
|
updated_at: string;
|
|
19225
19357
|
name: string;
|
|
19226
|
-
|
|
19227
|
-
|
|
19358
|
+
client_id: string;
|
|
19359
|
+
global: boolean;
|
|
19360
|
+
is_first_party: boolean;
|
|
19361
|
+
oidc_conformant: boolean;
|
|
19362
|
+
sso: boolean;
|
|
19363
|
+
sso_disabled: boolean;
|
|
19364
|
+
cross_origin_authentication: boolean;
|
|
19365
|
+
custom_login_page_on: boolean;
|
|
19366
|
+
require_pushed_authorization_requests: boolean;
|
|
19367
|
+
require_proof_of_possession: boolean;
|
|
19368
|
+
description?: string | undefined | undefined;
|
|
19369
|
+
refresh_token?: {
|
|
19370
|
+
[x: string]: any;
|
|
19371
|
+
} | undefined;
|
|
19228
19372
|
callbacks?: string[] | undefined | undefined;
|
|
19229
19373
|
allowed_origins?: string[] | undefined | undefined;
|
|
19230
19374
|
web_origins?: string[] | undefined | undefined;
|
|
19231
19375
|
allowed_logout_urls?: string[] | undefined | undefined;
|
|
19232
19376
|
allowed_clients?: string[] | undefined | undefined;
|
|
19233
19377
|
addons?: {
|
|
19234
|
-
|
|
19235
|
-
audience?: string | undefined | undefined;
|
|
19236
|
-
recipient?: string | undefined | undefined;
|
|
19237
|
-
createUpnClaim?: boolean | undefined | undefined;
|
|
19238
|
-
mapUnknownClaimsAsIs?: boolean | undefined | undefined;
|
|
19239
|
-
passthroughClaimsWithNoMapping?: boolean | undefined | undefined;
|
|
19240
|
-
mapIdentities?: boolean | undefined | undefined;
|
|
19241
|
-
signatureAlgorithm?: string | undefined | undefined;
|
|
19242
|
-
digestAlgorithm?: string | undefined | undefined;
|
|
19243
|
-
issuer?: string | undefined | undefined;
|
|
19244
|
-
destination?: string | undefined | undefined;
|
|
19245
|
-
lifetimeInSeconds?: number | undefined | undefined;
|
|
19246
|
-
signResponse?: boolean | undefined | undefined;
|
|
19247
|
-
nameIdentifierFormat?: string | undefined | undefined;
|
|
19248
|
-
nameIdentifierProbes?: string[] | undefined | undefined;
|
|
19249
|
-
authnContextClassRef?: string | undefined | undefined;
|
|
19250
|
-
mappings?: {
|
|
19251
|
-
[x: string]: string;
|
|
19252
|
-
} | undefined;
|
|
19253
|
-
} | undefined;
|
|
19378
|
+
[x: string]: any;
|
|
19254
19379
|
} | undefined;
|
|
19255
|
-
email_validation?: "enabled" | "disabled" | "enforced" | undefined | undefined;
|
|
19256
19380
|
client_secret?: string | undefined | undefined;
|
|
19257
19381
|
client_metadata?: {
|
|
19258
19382
|
[x: string]: string;
|
|
19259
19383
|
} | undefined;
|
|
19384
|
+
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 | undefined;
|
|
19385
|
+
logo_uri?: string | undefined | undefined;
|
|
19386
|
+
client_aliases?: string[] | undefined | undefined;
|
|
19387
|
+
session_transfer?: {
|
|
19388
|
+
[x: string]: any;
|
|
19389
|
+
} | undefined;
|
|
19390
|
+
oidc_logout?: {
|
|
19391
|
+
[x: string]: any;
|
|
19392
|
+
} | undefined;
|
|
19393
|
+
grant_types?: string[] | undefined | undefined;
|
|
19394
|
+
jwt_configuration?: {
|
|
19395
|
+
[x: string]: any;
|
|
19396
|
+
} | undefined;
|
|
19397
|
+
signing_keys?: {
|
|
19398
|
+
[x: string]: any;
|
|
19399
|
+
}[] | undefined;
|
|
19400
|
+
encryption_key?: {
|
|
19401
|
+
[x: string]: any;
|
|
19402
|
+
} | undefined;
|
|
19403
|
+
cross_origin_loc?: string | undefined | undefined;
|
|
19404
|
+
custom_login_page?: string | undefined | undefined;
|
|
19405
|
+
custom_login_page_preview?: string | undefined | undefined;
|
|
19406
|
+
form_template?: string | undefined | undefined;
|
|
19407
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined | undefined;
|
|
19408
|
+
mobile?: {
|
|
19409
|
+
[x: string]: any;
|
|
19410
|
+
} | undefined;
|
|
19411
|
+
initiate_login_uri?: string | undefined | undefined;
|
|
19412
|
+
native_social_login?: {
|
|
19413
|
+
[x: string]: any;
|
|
19414
|
+
} | undefined;
|
|
19415
|
+
default_organization?: {
|
|
19416
|
+
[x: string]: any;
|
|
19417
|
+
} | undefined;
|
|
19418
|
+
organization_usage?: "deny" | "allow" | "require" | undefined | undefined;
|
|
19419
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined | undefined;
|
|
19420
|
+
client_authentication_methods?: {
|
|
19421
|
+
[x: string]: any;
|
|
19422
|
+
} | undefined;
|
|
19423
|
+
signed_request_object?: {
|
|
19424
|
+
[x: string]: any;
|
|
19425
|
+
} | undefined;
|
|
19426
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined | undefined;
|
|
19427
|
+
par_request_expiry?: number | undefined | undefined;
|
|
19428
|
+
token_quota?: {
|
|
19429
|
+
[x: string]: any;
|
|
19430
|
+
} | undefined;
|
|
19260
19431
|
};
|
|
19261
19432
|
outputFormat: "json";
|
|
19262
19433
|
status: 200;
|
|
@@ -19272,76 +19443,130 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
19272
19443
|
} & {
|
|
19273
19444
|
json: {
|
|
19274
19445
|
name: string;
|
|
19275
|
-
|
|
19446
|
+
client_id: string;
|
|
19447
|
+
description?: string | undefined;
|
|
19276
19448
|
callbacks?: string[] | undefined;
|
|
19277
|
-
|
|
19278
|
-
|
|
19449
|
+
refresh_token?: Record<string, any> | undefined;
|
|
19450
|
+
token_quota?: Record<string, any> | undefined;
|
|
19451
|
+
global?: boolean | undefined;
|
|
19452
|
+
is_first_party?: boolean | undefined;
|
|
19453
|
+
oidc_conformant?: boolean | undefined;
|
|
19454
|
+
sso?: boolean | undefined;
|
|
19455
|
+
sso_disabled?: boolean | undefined;
|
|
19456
|
+
cross_origin_authentication?: boolean | undefined;
|
|
19457
|
+
custom_login_page_on?: boolean | undefined;
|
|
19458
|
+
require_pushed_authorization_requests?: boolean | undefined;
|
|
19459
|
+
require_proof_of_possession?: boolean | undefined;
|
|
19279
19460
|
allowed_origins?: string[] | undefined;
|
|
19280
19461
|
web_origins?: string[] | undefined;
|
|
19281
19462
|
allowed_logout_urls?: string[] | undefined;
|
|
19282
19463
|
allowed_clients?: string[] | undefined;
|
|
19283
|
-
addons?:
|
|
19284
|
-
samlp?: {
|
|
19285
|
-
audience?: string | undefined;
|
|
19286
|
-
recipient?: string | undefined;
|
|
19287
|
-
createUpnClaim?: boolean | undefined;
|
|
19288
|
-
mapUnknownClaimsAsIs?: boolean | undefined;
|
|
19289
|
-
passthroughClaimsWithNoMapping?: boolean | undefined;
|
|
19290
|
-
mapIdentities?: boolean | undefined;
|
|
19291
|
-
signatureAlgorithm?: string | undefined;
|
|
19292
|
-
digestAlgorithm?: string | undefined;
|
|
19293
|
-
issuer?: string | undefined;
|
|
19294
|
-
destination?: string | undefined;
|
|
19295
|
-
lifetimeInSeconds?: number | undefined;
|
|
19296
|
-
signResponse?: boolean | undefined;
|
|
19297
|
-
nameIdentifierFormat?: string | undefined;
|
|
19298
|
-
nameIdentifierProbes?: string[] | undefined;
|
|
19299
|
-
authnContextClassRef?: string | undefined;
|
|
19300
|
-
mappings?: Record<string, string> | undefined;
|
|
19301
|
-
} | undefined;
|
|
19302
|
-
} | undefined;
|
|
19464
|
+
addons?: Record<string, any> | undefined;
|
|
19303
19465
|
client_secret?: string | undefined;
|
|
19304
19466
|
client_metadata?: Record<string, string> | undefined;
|
|
19467
|
+
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;
|
|
19468
|
+
logo_uri?: string | undefined;
|
|
19469
|
+
client_aliases?: string[] | undefined;
|
|
19470
|
+
session_transfer?: Record<string, any> | undefined;
|
|
19471
|
+
oidc_logout?: Record<string, any> | undefined;
|
|
19472
|
+
grant_types?: string[] | undefined;
|
|
19473
|
+
jwt_configuration?: Record<string, any> | undefined;
|
|
19474
|
+
signing_keys?: Record<string, any>[] | undefined;
|
|
19475
|
+
encryption_key?: Record<string, any> | undefined;
|
|
19476
|
+
cross_origin_loc?: string | undefined;
|
|
19477
|
+
custom_login_page?: string | undefined;
|
|
19478
|
+
custom_login_page_preview?: string | undefined;
|
|
19479
|
+
form_template?: string | undefined;
|
|
19480
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined;
|
|
19481
|
+
mobile?: Record<string, any> | undefined;
|
|
19482
|
+
initiate_login_uri?: string | undefined;
|
|
19483
|
+
native_social_login?: Record<string, any> | undefined;
|
|
19484
|
+
default_organization?: Record<string, any> | undefined;
|
|
19485
|
+
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
19486
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined;
|
|
19487
|
+
client_authentication_methods?: Record<string, any> | undefined;
|
|
19488
|
+
signed_request_object?: Record<string, any> | undefined;
|
|
19489
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined;
|
|
19490
|
+
par_request_expiry?: number | undefined;
|
|
19305
19491
|
};
|
|
19306
19492
|
};
|
|
19307
19493
|
output: {
|
|
19308
19494
|
name: string;
|
|
19309
|
-
|
|
19495
|
+
client_id: string;
|
|
19310
19496
|
created_at: string;
|
|
19311
19497
|
updated_at: string;
|
|
19312
|
-
|
|
19498
|
+
global: boolean;
|
|
19499
|
+
is_first_party: boolean;
|
|
19500
|
+
oidc_conformant: boolean;
|
|
19501
|
+
sso: boolean;
|
|
19502
|
+
sso_disabled: boolean;
|
|
19503
|
+
cross_origin_authentication: boolean;
|
|
19504
|
+
custom_login_page_on: boolean;
|
|
19505
|
+
require_pushed_authorization_requests: boolean;
|
|
19506
|
+
require_proof_of_possession: boolean;
|
|
19507
|
+
description?: string | undefined;
|
|
19313
19508
|
callbacks?: string[] | undefined;
|
|
19314
|
-
|
|
19509
|
+
refresh_token?: {
|
|
19510
|
+
[x: string]: any;
|
|
19511
|
+
} | undefined;
|
|
19512
|
+
token_quota?: {
|
|
19513
|
+
[x: string]: any;
|
|
19514
|
+
} | undefined;
|
|
19315
19515
|
allowed_origins?: string[] | undefined;
|
|
19316
19516
|
web_origins?: string[] | undefined;
|
|
19317
19517
|
allowed_logout_urls?: string[] | undefined;
|
|
19318
19518
|
allowed_clients?: string[] | undefined;
|
|
19319
19519
|
addons?: {
|
|
19320
|
-
|
|
19321
|
-
audience?: string | undefined | undefined;
|
|
19322
|
-
recipient?: string | undefined | undefined;
|
|
19323
|
-
createUpnClaim?: boolean | undefined | undefined;
|
|
19324
|
-
mapUnknownClaimsAsIs?: boolean | undefined | undefined;
|
|
19325
|
-
passthroughClaimsWithNoMapping?: boolean | undefined | undefined;
|
|
19326
|
-
mapIdentities?: boolean | undefined | undefined;
|
|
19327
|
-
signatureAlgorithm?: string | undefined | undefined;
|
|
19328
|
-
digestAlgorithm?: string | undefined | undefined;
|
|
19329
|
-
issuer?: string | undefined | undefined;
|
|
19330
|
-
destination?: string | undefined | undefined;
|
|
19331
|
-
lifetimeInSeconds?: number | undefined | undefined;
|
|
19332
|
-
signResponse?: boolean | undefined | undefined;
|
|
19333
|
-
nameIdentifierFormat?: string | undefined | undefined;
|
|
19334
|
-
nameIdentifierProbes?: string[] | undefined | undefined;
|
|
19335
|
-
authnContextClassRef?: string | undefined | undefined;
|
|
19336
|
-
mappings?: {
|
|
19337
|
-
[x: string]: string;
|
|
19338
|
-
} | undefined;
|
|
19339
|
-
} | undefined;
|
|
19520
|
+
[x: string]: any;
|
|
19340
19521
|
} | undefined;
|
|
19341
19522
|
client_secret?: string | undefined;
|
|
19342
19523
|
client_metadata?: {
|
|
19343
19524
|
[x: string]: string;
|
|
19344
19525
|
} | undefined;
|
|
19526
|
+
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;
|
|
19527
|
+
logo_uri?: string | undefined;
|
|
19528
|
+
client_aliases?: string[] | undefined;
|
|
19529
|
+
session_transfer?: {
|
|
19530
|
+
[x: string]: any;
|
|
19531
|
+
} | undefined;
|
|
19532
|
+
oidc_logout?: {
|
|
19533
|
+
[x: string]: any;
|
|
19534
|
+
} | undefined;
|
|
19535
|
+
grant_types?: string[] | undefined;
|
|
19536
|
+
jwt_configuration?: {
|
|
19537
|
+
[x: string]: any;
|
|
19538
|
+
} | undefined;
|
|
19539
|
+
signing_keys?: {
|
|
19540
|
+
[x: string]: any;
|
|
19541
|
+
}[] | undefined;
|
|
19542
|
+
encryption_key?: {
|
|
19543
|
+
[x: string]: any;
|
|
19544
|
+
} | undefined;
|
|
19545
|
+
cross_origin_loc?: string | undefined;
|
|
19546
|
+
custom_login_page?: string | undefined;
|
|
19547
|
+
custom_login_page_preview?: string | undefined;
|
|
19548
|
+
form_template?: string | undefined;
|
|
19549
|
+
token_endpoint_auth_method?: "none" | "client_secret_post" | "client_secret_basic" | undefined;
|
|
19550
|
+
mobile?: {
|
|
19551
|
+
[x: string]: any;
|
|
19552
|
+
} | undefined;
|
|
19553
|
+
initiate_login_uri?: string | undefined;
|
|
19554
|
+
native_social_login?: {
|
|
19555
|
+
[x: string]: any;
|
|
19556
|
+
} | undefined;
|
|
19557
|
+
default_organization?: {
|
|
19558
|
+
[x: string]: any;
|
|
19559
|
+
} | undefined;
|
|
19560
|
+
organization_usage?: "deny" | "allow" | "require" | undefined;
|
|
19561
|
+
organization_require_behavior?: "no_prompt" | "pre_login_prompt" | "post_login_prompt" | undefined;
|
|
19562
|
+
client_authentication_methods?: {
|
|
19563
|
+
[x: string]: any;
|
|
19564
|
+
} | undefined;
|
|
19565
|
+
signed_request_object?: {
|
|
19566
|
+
[x: string]: any;
|
|
19567
|
+
} | undefined;
|
|
19568
|
+
compliance_level?: "none" | "fapi1_adv_pkj_par" | "fapi1_adv_mtls_par" | "fapi2_sp_pkj_mtls" | "fapi2_sp_mtls_mtls" | undefined;
|
|
19569
|
+
par_request_expiry?: number | undefined;
|
|
19345
19570
|
};
|
|
19346
19571
|
outputFormat: "json";
|
|
19347
19572
|
status: 201;
|
|
@@ -20864,8 +21089,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20864
21089
|
state: string;
|
|
20865
21090
|
code?: string | undefined;
|
|
20866
21091
|
error?: string | undefined;
|
|
20867
|
-
scope?: string | undefined;
|
|
20868
21092
|
error_description?: string | undefined;
|
|
21093
|
+
scope?: string | undefined;
|
|
20869
21094
|
error_reason?: string | undefined;
|
|
20870
21095
|
error_code?: string | undefined;
|
|
20871
21096
|
hd?: string | undefined;
|
|
@@ -20880,8 +21105,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20880
21105
|
state: string;
|
|
20881
21106
|
code?: string | undefined;
|
|
20882
21107
|
error?: string | undefined;
|
|
20883
|
-
scope?: string | undefined;
|
|
20884
21108
|
error_description?: string | undefined;
|
|
21109
|
+
scope?: string | undefined;
|
|
20885
21110
|
error_reason?: string | undefined;
|
|
20886
21111
|
error_code?: string | undefined;
|
|
20887
21112
|
hd?: string | undefined;
|
|
@@ -20898,8 +21123,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20898
21123
|
state: string;
|
|
20899
21124
|
code?: string | undefined;
|
|
20900
21125
|
error?: string | undefined;
|
|
20901
|
-
scope?: string | undefined;
|
|
20902
21126
|
error_description?: string | undefined;
|
|
21127
|
+
scope?: string | undefined;
|
|
20903
21128
|
error_reason?: string | undefined;
|
|
20904
21129
|
error_code?: string | undefined;
|
|
20905
21130
|
hd?: string | undefined;
|
|
@@ -20920,8 +21145,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20920
21145
|
state: string;
|
|
20921
21146
|
code?: string | undefined;
|
|
20922
21147
|
error?: string | undefined;
|
|
20923
|
-
scope?: string | undefined;
|
|
20924
21148
|
error_description?: string | undefined;
|
|
21149
|
+
scope?: string | undefined;
|
|
20925
21150
|
error_reason?: string | undefined;
|
|
20926
21151
|
error_code?: string | undefined;
|
|
20927
21152
|
hd?: string | undefined;
|
|
@@ -20936,8 +21161,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20936
21161
|
state: string;
|
|
20937
21162
|
code?: string | undefined;
|
|
20938
21163
|
error?: string | undefined;
|
|
20939
|
-
scope?: string | undefined;
|
|
20940
21164
|
error_description?: string | undefined;
|
|
21165
|
+
scope?: string | undefined;
|
|
20941
21166
|
error_reason?: string | undefined;
|
|
20942
21167
|
error_code?: string | undefined;
|
|
20943
21168
|
hd?: string | undefined;
|
|
@@ -20954,8 +21179,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
20954
21179
|
state: string;
|
|
20955
21180
|
code?: string | undefined;
|
|
20956
21181
|
error?: string | undefined;
|
|
20957
|
-
scope?: string | undefined;
|
|
20958
21182
|
error_description?: string | undefined;
|
|
21183
|
+
scope?: string | undefined;
|
|
20959
21184
|
error_reason?: string | undefined;
|
|
20960
21185
|
error_code?: string | undefined;
|
|
20961
21186
|
hd?: string | undefined;
|
|
@@ -21015,10 +21240,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21015
21240
|
auth0Client?: string | undefined;
|
|
21016
21241
|
login_ticket?: string | undefined;
|
|
21017
21242
|
screen_hint?: string | undefined;
|
|
21243
|
+
organization?: string | undefined;
|
|
21018
21244
|
code_challenge?: string | undefined;
|
|
21019
21245
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21020
21246
|
realm?: string | undefined;
|
|
21021
|
-
organization?: string | undefined;
|
|
21022
21247
|
prompt?: string | undefined;
|
|
21023
21248
|
ui_locales?: string | undefined;
|
|
21024
21249
|
vendor_id?: string | undefined;
|
|
@@ -21044,10 +21269,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21044
21269
|
auth0Client?: string | undefined;
|
|
21045
21270
|
login_ticket?: string | undefined;
|
|
21046
21271
|
screen_hint?: string | undefined;
|
|
21272
|
+
organization?: string | undefined;
|
|
21047
21273
|
code_challenge?: string | undefined;
|
|
21048
21274
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21049
21275
|
realm?: string | undefined;
|
|
21050
|
-
organization?: string | undefined;
|
|
21051
21276
|
prompt?: string | undefined;
|
|
21052
21277
|
ui_locales?: string | undefined;
|
|
21053
21278
|
vendor_id?: string | undefined;
|
|
@@ -21073,10 +21298,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21073
21298
|
auth0Client?: string | undefined;
|
|
21074
21299
|
login_ticket?: string | undefined;
|
|
21075
21300
|
screen_hint?: string | undefined;
|
|
21301
|
+
organization?: string | undefined;
|
|
21076
21302
|
code_challenge?: string | undefined;
|
|
21077
21303
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21078
21304
|
realm?: string | undefined;
|
|
21079
|
-
organization?: string | undefined;
|
|
21080
21305
|
prompt?: string | undefined;
|
|
21081
21306
|
ui_locales?: string | undefined;
|
|
21082
21307
|
vendor_id?: string | undefined;
|
|
@@ -21110,10 +21335,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21110
21335
|
auth0Client?: string | undefined;
|
|
21111
21336
|
login_ticket?: string | undefined;
|
|
21112
21337
|
screen_hint?: string | undefined;
|
|
21338
|
+
organization?: string | undefined;
|
|
21113
21339
|
code_challenge?: string | undefined;
|
|
21114
21340
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21115
21341
|
realm?: string | undefined;
|
|
21116
|
-
organization?: string | undefined;
|
|
21117
21342
|
prompt?: string | undefined;
|
|
21118
21343
|
ui_locales?: string | undefined;
|
|
21119
21344
|
vendor_id?: string | undefined;
|
|
@@ -21141,10 +21366,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21141
21366
|
auth0Client?: string | undefined;
|
|
21142
21367
|
login_ticket?: string | undefined;
|
|
21143
21368
|
screen_hint?: string | undefined;
|
|
21369
|
+
organization?: string | undefined;
|
|
21144
21370
|
code_challenge?: string | undefined;
|
|
21145
21371
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21146
21372
|
realm?: string | undefined;
|
|
21147
|
-
organization?: string | undefined;
|
|
21148
21373
|
prompt?: string | undefined;
|
|
21149
21374
|
ui_locales?: string | undefined;
|
|
21150
21375
|
vendor_id?: string | undefined;
|
|
@@ -21201,10 +21426,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21201
21426
|
state?: string | undefined;
|
|
21202
21427
|
scope?: string | undefined;
|
|
21203
21428
|
redirect_uri?: string | undefined;
|
|
21429
|
+
organization?: string | undefined;
|
|
21204
21430
|
code_challenge?: string | undefined;
|
|
21205
21431
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21206
21432
|
act_as?: string | undefined;
|
|
21207
|
-
organization?: string | undefined;
|
|
21208
21433
|
prompt?: string | undefined;
|
|
21209
21434
|
ui_locales?: string | undefined;
|
|
21210
21435
|
vendor_id?: string | undefined;
|
|
@@ -21223,10 +21448,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21223
21448
|
state?: string | undefined;
|
|
21224
21449
|
scope?: string | undefined;
|
|
21225
21450
|
redirect_uri?: string | undefined;
|
|
21451
|
+
organization?: string | undefined;
|
|
21226
21452
|
code_challenge?: string | undefined;
|
|
21227
21453
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
21228
21454
|
act_as?: string | undefined;
|
|
21229
|
-
organization?: string | undefined;
|
|
21230
21455
|
prompt?: string | undefined;
|
|
21231
21456
|
ui_locales?: string | undefined;
|
|
21232
21457
|
vendor_id?: string | undefined;
|
|
@@ -21500,6 +21725,45 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
21500
21725
|
};
|
|
21501
21726
|
outputFormat: "json";
|
|
21502
21727
|
status: 401;
|
|
21728
|
+
} | {
|
|
21729
|
+
input: {
|
|
21730
|
+
form: {
|
|
21731
|
+
grant_type: "client_credentials";
|
|
21732
|
+
client_id?: string | undefined;
|
|
21733
|
+
audience?: string | undefined;
|
|
21734
|
+
scope?: string | undefined;
|
|
21735
|
+
client_secret?: string | undefined;
|
|
21736
|
+
} | {
|
|
21737
|
+
code: string;
|
|
21738
|
+
client_id: string;
|
|
21739
|
+
redirect_uri: string;
|
|
21740
|
+
grant_type: "authorization_code";
|
|
21741
|
+
code_verifier: string;
|
|
21742
|
+
} | {
|
|
21743
|
+
code: string;
|
|
21744
|
+
grant_type: "authorization_code";
|
|
21745
|
+
client_id?: string | undefined;
|
|
21746
|
+
client_secret?: string | undefined;
|
|
21747
|
+
redirect_uri?: string | undefined;
|
|
21748
|
+
} | {
|
|
21749
|
+
client_id: string;
|
|
21750
|
+
refresh_token: string;
|
|
21751
|
+
grant_type: "refresh_token";
|
|
21752
|
+
redirect_uri?: string | undefined;
|
|
21753
|
+
} | {
|
|
21754
|
+
client_id: string;
|
|
21755
|
+
username: string;
|
|
21756
|
+
otp: string;
|
|
21757
|
+
grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
|
|
21758
|
+
realm: "email" | "sms";
|
|
21759
|
+
};
|
|
21760
|
+
};
|
|
21761
|
+
output: {
|
|
21762
|
+
error: string;
|
|
21763
|
+
error_description?: string | undefined;
|
|
21764
|
+
};
|
|
21765
|
+
outputFormat: "json";
|
|
21766
|
+
status: 403;
|
|
21503
21767
|
};
|
|
21504
21768
|
};
|
|
21505
21769
|
}, "/oauth/token"> & import("hono/types").MergeSchemaPath<{
|