Provided by: libmessage-passing-perl_0.117-1_all 

NAME
Message::Passing::Role::HasUsernameAndPassword - common username and password attributes
SYNOPSIS
package Message::Passing::Output::MyOutput;
use Moo;
use namespace::clean -except => 'meta';
with 'Message::Passing::Role::HasUsernameAndPassword';
METHODS
username
The username for a connection. Required, Str.
password
The password for a connection. Required, Str.
AUTHOR, COPYRIGHT AND LICENSE
See Message::Passing.
perl v5.32.1 2021-11-09 Message::Passin...nameAndPassword(3pm)