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 34d4b0d commit 0ccfacbCopy full SHA for 0ccfacb
src/helpers/citadelUtils.ts
@@ -29,7 +29,7 @@ export interface CitadelAuditParams extends CitadelAuthFlowAuditParams {
29
authConnection: string;
30
authConnectionId: string;
31
groupedAuthConnectionId: string;
32
- userId: string;
+ oauthUserId: string;
33
web3AuthNetwork: string;
34
web3AuthClientId: string;
35
}
@@ -68,7 +68,7 @@ export function buildAuditPayload(
68
authConnection: params.authConnection || "",
69
authConnectionId: params.verifierParams.sub_verifier_ids?.[0] || "",
70
groupedAuthConnectionId: params.verifier || "",
71
- userId: params.verifierParams.verifier_id || "",
+ oauthUserId: params.verifierParams.verifier_id || "",
72
web3AuthNetwork: network,
73
web3AuthClientId: clientId,
74
};
0 commit comments