Share via


ApplicationBase Class

Definition

Interface used for creation of client applications. For details see https://aka.ms/msal-net-client-applications.

public abstract class ApplicationBase : Microsoft.Identity.Client.IApplicationBase
type ApplicationBase = class
    interface IApplicationBase
Public MustInherit Class ApplicationBase
Implements IApplicationBase
Inheritance
ApplicationBase
Derived
Implements

Methods

Name Description
ResetStateForTest()

Resets the SDKs internal state, such as static caches, to facilitate testing. This API is meant to be used by other SDKs that build on top of MSAL, and only by test code.

Applies to