ApplicationBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |