flickrex v0.6.0 Flickrex.Flickr.Auth View Source

Link to this section Summary

Functions

Returns the credentials attached to an authentication token. This call must be signed, and is deprecated in favour of OAuth

Returns a frob to be used during authentication. This method call must be signed, and is deprecated in favour of OAuth

Get the full authentication token for a mini-token. This method call must be signed, and is deprecated in favour of OAuth

Returns the auth token for the given frob, if one has been attached. This method call must be signed, and is deprecated in favour of OAuth

Link to this section Types

Link to this section Functions

Link to this function check_token(args \\ []) View Source
check_token(args()) :: operation()

Returns the credentials attached to an authentication token. This call must be signed, and is deprecated in favour of OAuth.

This method does not require authentication.

Arguments

  • auth_token - (required) The authentication token to check.
Link to this function get_frob(args \\ []) View Source
get_frob(args()) :: operation()

Returns a frob to be used during authentication. This method call must be signed, and is deprecated in favour of OAuth.

This method does not require authentication.

Arguments

Link to this function get_full_token(args \\ []) View Source
get_full_token(args()) :: operation()

Get the full authentication token for a mini-token. This method call must be signed, and is deprecated in favour of OAuth.

This method does not require authentication.

Arguments

  • mini_token - (required) The mini-token typed in by a user. It should be 9 digits long. It may optionally contain dashes.
Link to this function get_token(args \\ []) View Source
get_token(args()) :: operation()

Returns the auth token for the given frob, if one has been attached. This method call must be signed, and is deprecated in favour of OAuth.

This method does not require authentication.

Arguments

  • frob - (required) The frob to check.