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 58540a3 commit 8238bd8Copy full SHA for 8238bd8
src/FusionAuthClient.ts
@@ -7832,17 +7832,17 @@ export interface Lambda {
7832
}
7833
7834
export interface LambdaConfiguration {
7835
- reconcileId?: UUID;
+ accessTokenPopulateId?: UUID;
7836
+ idTokenPopulateId?: UUID;
7837
+ samlv2PopulateId?: UUID;
7838
7839
7840
7841
reconcileId?: UUID;
7842
7843
7844
- accessTokenPopulateId?: UUID;
- idTokenPopulateId?: UUID;
7845
- samlv2PopulateId?: UUID;
+ reconcileId?: UUID;
7846
7847
7848
/**
0 commit comments