AbstractInterface
|
+--auth.AuthInterface
checkToken
public CFlickr.auth.Auth checkToken(string auth_token)
-
- Parameters:
string auth_token (Required) - The authentication token to check.
getAuthToken
public CFlickr.auth.Auth getAuthToken(string frob)
-
- Parameters:
string frob (Required) - The frob to check.
getAuthUrl
public string getAuthUrl(string perms, [string frob])
-
- Parameters:
string perms (Required) - The permission you are requesting, read, write or delete.
string frob (Optional) - A frob.
getFrob
public string getFrob()
-
getFullToken
public CFlickr.auth.Auth getFullToken(string mini_token)
-
- Parameters:
string mini_token (Required) - The mini-token typed in by a user. It should be 9 digits long. It may optionally contain dashes.