MockAuthenticationDelegate class

Inheritance

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 setteroverride
name String
The name of this authentication delegate
no setteroverride
photoUrl → dynamic
The photo URL to their avatar for this Delegate
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The user ID of the logged in user
no setteroverride
username String
The username of the logged in user
no setteroverride

Methods

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