Share via


MsalAuthenticationExtension Class

Definition

Enables the extension of the MSAL authentication process by providing a custom authentication operation. These operations are provided through the implementation of the IAuthenticationOperation interface.

public class MsalAuthenticationExtension
type MsalAuthenticationExtension = class
Public Class MsalAuthenticationExtension
Inheritance
MsalAuthenticationExtension

Constructors

MsalAuthenticationExtension()

Properties

AdditionalCacheParameters

Specifies additional parameters acquired from authentication responses to be cached.

AuthenticationOperation

Enables the developer to provide a custom authentication extension.

OnBeforeTokenRequestHandler

A delegate which gets invoked just before MSAL makes a token request.

Applies to