#20: Add def for clientId and name on kcContext.client

This commit is contained in:
garronej
2021-07-12 15:19:31 +02:00
parent 769da5c5ca
commit c180dee414

View File

@ -57,6 +57,10 @@ export declare namespace KcContextBase {
type: "success" | "warning" | "error" | "info"; type: "success" | "warning" | "error" | "info";
summary: string; summary: string;
}; };
client: {
clientId: string;
name?: string;
}
isAppInitiatedAction: boolean; isAppInitiatedAction: boolean;
}; };