name property
Name of the WebAuthN authenticator. This is used for easier identification.
Implementation
@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set name($core.String v) { $_setString(1, v); }
Name of the WebAuthN authenticator. This is used for easier identification.
@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
@$pb.TagNumber(2)
set name($core.String v) { $_setString(1, v); }