Documentation home page

CFlickr.auth
Component AuthInterface

AbstractInterface
  |
  +--auth.AuthInterface

Method Summary
public Auth checkToken(string auth_token)
public Auth getAuthToken(string frob)
public string getAuthUrl(string perms, [string frob])
public string getFrob()
public Auth getFullToken(string mini_token)

Methods inherited from AbstractInterface
init
 

Method Detail

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.