Class OpenID::OAuth::Response
In: lib/openid/extensions/oauth.rb
Parent: Extension

A OAuth request token response, sent from a provider to a relying party

Methods

Attributes

request_token  [RW] 
scope  [RW] 

Public Class methods

Public Instance methods

parse the oauth request arguments into the internal state of this object if strict is specified, raise an exception when bad data is encountered

[Validate]