Mechanize::HTTP::AuthStore
Inherits Reference / Object
This class store info for HTTP Authentication.
Constructors
new
SourceInstance methods
add_auth(uri : String | URI, user : String, pass : String, realm : String | Nil = nil, domain : String | Nil = nil)
set an auth credential with a specific url.
auth_accounts
Sourcecredentials?(uri, challenges) : Bool
Sourcecredentials_for(uri : String | URI, realm : String | Nil) : Array(String) | Nil
Retrieves credentials for +realm+ on the server at +uri+.