Identity class

Identity information associated with a Credential.

Constructors

Identity({required String displayName, required String username, required String? primaryEmailAddress})

Properties

displayName String
The display name of the identity.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryEmailAddress String?
The primary email address of the identity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
The username of the identity.
getter/setter pair

Methods

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

Operators

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

Static Methods

mapToIdentity(dynamic cred) Identity