Sha256: 9b90ff2c275fe527ed0051ebf904e91cac8e5bab64a530f7a98497facfeec587
Contents?: true
Size: 320 Bytes
Versions: 30
Compression:
Stored size: 320 Bytes
Contents
module OpenIDConnect module Discovery class Principal class XRI < Principal def initialize(identifier) @identifier = identifier end def discover!(cache_options = {}) raise NotImplementedError.new('XRI is not supported yet') end end end end end
Version data entries
30 entries across 30 versions & 1 rubygems