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 d098e21 commit b72a224Copy full SHA for b72a224
src/FusionAuthClient.ts
@@ -7498,17 +7498,17 @@ export interface Lambda {
7498
}
7499
7500
export interface LambdaConfiguration {
7501
- accessTokenPopulateId?: UUID;
7502
- idTokenPopulateId?: UUID;
7503
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7504
7505
7506
7507
reconcileId?: UUID;
7508
7509
7510
7511
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
+ idTokenPopulateId?: UUID;
+ samlv2PopulateId?: UUID;
7512
7513
7514
/**
0 commit comments