MSALWebviewParameters class

Constructors

MSALWebviewParameters({bool prefersEphemeralWebBrowserSession = false, MSALWebviewType? webviewType, IOSModalPresentationStyle? presentationStyle})

Properties

hashCode int
The hash code for this object.
no setterinherited
prefersEphemeralWebBrowserSession bool
A Boolean value that indicates whether the ASWebAuthenticationSession should ask the browser for a private authentication session. The value of this property is false by default. For more info see here: https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/3237231-prefersephemeralwebbrowsersessio?language=objc
final
presentationStyle → IOSModalPresentationStyle?
Modal presentation style for displaying authentication web content. Note that presentationStyle has no effect when webviewType == MSALWebviewType.MSALWebviewTypeDefault or webviewType == MSALWebviewType.MSALWebviewTypeAuthenticationSession.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webviewType → MSALWebviewType?
A specific webView type for the interactive authentication flow. By default, it will be set to MSALGlobalConfig.defaultWebviewType.
final

Methods

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

Operators

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