Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added api reference for ResponsePayload
  • Loading branch information
Xiaoshouzi-gh committed Nov 2, 2023
commit bbe4ff022f877d0a21401107f8a0297a8292d17e
5 changes: 3 additions & 2 deletions src/common/providers/identity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,9 @@ export interface DecodedPayload {
}

/**
* This interface defines the payload to send back to GCIP.
* 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.
* This is added mainly to have a type definition for 'generateResponsePayload'
* @internal */
export interface ResponsePayload {
userRecord?: UserRecordResponsePayload;
Expand Down