MicrosoftIdentityWebChallengeUserException 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.
Microsoft Identity Web specific exception class for use in Blazor or Razor pages to process the user challenge. Handles the MsalUiRequiredException.
public class MicrosoftIdentityWebChallengeUserException : Exception
type MicrosoftIdentityWebChallengeUserException = class
inherit Exception
Public Class MicrosoftIdentityWebChallengeUserException
Inherits Exception
- Inheritance
-
MicrosoftIdentityWebChallengeUserException
Constructors
MicrosoftIdentityWebChallengeUserException(MsalUiRequiredException, String[], String) |
Handles the user challenge for Blazor or Razor pages. |
Properties
MsalUiRequiredException |
Exception thrown by MSAL when a user challenge is encountered. |
Scopes |
Scopes to request. |
Userflow |
Specified userflow. |