Helper class used for loading and obtaining the AuthorizeFeature set
using an externally stored token.
authorizedFeatures:AuthorizedFeatures
[read-only]
Returns the loaded authorized features set. Valid only
if Event.COMPLETE was received from the helper, otherwise
is null.
Implementation public function get authorizedFeatures():AuthorizedFeatures
public function AuthorizedFeaturesHelper()
Default constructor.
public function close():void
Closes any pending loading and clears any saved state.
public function loadFeatureFromData(byteArray:ByteArray):void
Parameters
public function loadFrom(url:String):void
Loads the authorized feature from an external source.
Parameters
| url:String — the url where the token file can be found
|
Event Object Type: flash.events.Event
Event Object Type: flash.events.Event
Event Object Type: flash.events.ErrorEvent
Fri Jun 20 2014, 11:19 AM -07:00