Packagecom.adobe.webapis.flickr
Classpublic class AuthResult

AuthResult is a ValueObject for the Flickr API.



Public Properties
 PropertyDefined by
  perms : String
The permission the application has for the logged in user's account
AuthResult
  token : String
The token for the logged in user
AuthResult
  user : User
The User that is logged in
AuthResult
Public Methods
 MethodDefined by
  
Construct a new AuthResult instance
AuthResult
Property detail
permsproperty
perms:String  [read-write]

The permission the application has for the logged in user's account

Implementation
    public function get perms():String
    public function set perms(value:String):void

See also

tokenproperty 
token:String  [read-write]

The token for the logged in user

Implementation
    public function get token():String
    public function set token(value:String):void
userproperty 
user:User  [read-write]

The User that is logged in

Implementation
    public function get user():User
    public function set user(value:User):void
Constructor detail
AuthResult()constructor
public function AuthResult()

Construct a new AuthResult instance