webAuthNId property
unique identifier of the WebAuthN authenticator.
Implementation
@$pb.TagNumber(2)
$core.String get webAuthNId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set webAuthNId($core.String v) { $_setString(1, v); }
unique identifier of the WebAuthN authenticator.
@$pb.TagNumber(2)
$core.String get webAuthNId => $_getSZ(1);
@$pb.TagNumber(2)
set webAuthNId($core.String v) { $_setString(1, v); }