Module: HTTPX::Plugins::Auth::_AuthOptions
- Defined in:
- sig/plugins/auth.rbs
Instance Method Summary collapse
- #auth_header_expires_at ⇒ ^(Request request) -> _ToF?
- #auth_header_expires_in ⇒ Float?
- #auth_header_type ⇒ String?
- #auth_header_value ⇒ auth_header_value_type?
Instance Method Details
#auth_header_expires_at ⇒ ^(Request request) -> _ToF?
11 |
# File 'sig/plugins/auth.rbs', line 11
def auth_header_expires_at: () -> (^(Request request) -> _ToF?)?
|
#auth_header_expires_in ⇒ Float?
13 |
# File 'sig/plugins/auth.rbs', line 13
def auth_header_expires_in: () -> Float?
|
#auth_header_type ⇒ String?
9 |
# File 'sig/plugins/auth.rbs', line 9
def auth_header_type: () -> String?
|
#auth_header_value ⇒ auth_header_value_type?
7 |
# File 'sig/plugins/auth.rbs', line 7
def auth_header_value: () -> auth_header_value_type?
|