struct Protocol::Fetch::AuthChallenge
- Protocol::Fetch::AuthChallenge
- Struct
- Value
- Object
Overview
Authorization challenge for HTTP status code 401 or 407.
Included Modules
- JSON::Serializable
Defined in:
protocol/fetch.crConstructors
Instance Method Summary
-
#origin : String
Origin of the challenger.
-
#realm : String
The realm of the challenge.
-
#scheme : String
The authentication scheme used, such as basic or digest
-
#source : String | Nil
Source of the authentication challenge.