You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: clients/client/dart/doc/CreateProjectNormalizedPayload.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,8 @@ Name | Type | Description | Notes
177
177
**kratosSelfserviceFlowsVerificationNotifyUnknownRecipients** | **bool** | Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting. | [optional]
178
178
**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional]
179
179
**kratosSelfserviceFlowsVerificationUse** | **String** | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional]
180
-
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
180
+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. | [optional]
181
+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
181
182
**kratosSelfserviceMethodsCaptchaEnabled** | **bool** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional]
182
183
**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional]
183
184
**kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled** | **bool** | Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting. | [optional]
Copy file name to clipboardexpand all lines: clients/client/dart/doc/NormalizedProjectRevision.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,8 @@ Name | Type | Description | Notes
175
175
**kratosSelfserviceFlowsVerificationNotifyUnknownRecipients** | **bool** | Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting. | [optional]
176
176
**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional]
177
177
**kratosSelfserviceFlowsVerificationUse** | **String** | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional]
178
-
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
178
+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret** | **String** | Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature. | [optional]
179
+
**kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey** | **String** | Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature. | [optional]
179
180
**kratosSelfserviceMethodsCaptchaEnabled** | **bool** | Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature. | [optional]
180
181
**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional]
181
182
**kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled** | **bool** | Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting. | [optional]
Copy file name to clipboardexpand all lines: clients/client/dart/lib/src/model/create_project_normalized_payload.dart
+21-2
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,8 @@ part 'create_project_normalized_payload.g.dart';
189
189
/// * [kratosSelfserviceFlowsVerificationNotifyUnknownRecipients] - Configures whether to notify unknown recipients of a Ory Kratos verification flow This governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.
190
190
/// * [kratosSelfserviceFlowsVerificationUiUrl] - Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting.
191
191
/// * [kratosSelfserviceFlowsVerificationUse] - Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
192
-
/// * [kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey] - Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
192
+
/// * [kratosSelfserviceMethodsCaptchaConfigCfTurnstileSecret] - Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature.
193
+
/// * [kratosSelfserviceMethodsCaptchaConfigCfTurnstileSitekey] - Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
193
194
/// * [kratosSelfserviceMethodsCaptchaEnabled] - Configures the Ory Kratos Self-Service Methods' Captcha Enabled Setting Reach out to your account manager to enable this feature.
194
195
/// * [kratosSelfserviceMethodsCodeConfigLifespan] - Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting.
195
196
/// * [kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled] - Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting.
@@ -911,7 +912,11 @@ abstract class CreateProjectNormalizedPayload implements Built<CreateProjectNorm
/// Configures the Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
915
+
/// Configures the Cloudflare Turnstile site secret for CAPTCHA protection The site secret is private and will be never be shared with the client. This key is write only and the value will not be returned in response to a read request. Reach out to your account manager to enable this feature.
/// Configures the Cloudflare Turnstile site key for CAPTCHA protection The site key is public and will be shared with the client. Reach out to your account manager to enable this feature.
0 commit comments