Flickrex.Operation.Auth.AccessToken (flickrex v0.8.1) View Source

Holds data necessary for an operation to request an access token.

Link to this section Summary

Link to this section Types

Specs

t() :: %Flickrex.Operation.Auth.AccessToken{
  http_headers: term(),
  oauth_token: term(),
  oauth_token_secret: term(),
  oauth_verifier: term(),
  parser: term(),
  path: term(),
  service: term()
}