ExternalLoginData class

Login data from the service.

Constructors

ExternalLoginData(String? userId, String token, String? fullName, {String? clientId, String? avatarUrl, String? email})
const

Properties

avatarUrl String?
URL for user avatar, if provided.
final
clientId String?
Client ID, if provided.
final
email String?
Email from user, if provided.
final
fullName String?
Full user name, if provided.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
Access token from service.
final
userId String?
User ID from service, if provided..
final

Methods

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

Operators

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