# File lib/generators/mongoid/oauth_provider_templates/request_token.rb, line 33
  def oauth10?
    (defined? OAUTH_10_SUPPORT) && OAUTH_10_SUPPORT && self.callback_url.blank?
  end