| Package | com.distriqt.extension.firebase.auth.events |
| Class | public class FirebaseAuthMethodsEvent |
| Inheritance | FirebaseAuthMethodsEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
FirebaseAuthMethodsEvent(type:String, success:Boolean, message:String, methods:Array, error:FirebaseAuthError, bubbles:Boolean = false, cancelable:Boolean = false) | FirebaseAuthMethodsEvent | ||
clone():Event [override] | FirebaseAuthMethodsEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FETCH_SIGNIN_METHODS_COMPLETE : String = auth:fetchSignInMethodsForEmail:complete [static]
Dispatched after an attempt to fetchSignInMethodsForEmail completes. | FirebaseAuthMethodsEvent | ||
| error | property |
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.
| message | property |
public var message:String
| methods | property |
public var methods:ArraySign In Methods (Array of Strings)
| success | property |
public var success:Boolean = false
| FirebaseAuthMethodsEvent | () | Constructor |
public function FirebaseAuthMethodsEvent(type:String, success:Boolean, message:String, methods:Array, error:FirebaseAuthError, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
success:Boolean | |
message:String | |
methods:Array | |
error:FirebaseAuthError | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| FETCH_SIGNIN_METHODS_COMPLETE | Constant |
public static const FETCH_SIGNIN_METHODS_COMPLETE:String = auth:fetchSignInMethodsForEmail:complete
Dispatched after an attempt to fetchSignInMethodsForEmail completes.
See also