Packagecom.myflashlab.air.extensions.firebase.auth
Classpublic class FirebaseUserEvents
InheritanceFirebaseUserEvents Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  additionalUserInfo : AdditionalUserInfo
[read-only]
FirebaseUserEvents
  msg : String
[read-only]
FirebaseUserEvents
  result : int
[read-only]
FirebaseUserEvents
  token : String
[read-only]
FirebaseUserEvents
  tokenResult : TokenResult
[read-only]
FirebaseUserEvents
Public Constants
 ConstantDefined By
  DELETE_USER_RESULT : String = onDeleteUserResult
[static]
FirebaseUserEvents
  EMAIL_UPDATE_RESULT : String = onEmailUpdateResult
[static]
FirebaseUserEvents
  GET_USER_TOKEN : String = onGetUserToken
[static]
FirebaseUserEvents
  LINK_WITH_RESULT : String = onLinkWithResult
[static]
FirebaseUserEvents
  PASSWORD_UPDATE_RESULT : String = onPasswordUpdateResult
[static]
FirebaseUserEvents
  PHONE_UPDATE_RESULT : String = onPhoneUpdateResult
[static]
FirebaseUserEvents
  PROFILE_UPDATE_RESULT : String = onProfileUpdateResult
[static]
FirebaseUserEvents
  REAUTHENTICATE_RESULT : String = onReauthenticateResult
[static]
FirebaseUserEvents
  RELOAD_USER_INFO : String = onReloadUserInfo
[static]
FirebaseUserEvents
  SEND_EMAIL_VERIFICATION_RESULT : String = onSendEmailVerificationResult
[static]
FirebaseUserEvents
  UNLINK_RESULT : String = onUnlinkResult
[static]
FirebaseUserEvents
Property Detail
additionalUserInfoproperty
additionalUserInfo:AdditionalUserInfo  [read-only]


Implementation
    public function get additionalUserInfo():AdditionalUserInfo
msgproperty 
msg:String  [read-only]


Implementation
    public function get msg():String
resultproperty 
result:int  [read-only]


Implementation
    public function get result():int
tokenproperty 
token:String  [read-only]


Implementation
    public function get token():String
tokenResultproperty 
tokenResult:TokenResult  [read-only]


Implementation
    public function get tokenResult():TokenResult
Constant Detail
DELETE_USER_RESULTConstant
public static const DELETE_USER_RESULT:String = onDeleteUserResult

EMAIL_UPDATE_RESULTConstant 
public static const EMAIL_UPDATE_RESULT:String = onEmailUpdateResult

GET_USER_TOKENConstant 
public static const GET_USER_TOKEN:String = onGetUserToken

LINK_WITH_RESULTConstant 
public static const LINK_WITH_RESULT:String = onLinkWithResult

PASSWORD_UPDATE_RESULTConstant 
public static const PASSWORD_UPDATE_RESULT:String = onPasswordUpdateResult

PHONE_UPDATE_RESULTConstant 
public static const PHONE_UPDATE_RESULT:String = onPhoneUpdateResult

PROFILE_UPDATE_RESULTConstant 
public static const PROFILE_UPDATE_RESULT:String = onProfileUpdateResult

REAUTHENTICATE_RESULTConstant 
public static const REAUTHENTICATE_RESULT:String = onReauthenticateResult

RELOAD_USER_INFOConstant 
public static const RELOAD_USER_INFO:String = onReloadUserInfo

SEND_EMAIL_VERIFICATION_RESULTConstant 
public static const SEND_EMAIL_VERIFICATION_RESULT:String = onSendEmailVerificationResult

UNLINK_RESULTConstant 
public static const UNLINK_RESULT:String = onUnlinkResult