Message::Passing::Role::HasUsernameAndPassword
common username and password attributes
- Provided by: libmessage-passing-perl (Version: 0.116-2)
- Report a bug
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.