Skip to content

XboxAuthNet.Game.Msal

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.

ClientID

Describes how to register Azure application for IPublicClientApplication.

MsalClientHelper

Describes how to initialize an IPublicClientApplication for Xbox games.

OAuth

Describes a way to perform Microsoft OAuth using MSAL.