Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

ModelSEED Auth Basic

Scott Devoid edited this page Jun 29, 2012 · 1 revision

ModelSEED::Auth::Basic

Do basic authentication ( username + password )

Methods

new

$auth = ModelSEED::Auth::Basic->new({
    username => $username,
    password => $password
});

Username and Password are required.