UIBehavior Struct

Definition

Caution

UIBehavior struct is now obsolete. Please use Prompt struct instead.See https://aka.ms/msal-net-3-breaking-changes.

Structure containing static members that you can use to specify how the interactive overrides of AcquireTokenAsync in PublicClientApplication should prompt the user.

[System.Obsolete("UIBehavior struct is now obsolete.  Please use Prompt struct instead.See https://aka.ms/msal-net-3-breaking-changes. ", true)]
public struct UIBehavior
[<System.Obsolete("UIBehavior struct is now obsolete.  Please use Prompt struct instead.See https://aka.ms/msal-net-3-breaking-changes. ", true)>]
type UIBehavior = struct
Public Structure UIBehavior
Inheritance
UIBehavior
Attributes

Applies to