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