usernames property

  1. @TagNumber.new(1)
PbList<Username> get usernames

All of the user's usernames, which will be used for identification during authentication.

Implementation

@$pb.TagNumber(1)
$pb.PbList<Username> get usernames => $_getList(0);