Method: LastPass::Fetcher.login

Defined in:
lib/lastpass/fetcher.rb

.login(username, password, multifactor_password = nil, client_id = nil) ⇒ Object



6
7
8
9
# File 'lib/lastpass/fetcher.rb', line 6

def self. username, password, multifactor_password = nil, client_id = nil
    key_iteration_count = request_iteration_count username
     username, password, key_iteration_count, multifactor_password, client_id
end