WebAuthenticationSessionSettings class

Class that represents the settings that can be used for a PlatformWebAuthenticationSession.

Constructors

WebAuthenticationSessionSettings({bool? prefersEphemeralWebBrowserSession = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
prefersEphemeralWebBrowserSession bool?
A Boolean value that indicates whether the session should ask the browser for a private authentication session.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() WebAuthenticationSessionSettings
Returns a copy of WebAuthenticationSessionSettings.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts instance to a map.
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? map) WebAuthenticationSessionSettings?
Gets a possible WebAuthenticationSessionSettings instance from a Map value.