The name of the oauth token secret field in the database.
Default: :oauth_secret
Accepts: Symbol
# File lib/authlogic_oauth/acts_as_authentic.rb, line 24 def oauth_secret_field(value = nil) rw_config(:oauth_secret_field, value, :oauth_secret) end
The name of the oauth token field in the database.
Default: :oauth_token
Accepts: Symbol
# File lib/authlogic_oauth/acts_as_authentic.rb, line 15 def oauth_token_field(value = nil) rw_config(:oauth_token_field, value, :oauth_token) end