AuthOptions class

Constructors

AuthOptions({String? redirectTo, String? scopes})

Properties

hashCode int
The hash code for this object.
no setterinherited
redirectTo String?
A URL or mobile address to send the user to after they are confirmed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes String?
A space-separated list of scopes granted to the OAuth application.
final

Methods

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