We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c177b42 commit 33aba4cCopy full SHA for 33aba4c
src/common/providers/identity.ts
@@ -435,8 +435,9 @@ export interface DecodedPayload {
435
}
436
437
/**
438
- * This interface defines the payload to send back to GCIP.
439
- * The nesting structure different than what customers returned.
+ * Internal definition to include all the fields that can be sent as
+ * a response from the blocking function to the backend.
440
+ * This is added mainly to have a type definition for 'generateResponsePayload'
441
* @internal */
442
export interface ResponsePayload {
443
userRecord?: UserRecordResponsePayload;
0 commit comments