-
Notifications
You must be signed in to change notification settings - Fork 36.9k
Open
Labels
apiapi-proposalauthentication-microsoftIssues with the Microsoft Authentication extensionIssues with the Microsoft Authentication extensionfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
For Broker support in Microsoft Authentication (#229431) we need the window handle for this API:
https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-node/docs/brokering.md#window-parenting
So, I need to be able to access the window handle from Main alllll the way in an extension.
Here's the proposal:
export namespace env {
/**
* Retrieves the native window handle of the current window.
*
* @returns A promise that resolves to a Buffer containing the native window handle.
*/
export function getNativeWindowHandle(): Thenable<Buffer | undefined>;
}bpasero
Metadata
Metadata
Assignees
Labels
apiapi-proposalauthentication-microsoftIssues with the Microsoft Authentication extensionIssues with the Microsoft Authentication extensionfeature-requestRequest for new features or functionalityRequest for new features or functionality