ExternalAuth class Null safety

account external auth connection object

Constructors

ExternalAuth({required String accountId, required String type, required String externalAuthId, required String externalAuthIdType, required String externalDisplayName, required String dateAdded, required String regionInfo})
external auth object

Properties

accountId String
account id of the external auth
read / write
dateAdded String
date when external auth was created
read / write
externalAuthId String
external auth id
read / write
externalAuthIdType String
external auth id type
read / write
externalDisplayName String
display name of external auth
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
regionInfo String
region data of external auth
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type String
type of external auth connection
read / write

Methods

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

Operators

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