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 aa57b1d commit 4106f56Copy full SHA for 4106f56
src/FusionAuthClient.ts
@@ -7312,17 +7312,17 @@ export interface Lambda {
7312
}
7313
7314
export interface LambdaConfiguration {
7315
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
7316
+ idTokenPopulateId?: UUID;
7317
+ samlv2PopulateId?: UUID;
7318
7319
7320
7321
reconcileId?: UUID;
7322
7323
7324
- accessTokenPopulateId?: UUID;
- idTokenPopulateId?: UUID;
7325
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7326
7327
7328
/**
0 commit comments