DRMAuthenticationContext.hx 363 B

12345678
  1. package flash.net.drm;
  2. extern class DRMAuthenticationContext extends DRMManagerSession {
  3. @:flash.property var authenticationToken(get,never) : flash.utils.ByteArray;
  4. function new() : Void;
  5. function authenticate(url : String, domain : String, username : String, password : String) : Void;
  6. private function get_authenticationToken() : flash.utils.ByteArray;
  7. }