According to REST::Client , it only supports certificate/key or pkcs12/pkcs12password, so to get some kind of username/password option, you would have to subclass REST::Client
Comment on Re: How to send authorization in GET request using REST::Client?