Packagecom.esri.aws.services
Interfacepublic interface IArcWebService
ImplementorsBaseArcWebService

This interface is used by any ArcWeb Service that needs authentication.



Public Properties
 PropertyDefined by
  authentication : IAuthenticationUtil
[write-only] An instance of the Authentication Service.
IArcWebService
Property detail
authenticationproperty
authentication:IAuthenticationUtil  [write-only]

An instance of the Authentication Service.

Implementation
    public function set authentication(value:IAuthenticationUtil):void