Package | com.adobe.webapis.flickr |
Class | public class AuthPerm |
Constant | Defined by | ||
---|---|---|---|
DELETE : String = "delete" [static] Permission to delete photos (includes WRITE and READ)
| AuthPerm | ||
NONE : String = "none" [static] No permission to do anything ( not authenticated )
| AuthPerm | ||
READ : String = "read" [static] Permission to read private information
| AuthPerm | ||
WRITE : String = "write" [static] Permission to add, edit and delete photo metadata (includes READ)
| AuthPerm |
DELETE | constant |
public static const DELETE:String = "delete"
Permission to delete photos (includes WRITE and READ)
NONE | constant |
public static const NONE:String = "none"
No permission to do anything ( not authenticated )
READ | constant |
public static const READ:String = "read"
Permission to read private information
WRITE | constant |
public static const WRITE:String = "write"
Permission to add, edit and delete photo metadata (includes READ)