ConsumerToken
# File lib/oauth/models/consumers/services/agree2_token.rb, line 8 8: def self.agree2_client 9: @agree2_client||=Agree2::Client.new credentials[:key],credentials[:secret] 10: end
# File lib/oauth/models/consumers/services/agree2_token.rb, line 4 4: def self.consumer 5: @consumer||=OAuth::Consumer.new credentials[:key],credentials[:secret],AGREE2_SETTINGS 6: end
# File lib/oauth/models/consumers/services/agree2_token.rb, line 12 12: def client 13: @client||=Agree2Token.agree2_client.user(token,secret) 14: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.