@@ -194,9 +194,9 @@ export interface ServerCreateResponse {
194194 /**
195195 * When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
196196 * endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
197- * customer portal hostname. New public server creates default to true; existing
198- * servers default to false from migration until explicitly updated. Effective
199- * behavior is gated by the gateway worker's per-env rollout mode KV key.
197+ * customer portal hostname. Defaults to false (off); opt in per server by setting
198+ * true. Effective behavior is gated by the gateway worker's per-env rollout mode
199+ * KV key.
200200 */
201201 is_shared_oauth_callback_enabled ?: boolean ;
202202
@@ -298,9 +298,9 @@ export interface ServerUpdateResponse {
298298 /**
299299 * When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
300300 * endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
301- * customer portal hostname. New public server creates default to true; existing
302- * servers default to false from migration until explicitly updated. Effective
303- * behavior is gated by the gateway worker's per-env rollout mode KV key.
301+ * customer portal hostname. Defaults to false (off); opt in per server by setting
302+ * true. Effective behavior is gated by the gateway worker's per-env rollout mode
303+ * KV key.
304304 */
305305 is_shared_oauth_callback_enabled ?: boolean ;
306306
@@ -402,9 +402,9 @@ export interface ServerListResponse {
402402 /**
403403 * When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
404404 * endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
405- * customer portal hostname. New public server creates default to true; existing
406- * servers default to false from migration until explicitly updated. Effective
407- * behavior is gated by the gateway worker's per-env rollout mode KV key.
405+ * customer portal hostname. Defaults to false (off); opt in per server by setting
406+ * true. Effective behavior is gated by the gateway worker's per-env rollout mode
407+ * KV key.
408408 */
409409 is_shared_oauth_callback_enabled ?: boolean ;
410410
@@ -506,9 +506,9 @@ export interface ServerDeleteResponse {
506506 /**
507507 * When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
508508 * endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
509- * customer portal hostname. New public server creates default to true; existing
510- * servers default to false from migration until explicitly updated. Effective
511- * behavior is gated by the gateway worker's per-env rollout mode KV key.
509+ * customer portal hostname. Defaults to false (off); opt in per server by setting
510+ * true. Effective behavior is gated by the gateway worker's per-env rollout mode
511+ * KV key.
512512 */
513513 is_shared_oauth_callback_enabled ?: boolean ;
514514
@@ -610,9 +610,9 @@ export interface ServerReadResponse {
610610 /**
611611 * When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
612612 * endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
613- * customer portal hostname. New public server creates default to true; existing
614- * servers default to false from migration until explicitly updated. Effective
615- * behavior is gated by the gateway worker's per-env rollout mode KV key.
613+ * customer portal hostname. Defaults to false (off); opt in per server by setting
614+ * true. Effective behavior is gated by the gateway worker's per-env rollout mode
615+ * KV key.
616616 */
617617 is_shared_oauth_callback_enabled ?: boolean ;
618618
@@ -761,9 +761,9 @@ export interface ServerCreateParams {
761761 /**
762762 * Body param: When true, the gateway worker uses the shared Cloudflare-owned OAuth
763763 * callback endpoint as the redirect_uri for upstream on-behalf OAuth, instead of
764- * the customer portal hostname. New public server creates default to true;
765- * existing servers default to false from migration until explicitly updated.
766- * Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
764+ * the customer portal hostname. Defaults to false (off); opt in per server by
765+ * setting true. Effective behavior is gated by the gateway worker's per-env
766+ * rollout mode KV key.
767767 */
768768 is_shared_oauth_callback_enabled ?: boolean ;
769769
@@ -825,9 +825,9 @@ export interface ServerUpdateParams {
825825 /**
826826 * Body param: When true, the gateway worker uses the shared Cloudflare-owned OAuth
827827 * callback endpoint as the redirect_uri for upstream on-behalf OAuth, instead of
828- * the customer portal hostname. New public server creates default to true;
829- * existing servers default to false from migration until explicitly updated.
830- * Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
828+ * the customer portal hostname. Defaults to false (off); opt in per server by
829+ * setting true. Effective behavior is gated by the gateway worker's per-env
830+ * rollout mode KV key.
831831 */
832832 is_shared_oauth_callback_enabled ?: boolean ;
833833
0 commit comments