Packagenet.systemeD.potlatch2.save
Classpublic class OAuthPanel
InheritanceOAuthPanel Inheritance mx.containers.TitleWindow
Implementsmx.binding.IBindingClient



Public Properties
 PropertyDefined by
  accessToken : OAuthToken
[read-only]
OAuthPanel
  ACCESS_TOKEN_EVENT : String = "gotAccessToken"
[static]
OAuthPanel
  shouldRemember : Boolean
[read-only]
OAuthPanel
Public Methods
 MethodDefined by
  
pressTry():void
OAuthPanel
  
setConnection(connection:Connection):void
OAuthPanel
Property detail
accessTokenproperty
accessToken:OAuthToken  [read-only]Implementation
    public function get accessToken():OAuthToken
ACCESS_TOKEN_EVENTproperty 
public static var ACCESS_TOKEN_EVENT:String = "gotAccessToken"
shouldRememberproperty 
shouldRemember:Boolean  [read-only]Implementation
    public function get shouldRemember():Boolean
Method detail
pressTry()method
public function pressTry():void
setConnection()method 
public function setConnection(connection:Connection):voidParameters
connection:Connection