We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b23cd0 commit a8bf8a9Copy full SHA for a8bf8a9
src/FusionAuthClient.ts
@@ -7541,17 +7541,17 @@ export interface Lambda {
7541
}
7542
7543
export interface LambdaConfiguration {
7544
- accessTokenPopulateId?: UUID;
7545
- idTokenPopulateId?: UUID;
7546
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7547
7548
7549
7550
reconcileId?: UUID;
7551
7552
7553
7554
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
+ idTokenPopulateId?: UUID;
+ samlv2PopulateId?: UUID;
7555
7556
7557
/**
0 commit comments