
Message::Passing::Role::HasUsernameAndPassword - common username and password attributes

package Message::Passing::Output::MyOutput;
use Moo;
use namespace::clean -except => 'meta';
with 'Message::Passing::Role::HasUsernameAndPassword';

The username for a connection. Required, Str.
The password for a connection. Required, Str.

See Message::Passing.