XboxAuthNet.Game.Msal

Extension for MSAL OAuth

Provides an extension method to perform Microsoft OAuth using MSAL.

With MSAL, you can sign in on any platform, including Linux and macOS, not just Windows.

Install

Nuget package XboxAuthNet.Game.Msal

To use this package, you must properly initialize IPublicClientApplication.

Describes how to register Azure application for IPublicClientApplication.

Describes how to initialize an IPublicClientApplication for Xbox games.

Describes a way to perform Microsoft OAuth using MSAL.

Last updated