name property

  1. @TagNumber.new(2)
String get name

Name of the WebAuthN authenticator. This is used for easier identification.

Implementation

@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
  1. @TagNumber.new(2)
set name (String value)

Implementation

@$pb.TagNumber(2)
set name($core.String value) => $_setString(1, value);