module WEBrick::HTTPAuth::Authenticator
Module providing generic support for both Digest and Basic authentication schemes.
Constants
- AuthScheme
-
Methodof authentication, must be overridden by the including class
Attributes
The logger for this authenticator
The user database for this authenticator
Public Instance Methods
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpauth/authenticator.rbs, line 34
def check_init: (Hash[Symbol, untyped] config) -> void
(HTTPRequest req) → String?
Source
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpauth/authenticator.rbs, line 36
def check_scheme: (HTTPRequest req) -> String?
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpauth/authenticator.rbs, line 40
def error: (String fmt, *untyped args) -> void
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpauth/authenticator.rbs, line 42
def info: (String fmt, *untyped args) -> void