We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317a023 commit f367634Copy full SHA for f367634
src/FusionAuthClient.ts
@@ -7843,17 +7843,17 @@ export interface Lambda {
7843
}
7844
7845
export interface LambdaConfiguration {
7846
- accessTokenPopulateId?: UUID;
7847
- idTokenPopulateId?: UUID;
7848
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7849
7850
7851
7852
reconcileId?: UUID;
7853
7854
7855
7856
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
+ idTokenPopulateId?: UUID;
+ samlv2PopulateId?: UUID;
7857
7858
7859
/**
0 commit comments