AuthenticationDelegate class abstract

Implementers

Constructors

AuthenticationDelegate()

Properties

hashCode int
The hash code for this object.
no setterinherited
loginButtonWidget Widget
This is a widget that will be child to the Login Body, or Login selector list item.
no setter
name String
The name of this authentication delegate
no setter
photoUrl → dynamic
The photo URL to their avatar for this Delegate
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The user ID of the logged in user
no setter
username String
The username of the logged in user
no setter

Methods

buildAuthWidget() Widget
This can be used to show either the Auth Widget directly, or trigger the auth flow (e.g. popup)
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