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 498265d commit 0efb03aCopy full SHA for 0efb03a
src/FusionAuthClient.ts
@@ -7369,17 +7369,17 @@ export interface Lambda {
7369
}
7370
7371
export interface LambdaConfiguration {
7372
- accessTokenPopulateId?: UUID;
7373
- idTokenPopulateId?: UUID;
7374
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7375
7376
7377
7378
reconcileId?: UUID;
7379
7380
7381
7382
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
+ idTokenPopulateId?: UUID;
+ samlv2PopulateId?: UUID;
7383
7384
7385
/**
0 commit comments