Packagecom.distriqt.extension.firebase.auth.events
Classpublic class FirebaseAuthMethodsEvent
InheritanceFirebaseAuthMethodsEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  error : FirebaseAuthError
Information about the error if the event represents a failure (success is false).
FirebaseAuthMethodsEvent
  message : String
FirebaseAuthMethodsEvent
  methods : Array
Sign In Methods (Array of Strings)
FirebaseAuthMethodsEvent
  success : Boolean = false
FirebaseAuthMethodsEvent
Public Methods
 MethodDefined By
  
FirebaseAuthMethodsEvent(type:String, success:Boolean, message:String, methods:Array, error:FirebaseAuthError, bubbles:Boolean = false, cancelable:Boolean = false)
FirebaseAuthMethodsEvent
  
clone():Event
[override]
FirebaseAuthMethodsEvent
Public Constants
 ConstantDefined By
  FETCH_SIGNIN_METHODS_COMPLETE : String = auth:fetchSignInMethodsForEmail:complete
[static] Dispatched after an attempt to fetchSignInMethodsForEmail completes.
FirebaseAuthMethodsEvent
Property Detail
errorproperty
public var error:FirebaseAuthError

Information about the error if the event represents a failure (success is false).

May be null if no error occurred or if there was no additional information.

messageproperty 
public var message:String

methodsproperty 
public var methods:Array

Sign In Methods (Array of Strings)

successproperty 
public var success:Boolean = false

Constructor Detail
FirebaseAuthMethodsEvent()Constructor
public function FirebaseAuthMethodsEvent(type:String, success:Boolean, message:String, methods:Array, error:FirebaseAuthError, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
success:Boolean
 
message:String
 
methods:Array
 
error:FirebaseAuthError
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
FETCH_SIGNIN_METHODS_COMPLETEConstant
public static const FETCH_SIGNIN_METHODS_COMPLETE:String = auth:fetchSignInMethodsForEmail:complete

Dispatched after an attempt to fetchSignInMethodsForEmail completes.

See also

com.distriqt.extension.firebase.auth.FirebaseAuth.fetchSignInMethodsForEmail()