webAuthNName property
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);
Implementation
@$pb.TagNumber(4)
set webAuthNName($core.String v) { $_setString(3, v); }