Skip to content

Commit fe0836c

Browse files
yoshi-code-botcopybara-github
authored andcommitted
Add authContext extension to FDC mutationExecuted event
https://github.com/cloudevents/spec/blob/main/cloudevents/extensions/authcontext.md PiperOrigin-RevId: 810113088
1 parent 3b86441 commit fe0836c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proto/google/events/firebase/dataconnect/v1/events.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ message MutationExecutedEvent {
143143
option (google.events.cloud_event_extension_name) = "connector";
144144
option (google.events.cloud_event_extension_name) = "service";
145145
option (google.events.cloud_event_extension_name) = "operation";
146+
option (google.events.cloud_event_extension_name) = "authtype";
147+
option (google.events.cloud_event_extension_name) = "authid";
148+
option (google.events.cloud_event_extension_name) = "authclaims";
146149

147150
// The data associated with the event.
148151
MutationEventData data = 1;

0 commit comments

Comments
 (0)