Variable EventStreamCloudEventConnectionCreatedObject0OptionsTypeEnumConst
EventStreamCloudEventConnectionCreatedObject0OptionsTypeEnum: {
BackChannel: "back_channel";
FrontChannel: "front_channel";
} = ...
Type Declaration
ReadonlyBackChannel: "back_channel"
ReadonlyFrontChannel: "front_channel"
OIDC communication channel type. 'back_channel' (confidential client) exchanges tokens server-side for stronger security; 'front_channel' handles responses in the browser.