AuthResult
| Kind of class: | public class |
|---|---|
| Package: | com.adobe.webapis.flickr |
| Inherits from: | none |
| Classpath: | com.adobe.webapis.flickr.AuthResult |
| File last modified: | Monday, 03 July 2006, 15:44:36 |
AuthResult is a ValueObject for the Flickr API.
Summary
Constructor
AuthResult
public function AuthResult (
)
Construct a new AuthResult instance
@langversion ActionScript 3.0
@playerversion Flash 8.5
Instance properties
_perms
private _perms:String
(read)
_token
private _token:String
(read)
_user
perms
public perms:String
(read,write)
The permission the application has for the logged in
user's account
See also:
- @langversion ActionScript 3.0 @playerversion Flash 8.5
token
public token:String
(read,write)
The token for the logged in user
@langversion ActionScript 3.0
@playerversion Flash 8.5
user
The User that is logged in
@langversion ActionScript 3.0
@playerversion Flash 8.5