IdentityDescription class
A description of the identity.
Constructors
-
IdentityDescription({DateTime? creationDate, String? identityId, DateTime? lastModifiedDate, List<
String> ? logins}) -
IdentityDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → DateTime?
-
Date on which the identity was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityId → String?
-
A unique identifier in the format REGION:GUID.
final
- lastModifiedDate → DateTime?
-
Date on which the identity was last modified.
final
-
logins
→ List<
String> ? -
The provider names.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited