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 800c501 commit 91d3201Copy full SHA for 91d3201
src/FusionAuthClient.ts
@@ -7369,17 +7369,17 @@ export interface Lambda {
7369
}
7370
7371
export interface LambdaConfiguration {
7372
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
7373
+ idTokenPopulateId?: UUID;
7374
+ samlv2PopulateId?: UUID;
7375
7376
7377
7378
reconcileId?: UUID;
7379
7380
7381
- accessTokenPopulateId?: UUID;
- idTokenPopulateId?: UUID;
7382
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7383
7384
7385
/**
0 commit comments