halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

Add type "Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager" + interop #190

Closed solbirn closed 1 year ago

solbirn commented 1 year ago

Description

Enable authentication via the Web Authentication Manager (WAM)

Adds "Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager" type via the generator and then adds an interop helper to enable interop via the win32 library. Depends on adding com interop type IWebAuthenticationCoreManagerInterop to win32 sumbitted here win32/pull/702.

Related Issue

159

Type of Change

halildurmus commented 1 year ago

Thank you!

I'm merging these changes into wam branch so that I can push some changes to it. Once a new version of win32 is released, I'll merge these changes into the main branch and release updated versions."