1 |
# frozen_string_literal: true
|
|
2 |
|
|
3 |
module Doorkeeper |
1✔ |
4 |
module GrantFlow |
1✔ |
5 |
class FallbackFlow < Flow |
1✔ |
6 |
def handles_grant_type? |
1✔ |
7 |
false
|
× |
8 |
end
|
|
9 |
|
|
10 |
def handles_response_type? |
1✔ |
11 |
false
|
× |
12 |
end
|
|
13 |
end
|
|
14 |
end
|
|
15 |
end
|