AuthSocialPayload class Null safety

The payload to be sent to server when authenticating with a social provider

Implemented types
Annotations

Constructors

AuthSocialPayload({required String email, required String externalId, required String token, required AuthAdapter service})

Properties

email String
Email address
final
externalId String
External id of the service
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
service AuthAdapter
Adapter to use for login
final
token String
Auth token returned from service
final

Methods

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

Operators

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