webAuthNName property
Provide a name for the WebAuthN device. This will help identify it in the future.
Implementation
@$pb.TagNumber(2)
$core.String get webAuthNName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set webAuthNName($core.String value) => $_setString(1, value);