ExternalAuth class

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
ExternalAuth.fromJson(Map<String, dynamic> json)
from json method for external auth class object
factory

Properties

accountId String
account id of the external auth
getter/setter pair
dateAdded String
date when external auth was created
getter/setter pair
externalAuthId String
external auth id
getter/setter pair
externalAuthIdType String
external auth id type
getter/setter pair
externalDisplayName String
display name of external auth
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
regionInfo String
region data of external auth
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
type of external auth connection
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