Package | com.myflashlab.air.extensions.firebase.auth |
Class | public class AuthEvents |
Inheritance | AuthEvents flash.events.Event |
Property | Defined By | ||
---|---|---|---|
additionalUserInfo : AdditionalUserInfo [read-only] | AuthEvents | ||
email : String [read-only] | AuthEvents | ||
fromEmail : String [read-only] | AuthEvents | ||
msg : String [read-only] | AuthEvents | ||
operation : int [read-only] | AuthEvents | ||
result : int [read-only] | AuthEvents | ||
smsCode : String [read-only] | AuthEvents | ||
verificationId : String [read-only] | AuthEvents |
Constant | Defined By | ||
---|---|---|---|
APPLY_ACTION_CODE_RESULT : String = onApplyActionCodeResult [static] | AuthEvents | ||
AUTH_STATE_CHANGED : String = onAuthStateChanged [static] | AuthEvents | ||
CHECK_ACTION_CODE_RESULT : String = onCheckActionCodeResult [static] | AuthEvents | ||
CONFIRM_PASSWORD_RESET_WITH_CODE_RESULT : String = onConfirmPassResetWithCodeResult [static] | AuthEvents | ||
CREATE_NEW_USER_RESULT : String = onCreateNewUserResult [static] | AuthEvents | ||
ID_TOKEN_CHANGED : String = onIdTokenChanged [static] | AuthEvents | ||
PHONE_AUTO_RETRIEVAL_TIME_OUT : String = onPhoneAutoRetrievalTimeOut [static] | AuthEvents | ||
PHONE_CODE_SENT : String = onPhoneCodeSent [static] | AuthEvents | ||
PHONE_VERIFICATION_RESULT : String = onPhoneVerificationResult [static] | AuthEvents | ||
SEND_PASSWORD_RESET_EMAIL_RESULT : String = onSendPassResetEmailResult [static] | AuthEvents | ||
SEND_SIGNIN_LINK_RESULT : String = onSendSignInLinkResult [static] | AuthEvents | ||
SIGN_IN_RESULT : String = onSignInResult [static] | AuthEvents | ||
VERIFY_PASSWORD_RESET_CODE_RESULT : String = onVerifyPassResetCodeResult [static] | AuthEvents |
additionalUserInfo | property |
additionalUserInfo:AdditionalUserInfo
[read-only] public function get additionalUserInfo():AdditionalUserInfo
property |
email:String
[read-only] public function get email():String
fromEmail | property |
fromEmail:String
[read-only] public function get fromEmail():String
msg | property |
msg:String
[read-only] public function get msg():String
operation | property |
operation:int
[read-only] public function get operation():int
result | property |
result:int
[read-only] public function get result():int
smsCode | property |
smsCode:String
[read-only] public function get smsCode():String
verificationId | property |
verificationId:String
[read-only] public function get verificationId():String
APPLY_ACTION_CODE_RESULT | Constant |
public static const APPLY_ACTION_CODE_RESULT:String = onApplyActionCodeResult
AUTH_STATE_CHANGED | Constant |
public static const AUTH_STATE_CHANGED:String = onAuthStateChanged
CHECK_ACTION_CODE_RESULT | Constant |
public static const CHECK_ACTION_CODE_RESULT:String = onCheckActionCodeResult
CONFIRM_PASSWORD_RESET_WITH_CODE_RESULT | Constant |
public static const CONFIRM_PASSWORD_RESET_WITH_CODE_RESULT:String = onConfirmPassResetWithCodeResult
CREATE_NEW_USER_RESULT | Constant |
public static const CREATE_NEW_USER_RESULT:String = onCreateNewUserResult
ID_TOKEN_CHANGED | Constant |
public static const ID_TOKEN_CHANGED:String = onIdTokenChanged
PHONE_AUTO_RETRIEVAL_TIME_OUT | Constant |
public static const PHONE_AUTO_RETRIEVAL_TIME_OUT:String = onPhoneAutoRetrievalTimeOut
PHONE_CODE_SENT | Constant |
public static const PHONE_CODE_SENT:String = onPhoneCodeSent
PHONE_VERIFICATION_RESULT | Constant |
public static const PHONE_VERIFICATION_RESULT:String = onPhoneVerificationResult
SEND_PASSWORD_RESET_EMAIL_RESULT | Constant |
public static const SEND_PASSWORD_RESET_EMAIL_RESULT:String = onSendPassResetEmailResult
SEND_SIGNIN_LINK_RESULT | Constant |
public static const SEND_SIGNIN_LINK_RESULT:String = onSendSignInLinkResult
SIGN_IN_RESULT | Constant |
public static const SIGN_IN_RESULT:String = onSignInResult
VERIFY_PASSWORD_RESET_CODE_RESULT | Constant |
public static const VERIFY_PASSWORD_RESET_CODE_RESULT:String = onVerifyPassResetCodeResult