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 f367634 commit f038f77Copy full SHA for f038f77
src/FusionAuthClient.ts
@@ -7843,17 +7843,17 @@ export interface Lambda {
7843
}
7844
7845
export interface LambdaConfiguration {
7846
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
7847
+ idTokenPopulateId?: UUID;
7848
+ samlv2PopulateId?: UUID;
7849
7850
7851
7852
reconcileId?: UUID;
7853
7854
7855
- accessTokenPopulateId?: UUID;
- idTokenPopulateId?: UUID;
7856
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7857
7858
7859
/**
0 commit comments