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 a24467f commit 8cea0efCopy full SHA for 8cea0ef
src/ps-web-apis.ts
@@ -83,6 +83,11 @@ export interface WhoamiV1 {
83
* @return {WhoamiUserInfo} some relevant userdata
84
*/
85
getUserInfo(): Promise<WhoamiUserInfo>;
86
+ /**
87
+ * will request customer pseudo id for currently logged user from consent backend
88
+ * @param clientId The string identifier of the client for which the customer id is requested.
89
+ */
90
+ getCustomerId(clientId: string): Promise<string>;
91
}
92
93
export function whoamiV1(): Promise<WhoamiV1> {
0 commit comments