WorkAccountSetupConfig class

Controls the work account setup configuration, such as details of whether a Google authenticated account is required.

Constructors

WorkAccountSetupConfig.new({String? authenticationType, String? requiredAccountEmail})
WorkAccountSetupConfig.fromJson(Map json_)

Properties

authenticationType String?
The authentication type of the user on the device.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requiredAccountEmail String?
The specific google work account email address to be added.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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