AuthProviders enum

Inheritance
Available extensions

Values

apple → const AuthProviders
facebook → const AuthProviders
gameCenter → const AuthProviders
github → const AuthProviders
google → const AuthProviders
microsoft → const AuthProviders
playGames → const AuthProviders
saml → const AuthProviders
twitter → const AuthProviders
yahoo → const AuthProviders
biometric → const AuthProviders
email → const AuthProviders
guest → const AuthProviders
phone → const AuthProviders
username → const AuthProviders
none → const AuthProviders

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isAllowBiometric bool
no setter
isApple bool
no setter
isBiometric bool
no setter
isEmail bool
no setter
isFacebook bool
no setter
isGameCenter bool
no setter
isGithub bool
no setter
isGoogle bool
no setter
isGuest bool
no setter
isMicrosoft bool
no setter
isNone bool
no setter
isPhone bool
no setter
isPlayGames bool
no setter
isSAML bool
no setter
isTwitter bool
no setter
isUsername bool
no setter
isVerified bool
no setter
isYahoo bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<AuthProviders>
A constant List of the values in this enum, in order of their declaration.