We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf6bab commit 19b73a3Copy full SHA for 19b73a3
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