class

Mechanize::HTTP::AuthStore

Inherits Reference / Object

This class store info for HTTP Authentication.

Constructors

Instance 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.

Source
auth_accounts
Source
credentials?(uri, challenges) : Bool
Source
credentials_for(uri : String | URI, realm : String | Nil) : Array(String) | Nil

Retrieves credentials for +realm+ on the server at +uri+.

Source