Skip to content

Instantly share code, notes, and snippets.

@atnan
Created April 14, 2009 01:31
Show Gist options
  • Save atnan/94883 to your computer and use it in GitHub Desktop.
Save atnan/94883 to your computer and use it in GitHub Desktop.
>> endpoint
=> #<OpenID::OpenIDServiceEndpoint:0x3f4acc4 @local_id=nil, @display_identifier=nil, @type_uris=["http://specs.openid.net/auth/2.0/server", "http://specs.openid.net/extensions/pape/1.0", "http://openid.net/sreg/1.0", "http://openid.net/extensions/sreg/1.1"], @used_yadis=true, @server_url="https://open.login.yahooapis.com/openid/op/auth", @canonical_id=nil, @claimed_id=nil>
>> endpoint.uses_extension("http://specs.openid.net/auth/2.0/signon")
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment