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

An OAuth token request, sent from a relying party to a provider

Methods

Attributes

consumer  [RW] 
ns_alias  [RW] 
ns_uri  [RW] 
scope  [RW] 

Public Class methods

Instantiate a Request object from the arguments in a checkid_* OpenID message return nil if the extension was not requested.

Public Instance methods

Set the state of this request to be that expressed in these OAuth arguments

[Validate]