MsalAuthenticationExtension 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.
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. |