# File lib/openid/extensions/oauth.rb, line 76 def parse_extension_args(args, strict=false) @request_token = args["request_token"] @scope = args["scope"] end