Sha256: 28e6858c26f93a41e57a325778dcf72290a0a8f25ca604f2edde731e9aa6be7b
Contents?: true
Size: 228 Bytes
Versions: 23
Compression:
Stored size: 228 Bytes
Contents
# frozen_string_literal: true module Doorkeeper module GrantFlow class FallbackFlow < Flow def handles_grant_type? false end def handles_response_type? false end end end end
Version data entries
23 entries across 23 versions & 1 rubygems