Skip to content

Commit

Permalink
Generated code and changes from branch main, commit SHA 1002ba75
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus authored and mewmba committed Nov 30, 2023
1 parent 892feee commit babcff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/services/connect/v1/connect.proto
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ message NormalizedGovernmentIdData {
message CreateSessionRequest {
// Array of verifications to perform
repeated RequestedVerification verifications = 1;
// Debugging information used to help diagnose issues
map<string, string> debug_information = 2 [json_name = "debugInformation"];
}

// A verification to perform in an IDV flow
Expand Down

0 comments on commit babcff3

Please sign in to comment.