| Package | com.distriqt.extension.applesignin.events |
| Class | public class AppleSignInEvent |
| Inheritance | AppleSignInEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| appleIdCredential : AppleIDCredential | AppleSignInEvent | ||
| rawNonce : String | AppleSignInEvent | ||
| state : String | AppleSignInEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AppleSignInEvent(type:String, appleIdCredential:AppleIDCredential = null, state:String, rawNonce:String = null, bubbles:Boolean = false, cancelable:Boolean = false) | AppleSignInEvent | ||
clone():Event [override] | AppleSignInEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| GET_CREDENTIAL_STATE_SUCCESS : String = applesignin:getcredential:success [static]
| AppleSignInEvent | ||
| REVOKED : String = applesignin:revoked [static]
| AppleSignInEvent | ||
| SUCCESS : String = applesignin:success [static]
| AppleSignInEvent | ||
| appleIdCredential | property |
public var appleIdCredential:AppleIDCredential
| rawNonce | property |
public var rawNonce:String
| state | property |
public var state:String
See also
| AppleSignInEvent | () | Constructor |
public function AppleSignInEvent(type:String, appleIdCredential:AppleIDCredential = null, state:String, rawNonce:String = null, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
appleIdCredential:AppleIDCredential (default = null) | |
state:String | |
rawNonce:String (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| GET_CREDENTIAL_STATE_SUCCESS | Constant |
public static const GET_CREDENTIAL_STATE_SUCCESS:String = applesignin:getcredential:success
| REVOKED | Constant |
public static const REVOKED:String = applesignin:revoked
| SUCCESS | Constant |
public static const SUCCESS:String = applesignin:success