BrowserSystemOptions class

Used to configure library specific options for a PublicClientApplication.

Constructors

BrowserSystemOptions()

Properties

allowRedirectInIframe bool?
By default, MSAL will not allow redirect operations to be initiated when the application is inside an iframe.
getter/setter pair
asyncPopups bool?
Sets whether popups are opened asynchronously.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iframeHashTimeout num?
Sets the timeout (milliseconds) for waiting for a response hash in an iframe.
getter/setter pair
loadFrameTimeout num?
Sets the timeout (milliseconds) for waiting for a response hash in an iframe or popup.
getter/setter pair
loggerOptions LoggerOptions?
Used to initialize the Logger object.
getter/setter pair
Delay in milliseconds to wait for the iframe to load in the window.
getter/setter pair
Sets a custom navigation client to intercept or override window navigation.
no getter
networkClient INetworkModule?
Network interface implementation.
no getter
redirectNavigationTimeout num?
Time (milliseconds) to wait for redirection to occur before resolving promise.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenRenewalOffsetSeconds num?
Sets the window of offset needed to renew the token before expiry.
getter/setter pair
windowHashTimeout num?
Sets the timeout (milliseconds) for waiting for a response hash in a popup.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited