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