We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9e04c commit b30c233Copy full SHA for b30c233
src/FusionAuthClient.ts
@@ -7832,17 +7832,17 @@ export interface Lambda {
7832
}
7833
7834
export interface LambdaConfiguration {
7835
- accessTokenPopulateId?: UUID;
7836
- idTokenPopulateId?: UUID;
7837
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7838
7839
7840
7841
reconcileId?: UUID;
7842
7843
7844
7845
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
+ idTokenPopulateId?: UUID;
+ samlv2PopulateId?: UUID;
7846
7847
7848
/**
0 commit comments