#20: Add def for clientId and name on kcContext.client
This commit is contained in:
@ -57,6 +57,10 @@ export declare namespace KcContextBase {
|
||||
type: "success" | "warning" | "error" | "info";
|
||||
summary: string;
|
||||
};
|
||||
client: {
|
||||
clientId: string;
|
||||
name?: string;
|
||||
}
|
||||
isAppInitiatedAction: boolean;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user