MsalError.ActivityRequired Field
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.
On Android, you need to call AcquireTokenInteractiveParameterBuilder.WithParentActivityOrWindow(object)
passing
the activity. See https://aka.ms/msal-interactive-android
public const string ActivityRequired;
val mutable ActivityRequired : string
Public Const ActivityRequired As String