webAuthNName property

  1. @TagNumber(4)
String get webAuthNName

Provide a name for the WebAuthN device. This will help identify it in the future.

Implementation

@$pb.TagNumber(4)
$core.String get webAuthNName => $_getSZ(3);
  1. @TagNumber(4)
set webAuthNName (String v)

Implementation

@$pb.TagNumber(4)
set webAuthNName($core.String v) { $_setString(3, v); }