Sip class

Class for statically typed sign in provider references

Properties

hashCode int
The hash code for this object.
no setterinherited
rawValue String
The id of the sign in provider
final
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromString(String provider) Sip
Get sign in provider from provider id Will throw error when provider does not match

Constants

anonymous → const Sip
User authenticated with anonymous provider
apple → const Sip
User authenticated with apple provider
custom → const Sip
User authenticated with custom provider
facebook → const Sip
User authenticated with facebook provider
github → const Sip
User authenticated with github provider
google → const Sip
User authenticated with google provider
password → const Sip
User authenticated with password provider
phone → const Sip
User authenticated with phone provider
twitter → const Sip
User authenticated with twitter provider