Package | flash.net.drm |
Class | public final class AuthenticationMethod |
Inheritance | AuthenticationMethod ![]() |
authenticationMethod
property of the DRMContentData class.
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
No authentication is required. | AuthenticationMethod | ||
![]() [static]
A valid user account and password are required. | AuthenticationMethod |
![]() | Constant |
public static const ANONYMOUS:String = "anonymous"
No authentication is required.
![]() | Constant |
public static const USERNAME_AND_PASSWORD:String = "usernameAndPassword"
A valid user account and password are required.