File: discovery.rb

package info (click to toggle)
ruby-openid-connect 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: ruby: 3,002; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
module OpenIDConnect
  module Discovery
    class InvalidIdentifier < Exception; end
    class DiscoveryFailed < Exception; end
  end
end

require 'openid_connect/discovery/provider'