Packagecom.adobe.webapis.flickr
Classpublic class AuthPerm

A class containing static members to be used for authentication permission when authenticating against flickr.com, describing the permission the application has on the logged in user's account.



Public Constants
 ConstantDefined 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
Constant detail
DELETEconstant
public static const DELETE:String = "delete"

Permission to delete photos (includes WRITE and READ)

NONEconstant 
public static const NONE:String = "none"

No permission to do anything ( not authenticated )

READconstant 
public static const READ:String = "read"

Permission to read private information

WRITEconstant 
public static const WRITE:String = "write"

Permission to add, edit and delete photo metadata (includes READ)