Sha256: cb84da085daa7f263d65fa615f4c0c532381e5e20ef23b5335b6e8311a5eb3da
Contents?: true
Size: 337 Bytes
Versions: 16
Compression:
Stored size: 337 Bytes
Contents
module Doorkeeper module OpenidConnect module OAuth module PreAuthorization attr_reader :nonce def initialize(server, client, attrs = {}) super @nonce = attrs[:nonce] end end end end OAuth::PreAuthorization.send :prepend, OpenidConnect::OAuth::PreAuthorization end
Version data entries
16 entries across 16 versions & 1 rubygems