IGoogleSignInOption enum
Default configuration options to use when signing in.
Values
- standard → const IGoogleSignInOption
-
Default configuration. Provides stable user ID and basic profile information.
- games → const IGoogleSignInOption
-
Recommended configuration for Games sign in.
This is currently only supported on Android and will throw an error if used on other platforms.
Properties
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
Constants
-
values
→ const List<
IGoogleSignInOption> - A constant List of the values in this enum, in order of their declaration.