Package | com.adobe.webapis.flickr |
Class | public class AuthResult |
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
Construct a new AuthResult instance
| AuthResult |
perms | property |
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
token | property |
token:String
[read-write]The token for the logged in user
Implementation public function get token():String
public function set token(value:String):void
user | property |
user:User
[read-write]The User that is logged in
Implementation public function get user():User
public function set user(value:User):void
AuthResult | () | constructor |
public function AuthResult()
Construct a new AuthResult instance