We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63a80c commit d15ac84Copy full SHA for d15ac84
sig/omniauth/strategies/ldap.rbs
@@ -3,9 +3,6 @@ module OmniAuth
3
class LDAP
4
OMNIAUTH_GTE_V2: bool
5
6
- # CONFIG is a read-only mapping of string keys to mapping definitions
7
- CONFIG: Hash[String, untyped]
8
-
9
# The request_phase either returns a Rack-compatible response or the form response.
10
def request_phase: () -> (Rack::Response | Array[untyped] | String)
11
0 commit comments