You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/security/oauth2.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ The **OAuth2Manager** is different than the **WebAuthenticationBroker** in WinRT
23
23
24
24
## Perform OAuth 2.0 examples
25
25
26
+
A full WinUI 3 sample app is available on [GitHub](https://github.com/microsoft/WindowsAppSDK-Samples/tree/release/experimental/Samples/OAuth2Manager). The following sections provide code snippets for the most common OAuth 2.0 flows using the **OAuth2Manager** API.
27
+
26
28
### Authorization code request
27
29
28
30
The following example demonstrates how to perform an authorization code request using the **OAuth2Manager** in Windows App SDK:
0 commit comments